public static interface AdminProtos.FlushRegionRequestOrBuilder
extends org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getIfOlderThanTs()
optional uint64 if_older_than_ts = 2; |
HBaseProtos.RegionSpecifier |
getRegion()
required .hbase.pb.RegionSpecifier region = 1; |
HBaseProtos.RegionSpecifierOrBuilder |
getRegionOrBuilder()
required .hbase.pb.RegionSpecifier region = 1; |
boolean |
getWriteFlushWalMarker()
whether to write a marker to WAL even if not flushed
|
boolean |
hasIfOlderThanTs()
optional uint64 if_older_than_ts = 2; |
boolean |
hasRegion()
required .hbase.pb.RegionSpecifier region = 1; |
boolean |
hasWriteFlushWalMarker()
whether to write a marker to WAL even if not flushed
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasRegion()
required .hbase.pb.RegionSpecifier region = 1;HBaseProtos.RegionSpecifier getRegion()
required .hbase.pb.RegionSpecifier region = 1;HBaseProtos.RegionSpecifierOrBuilder getRegionOrBuilder()
required .hbase.pb.RegionSpecifier region = 1;boolean hasIfOlderThanTs()
optional uint64 if_older_than_ts = 2;long getIfOlderThanTs()
optional uint64 if_older_than_ts = 2;boolean hasWriteFlushWalMarker()
whether to write a marker to WAL even if not flushed
optional bool write_flush_wal_marker = 3;boolean getWriteFlushWalMarker()
whether to write a marker to WAL even if not flushed
optional bool write_flush_wal_marker = 3;Copyright © 2007–2019 Cloudera. All rights reserved.