public static interface HRegion.FlushResult
Modifier and Type | Interface and Description |
---|---|
static class |
HRegion.FlushResult.Result |
Modifier and Type | Method and Description |
---|---|
HRegion.FlushResult.Result |
getResult()
Returns the detailed result code
|
boolean |
isCompactionNeeded()
Returns True if the flush requested a compaction, else false
|
boolean |
isFlushSucceeded()
Returns true if the memstores were flushed, else false
|
HRegion.FlushResult.Result getResult()
boolean isFlushSucceeded()
boolean isCompactionNeeded()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.