public static interface AdminProtos.FlushRegionResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getFlushed()
optional bool flushed = 2; |
long |
getLastFlushTime()
required uint64 last_flush_time = 1; |
boolean |
getWroteFlushWalMarker()
optional bool wrote_flush_wal_marker = 3; |
boolean |
hasFlushed()
optional bool flushed = 2; |
boolean |
hasLastFlushTime()
required uint64 last_flush_time = 1; |
boolean |
hasWroteFlushWalMarker()
optional bool wrote_flush_wal_marker = 3; |
boolean hasLastFlushTime()
required uint64 last_flush_time = 1;
long getLastFlushTime()
required uint64 last_flush_time = 1;
boolean hasFlushed()
optional bool flushed = 2;
boolean getFlushed()
optional bool flushed = 2;
boolean hasWroteFlushWalMarker()
optional bool wrote_flush_wal_marker = 3;
boolean getWroteFlushWalMarker()
optional bool wrote_flush_wal_marker = 3;
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.