Package com.hazelcast.config
Interface DeviceConfig
-
- All Superinterfaces:
NamedConfig
- All Known Implementing Classes:
LocalDeviceConfig
public interface DeviceConfig extends NamedConfig
Device configuration for the Tiered-Store- Since:
- 5.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Capacity
getCapacity()
Returns the device capacity.boolean
isLocal()
Returnstrue
if the device configuration is for a local device, otherwise, returnsfalse
if this configuration is for a remote device.-
Methods inherited from interface com.hazelcast.config.NamedConfig
getName, setName
-
-
-
-
Method Detail
-
isLocal
boolean isLocal()
Returnstrue
if the device configuration is for a local device, otherwise, returnsfalse
if this configuration is for a remote device.
-
getCapacity
Capacity getCapacity()
Returns the device capacity.
-
-