| Package | Description | 
|---|---|
| org.apache.cassandra.utils.progress | 
| Modifier and Type | Method and 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. | 
| Constructor and Description | 
|---|
| ProgressEvent(ProgressEventType type,
             int progressCount,
             int total) | 
| ProgressEvent(ProgressEventType type,
             int progressCount,
             int total,
             java.lang.String message) | 
Copyright © 2018 The Apache Software Foundation