HBaseProtos.CacheEvictionStats.Builder |
HBaseProtos.CacheEvictionStats.Builder.addAllException(Iterable<? extends HBaseProtos.RegionExceptionMessage> values)
repeated .hbase.pb.RegionExceptionMessage exception = 4;
|
HBaseProtos.CacheEvictionStats.Builder |
HBaseProtos.CacheEvictionStats.Builder.addException(HBaseProtos.RegionExceptionMessage.Builder builderForValue)
repeated .hbase.pb.RegionExceptionMessage exception = 4;
|
HBaseProtos.CacheEvictionStats.Builder |
HBaseProtos.CacheEvictionStats.Builder.addException(HBaseProtos.RegionExceptionMessage value)
repeated .hbase.pb.RegionExceptionMessage exception = 4;
|
HBaseProtos.CacheEvictionStats.Builder |
HBaseProtos.CacheEvictionStats.Builder.addException(int index,
HBaseProtos.RegionExceptionMessage.Builder builderForValue)
repeated .hbase.pb.RegionExceptionMessage exception = 4;
|
HBaseProtos.CacheEvictionStats.Builder |
HBaseProtos.CacheEvictionStats.Builder.addException(int index,
HBaseProtos.RegionExceptionMessage value)
repeated .hbase.pb.RegionExceptionMessage exception = 4;
|
HBaseProtos.CacheEvictionStats.Builder |
HBaseProtos.CacheEvictionStats.Builder.addRepeatedField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
HBaseProtos.CacheEvictionStats.Builder |
HBaseProtos.CacheEvictionStats.Builder.clear() |
HBaseProtos.CacheEvictionStats.Builder |
HBaseProtos.CacheEvictionStats.Builder.clearBytesEvicted()
optional int64 bytes_evicted = 2;
|
HBaseProtos.CacheEvictionStats.Builder |
HBaseProtos.CacheEvictionStats.Builder.clearEvictedBlocks()
optional int64 evicted_blocks = 1;
|
HBaseProtos.CacheEvictionStats.Builder |
HBaseProtos.CacheEvictionStats.Builder.clearException()
repeated .hbase.pb.RegionExceptionMessage exception = 4;
|
HBaseProtos.CacheEvictionStats.Builder |
HBaseProtos.CacheEvictionStats.Builder.clearField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field) |
HBaseProtos.CacheEvictionStats.Builder |
HBaseProtos.CacheEvictionStats.Builder.clearMaxCacheSize()
optional int64 max_cache_size = 3;
|
HBaseProtos.CacheEvictionStats.Builder |
HBaseProtos.CacheEvictionStats.Builder.clearOneof(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.OneofDescriptor oneof) |
HBaseProtos.CacheEvictionStats.Builder |
HBaseProtos.CacheEvictionStats.Builder.clone() |
HBaseProtos.CacheEvictionStats.Builder |
AdminProtos.ClearRegionBlockCacheResponse.Builder.getStatsBuilder()
required .hbase.pb.CacheEvictionStats stats = 1;
|
HBaseProtos.CacheEvictionStats.Builder |
HBaseProtos.CacheEvictionStats.Builder.mergeFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
HBaseProtos.CacheEvictionStats.Builder |
HBaseProtos.CacheEvictionStats.Builder.mergeFrom(HBaseProtos.CacheEvictionStats other) |
HBaseProtos.CacheEvictionStats.Builder |
HBaseProtos.CacheEvictionStats.Builder.mergeFrom(org.apache.hbase.thirdparty.com.google.protobuf.Message other) |
HBaseProtos.CacheEvictionStats.Builder |
HBaseProtos.CacheEvictionStats.Builder.mergeUnknownFields(org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet unknownFields) |
static HBaseProtos.CacheEvictionStats.Builder |
HBaseProtos.CacheEvictionStats.newBuilder() |
static HBaseProtos.CacheEvictionStats.Builder |
HBaseProtos.CacheEvictionStats.newBuilder(HBaseProtos.CacheEvictionStats prototype) |
HBaseProtos.CacheEvictionStats.Builder |
HBaseProtos.CacheEvictionStats.newBuilderForType() |
protected HBaseProtos.CacheEvictionStats.Builder |
HBaseProtos.CacheEvictionStats.newBuilderForType(org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
HBaseProtos.CacheEvictionStats.Builder |
HBaseProtos.CacheEvictionStats.Builder.removeException(int index)
repeated .hbase.pb.RegionExceptionMessage exception = 4;
|
HBaseProtos.CacheEvictionStats.Builder |
HBaseProtos.CacheEvictionStats.Builder.setBytesEvicted(long value)
optional int64 bytes_evicted = 2;
|
HBaseProtos.CacheEvictionStats.Builder |
HBaseProtos.CacheEvictionStats.Builder.setEvictedBlocks(long value)
optional int64 evicted_blocks = 1;
|
HBaseProtos.CacheEvictionStats.Builder |
HBaseProtos.CacheEvictionStats.Builder.setException(int index,
HBaseProtos.RegionExceptionMessage.Builder builderForValue)
repeated .hbase.pb.RegionExceptionMessage exception = 4;
|
HBaseProtos.CacheEvictionStats.Builder |
HBaseProtos.CacheEvictionStats.Builder.setException(int index,
HBaseProtos.RegionExceptionMessage value)
repeated .hbase.pb.RegionExceptionMessage exception = 4;
|
HBaseProtos.CacheEvictionStats.Builder |
HBaseProtos.CacheEvictionStats.Builder.setField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
HBaseProtos.CacheEvictionStats.Builder |
HBaseProtos.CacheEvictionStats.Builder.setMaxCacheSize(long value)
optional int64 max_cache_size = 3;
|
HBaseProtos.CacheEvictionStats.Builder |
HBaseProtos.CacheEvictionStats.Builder.setRepeatedField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
HBaseProtos.CacheEvictionStats.Builder |
HBaseProtos.CacheEvictionStats.Builder.setUnknownFields(org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet unknownFields) |
HBaseProtos.CacheEvictionStats.Builder |
HBaseProtos.CacheEvictionStats.toBuilder() |