Class HRegion.FlushResultImpl

java.lang.Object
org.apache.hadoop.hbase.regionserver.HRegion.FlushResultImpl
All Implemented Interfaces:
HRegion.FlushResult
Enclosing class:
HRegion

public static class HRegion.FlushResultImpl extends Object implements HRegion.FlushResult
Objects from this class are created when flushing to describe all the different states that that method ends up in. The Result enum describes those states. The sequence id should only be specified if the flush was successful, and the failure message should only be specified if it didn't flush.