Uses of Enum
org.apache.hadoop.hbase.regionserver.HRegion.FlushResult.Result
Packages that use HRegion.FlushResult.Result
-
Uses of HRegion.FlushResult.Result in org.apache.hadoop.hbase.regionserver
Fields in org.apache.hadoop.hbase.regionserver declared as HRegion.FlushResult.ResultModifier and TypeFieldDescription(package private) final HRegion.FlushResult.Result
HRegion.FlushResultImpl.result
Methods in org.apache.hadoop.hbase.regionserver that return HRegion.FlushResult.ResultModifier and TypeMethodDescriptionHRegion.FlushResult.getResult()
Returns the detailed result codeHRegion.FlushResultImpl.getResult()
static HRegion.FlushResult.Result
Returns the enum constant of this type with the specified name.static HRegion.FlushResult.Result[]
HRegion.FlushResult.Result.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.hadoop.hbase.regionserver with parameters of type HRegion.FlushResult.ResultModifierConstructorDescription(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.