Uses of Class
org.apache.cassandra.service.disk.usage.DiskUsageState
-
Packages that use DiskUsageState Package Description org.apache.cassandra.service.disk.usage -
-
Uses of DiskUsageState in org.apache.cassandra.service.disk.usage
Methods in org.apache.cassandra.service.disk.usage that return DiskUsageState Modifier and Type Method Description DiskUsageStateDiskUsageMonitor. getState(long usagePercentage)DiskUsageStateDiskUsageBroadcaster. state(InetAddressAndPort endpoint)DiskUsageStateDiskUsageMonitor. state()static DiskUsageStateDiskUsageState. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DiskUsageState[]DiskUsageState. values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in org.apache.cassandra.service.disk.usage with type arguments of type DiskUsageState Modifier and Type Method Description voidDiskUsageMonitor. start(java.util.function.Consumer<DiskUsageState> notifier)Start monitoring local disk usage and call notifier when local disk usage state changed.voidDiskUsageMonitor. updateLocalState(double usageRatio, java.util.function.Consumer<DiskUsageState> notifier)
-