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

    Modifier and Type
    Method
    Description
    Returns the device capacity.
    boolean
    Returns true if the device configuration is for a local device, otherwise, returns false if this configuration is for a remote device.

    Methods inherited from interface com.hazelcast.config.NamedConfig

    getName, setName
  • Method Details

    • isLocal

      boolean isLocal()
      Returns true if the device configuration is for a local device, otherwise, returns false if this configuration is for a remote device.
    • getCapacity

      Capacity getCapacity()
      Returns the device capacity.