public static interface HBaseProtos.CacheEvictionStatsOrBuilder
extends org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getBytesEvicted()
optional int64 bytes_evicted = 2; |
long |
getEvictedBlocks()
optional int64 evicted_blocks = 1; |
HBaseProtos.RegionExceptionMessage |
getException(int index)
repeated .hbase.pb.RegionExceptionMessage exception = 4; |
int |
getExceptionCount()
repeated .hbase.pb.RegionExceptionMessage exception = 4; |
List<HBaseProtos.RegionExceptionMessage> |
getExceptionList()
repeated .hbase.pb.RegionExceptionMessage exception = 4; |
HBaseProtos.RegionExceptionMessageOrBuilder |
getExceptionOrBuilder(int index)
repeated .hbase.pb.RegionExceptionMessage exception = 4; |
List<? extends HBaseProtos.RegionExceptionMessageOrBuilder> |
getExceptionOrBuilderList()
repeated .hbase.pb.RegionExceptionMessage exception = 4; |
long |
getMaxCacheSize()
optional int64 max_cache_size = 3; |
boolean |
hasBytesEvicted()
optional int64 bytes_evicted = 2; |
boolean |
hasEvictedBlocks()
optional int64 evicted_blocks = 1; |
boolean |
hasMaxCacheSize()
optional int64 max_cache_size = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasEvictedBlocks()
optional int64 evicted_blocks = 1;long getEvictedBlocks()
optional int64 evicted_blocks = 1;boolean hasBytesEvicted()
optional int64 bytes_evicted = 2;long getBytesEvicted()
optional int64 bytes_evicted = 2;boolean hasMaxCacheSize()
optional int64 max_cache_size = 3;long getMaxCacheSize()
optional int64 max_cache_size = 3;List<HBaseProtos.RegionExceptionMessage> getExceptionList()
repeated .hbase.pb.RegionExceptionMessage exception = 4;HBaseProtos.RegionExceptionMessage getException(int index)
repeated .hbase.pb.RegionExceptionMessage exception = 4;int getExceptionCount()
repeated .hbase.pb.RegionExceptionMessage exception = 4;List<? extends HBaseProtos.RegionExceptionMessageOrBuilder> getExceptionOrBuilderList()
repeated .hbase.pb.RegionExceptionMessage exception = 4;HBaseProtos.RegionExceptionMessageOrBuilder getExceptionOrBuilder(int index)
repeated .hbase.pb.RegionExceptionMessage exception = 4;Copyright © 2007–2019 Cloudera. All rights reserved.