Uses of Class
org.apache.cassandra.utils.progress.ProgressEventType
-
Packages that use ProgressEventType Package Description org.apache.cassandra.utils.progress -
-
Uses of ProgressEventType in org.apache.cassandra.utils.progress
Methods in org.apache.cassandra.utils.progress that return ProgressEventType Modifier and Type Method Description ProgressEventType
ProgressEvent. getType()
static ProgressEventType
ProgressEventType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ProgressEventType[]
ProgressEventType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.cassandra.utils.progress with parameters of type ProgressEventType Constructor Description ProgressEvent(ProgressEventType type, int progressCount, int total)
ProgressEvent(ProgressEventType type, int progressCount, int total, java.lang.String message)
-