Java org.apache.cassandra.utils.progress ProgressEventType fields, constructors, methods, implement or subclass

Example usage for Java org.apache.cassandra.utils.progress ProgressEventType fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.cassandra.utils.progress ProgressEventType.

The text is from its open source code.

Field

ProgressEventTypeSTART
Fired first when progress starts.
ProgressEventTypeSUCCESS
When observing process completes successfully, this is sent once before COMPLETE.
ProgressEventTypeCOMPLETE
Fire when progress complete.