public static interface AdminProtos.FlushRegionRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getIfOlderThanTs()
optional uint64 if_older_than_ts = 2; |
HBaseProtos.RegionSpecifier |
getRegion()
required .RegionSpecifier region = 1; |
HBaseProtos.RegionSpecifierOrBuilder |
getRegionOrBuilder()
required .RegionSpecifier region = 1; |
boolean |
getWriteFlushWalMarker()
optional bool write_flush_wal_marker = 3; |
boolean |
hasIfOlderThanTs()
optional uint64 if_older_than_ts = 2; |
boolean |
hasRegion()
required .RegionSpecifier region = 1; |
boolean |
hasWriteFlushWalMarker()
optional bool write_flush_wal_marker = 3; |
boolean hasRegion()
required .RegionSpecifier region = 1;
HBaseProtos.RegionSpecifier getRegion()
required .RegionSpecifier region = 1;
HBaseProtos.RegionSpecifierOrBuilder getRegionOrBuilder()
required .RegionSpecifier region = 1;
boolean hasIfOlderThanTs()
optional uint64 if_older_than_ts = 2;
long getIfOlderThanTs()
optional uint64 if_older_than_ts = 2;
boolean hasWriteFlushWalMarker()
optional bool write_flush_wal_marker = 3;
whether to write a marker to WAL even if not flushed
boolean getWriteFlushWalMarker()
optional bool write_flush_wal_marker = 3;
whether to write a marker to WAL even if not flushed
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.