Uses of Enum Class
org.apache.hadoop.hbase.regionserver.HRegion.FlushResult.Result
-
Uses of HRegion.FlushResult.Result in org.apache.hadoop.hbase.regionserver
Modifier and TypeFieldDescription(package private) final HRegion.FlushResult.Result
HRegion.FlushResultImpl.result
Modifier and TypeMethodDescriptionHRegion.FlushResult.getResult()
Returns the detailed result codeHRegion.FlushResultImpl.getResult()
static HRegion.FlushResult.Result
Returns the enum constant of this class with the specified name.static HRegion.FlushResult.Result[]
HRegion.FlushResult.Result.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescription(package private)
FlushResultImpl
(HRegion.FlushResult.Result result, long flushSequenceId) Convenience constructor to use when the flush is successful, the failure message is set to null.(package private)
FlushResultImpl
(HRegion.FlushResult.Result result, long flushSequenceId, String failureReason, boolean wroteFlushMarker) Constructor with all the parameters.(package private)
FlushResultImpl
(HRegion.FlushResult.Result result, String failureReason, boolean wroteFlushMarker) Convenience constructor to use when we cannot flush.