public static class HRegion.FlushResult extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
isCompactionNeeded()
Convenience method, the equivalent of checking if result is FLUSHED_COMPACTION_NEEDED.
|
boolean |
isFlushSucceeded()
Convenience method, the equivalent of checking if result is
FLUSHED_NO_COMPACTION_NEEDED or FLUSHED_NO_COMPACTION_NEEDED.
|
public boolean isFlushSucceeded()
public boolean isCompactionNeeded()
Copyright © 2014 The Apache Software Foundation. All rights reserved.