| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.regionserver | 
| Modifier and Type | Field and Description | 
|---|---|
| (package private) HRegion.FlushResult.Result | HRegion.FlushResultImpl. result | 
| Modifier and Type | Method and Description | 
|---|---|
| HRegion.FlushResult.Result | HRegion.FlushResultImpl. getResult() | 
| HRegion.FlushResult.Result | HRegion.FlushResult. getResult() | 
| static HRegion.FlushResult.Result | HRegion.FlushResult.Result. valueOf(String name)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. | 
| Constructor and Description | 
|---|
| FlushResultImpl(HRegion.FlushResult.Result result,
               long flushSequenceId)Convenience constructor to use when the flush is successful, the failure message is set to
 null. | 
| FlushResultImpl(HRegion.FlushResult.Result result,
               long flushSequenceId,
               String failureReason,
               boolean wroteFlushMarker)Constructor with all the parameters. | 
| FlushResultImpl(HRegion.FlushResult.Result result,
               String failureReason,
               boolean wroteFlushMarker)Convenience constructor to use when we cannot flush. | 
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.