Uses of Enum Class
org.apache.hadoop.hbase.regionserver.SplitLogWorker.TaskExecutor.Status
Packages that use SplitLogWorker.TaskExecutor.Status
-
Uses of SplitLogWorker.TaskExecutor.Status in org.apache.hadoop.hbase.regionserver
Methods in org.apache.hadoop.hbase.regionserver that return SplitLogWorker.TaskExecutor.StatusModifier and TypeMethodDescriptionSplitLogWorker.TaskExecutor.exec
(String name, CancelableProgressable p) (package private) static SplitLogWorker.TaskExecutor.Status
SplitLogWorker.splitLog
(String filename, CancelableProgressable p, org.apache.hadoop.conf.Configuration conf, RegionServerServices server, LastSequenceId sequenceIdChecker, WALFactory factory) Deprecated.Returns Result either DONE, RESIGNED, or ERR.Returns the enum constant of this class with the specified name.static SplitLogWorker.TaskExecutor.Status[]
SplitLogWorker.TaskExecutor.Status.values()
Returns an array containing the constants of this enum class, in the order they are declared.