Package com.hazelcast.config
Interface DeviceConfig
- All Superinterfaces:
NamedConfig
- All Known Implementing Classes:
LocalDeviceConfig
Device configuration for the Tiered-Store
- Since:
- 5.1
-
Method Summary
Modifier and TypeMethodDescriptionReturns 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 Details
-
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.
-