Uses of Enum Class
org.apache.cassandra.service.disk.usage.DiskUsageState
Packages that use DiskUsageState
-
Uses of DiskUsageState in org.apache.cassandra.service.disk.usage
Methods in org.apache.cassandra.service.disk.usage that return DiskUsageStateModifier and TypeMethodDescriptionDiskUsageMonitor.getState(long usagePercentage) DiskUsageBroadcaster.state(InetAddressAndPort endpoint) DiskUsageMonitor.state()static DiskUsageStateReturns the enum constant of this class with the specified name.static DiskUsageState[]DiskUsageState.values()Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in org.apache.cassandra.service.disk.usage with type arguments of type DiskUsageStateModifier and TypeMethodDescriptionvoidDiskUsageMonitor.start(Consumer<DiskUsageState> notifier) Start monitoring local disk usage and call notifier when local disk usage state changed.voidDiskUsageMonitor.updateLocalState(double usageRatio, Consumer<DiskUsageState> notifier)