public static interface WALProtos.CompactionDescriptorOrBuilder
extends org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCompactionInput(int index)
relative to store dir
|
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getCompactionInputBytes(int index)
relative to store dir
|
int |
getCompactionInputCount()
relative to store dir
|
List<String> |
getCompactionInputList()
relative to store dir
|
String |
getCompactionOutput(int index)
repeated string compaction_output = 5; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getCompactionOutputBytes(int index)
repeated string compaction_output = 5; |
int |
getCompactionOutputCount()
repeated string compaction_output = 5; |
List<String> |
getCompactionOutputList()
repeated string compaction_output = 5; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getEncodedRegionName()
required bytes encoded_region_name = 2; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getFamilyName()
required bytes family_name = 3; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getRegionName()
full region name
|
String |
getStoreHomeDir()
relative to region dir
|
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getStoreHomeDirBytes()
relative to region dir
|
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getTableName()
TODO: WALKey already stores these, might remove
|
boolean |
hasEncodedRegionName()
required bytes encoded_region_name = 2; |
boolean |
hasFamilyName()
required bytes family_name = 3; |
boolean |
hasRegionName()
full region name
|
boolean |
hasStoreHomeDir()
relative to region dir
|
boolean |
hasTableName()
TODO: WALKey already stores these, might remove
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasTableName()
TODO: WALKey already stores these, might remove
required bytes table_name = 1;org.apache.hbase.thirdparty.com.google.protobuf.ByteString getTableName()
TODO: WALKey already stores these, might remove
required bytes table_name = 1;boolean hasEncodedRegionName()
required bytes encoded_region_name = 2;org.apache.hbase.thirdparty.com.google.protobuf.ByteString getEncodedRegionName()
required bytes encoded_region_name = 2;boolean hasFamilyName()
required bytes family_name = 3;org.apache.hbase.thirdparty.com.google.protobuf.ByteString getFamilyName()
required bytes family_name = 3;List<String> getCompactionInputList()
relative to store dir
repeated string compaction_input = 4;int getCompactionInputCount()
relative to store dir
repeated string compaction_input = 4;String getCompactionInput(int index)
relative to store dir
repeated string compaction_input = 4;org.apache.hbase.thirdparty.com.google.protobuf.ByteString getCompactionInputBytes(int index)
relative to store dir
repeated string compaction_input = 4;List<String> getCompactionOutputList()
repeated string compaction_output = 5;int getCompactionOutputCount()
repeated string compaction_output = 5;String getCompactionOutput(int index)
repeated string compaction_output = 5;org.apache.hbase.thirdparty.com.google.protobuf.ByteString getCompactionOutputBytes(int index)
repeated string compaction_output = 5;boolean hasStoreHomeDir()
relative to region dir
required string store_home_dir = 6;String getStoreHomeDir()
relative to region dir
required string store_home_dir = 6;org.apache.hbase.thirdparty.com.google.protobuf.ByteString getStoreHomeDirBytes()
relative to region dir
required string store_home_dir = 6;boolean hasRegionName()
full region name
optional bytes region_name = 7;org.apache.hbase.thirdparty.com.google.protobuf.ByteString getRegionName()
full region name
optional bytes region_name = 7;Copyright © 2007–2019 Cloudera. All rights reserved.