Uses of Enum Class
org.apache.cassandra.utils.progress.ProgressEventType
Packages that use ProgressEventType
-
Uses of ProgressEventType in org.apache.cassandra.utils.progress
Methods in org.apache.cassandra.utils.progress that return ProgressEventTypeModifier and TypeMethodDescriptionProgressEvent.getType()static ProgressEventTypeReturns the enum constant of this class with the specified name.static ProgressEventType[]ProgressEventType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.cassandra.utils.progress with parameters of type ProgressEventTypeModifierConstructorDescriptionProgressEvent(ProgressEventType type, int progressCount, int total) ProgressEvent(ProgressEventType type, int progressCount, int total, String message)