public static interface WALProtos.CompactionDescriptorOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getCompactionInput(int index)
repeated string compaction_input = 4; |
com.google.protobuf.ByteString |
getCompactionInputBytes(int index)
repeated string compaction_input = 4; |
int |
getCompactionInputCount()
repeated string compaction_input = 4; |
List<String> |
getCompactionInputList()
repeated string compaction_input = 4; |
String |
getCompactionOutput(int index)
repeated string compaction_output = 5; |
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; |
com.google.protobuf.ByteString |
getEncodedRegionName()
required bytes encoded_region_name = 2; |
com.google.protobuf.ByteString |
getFamilyName()
required bytes family_name = 3; |
String |
getStoreHomeDir()
required string store_home_dir = 6; |
com.google.protobuf.ByteString |
getStoreHomeDirBytes()
required string store_home_dir = 6; |
com.google.protobuf.ByteString |
getTableName()
required bytes table_name = 1; |
boolean |
hasEncodedRegionName()
required bytes encoded_region_name = 2; |
boolean |
hasFamilyName()
required bytes family_name = 3; |
boolean |
hasStoreHomeDir()
required string store_home_dir = 6; |
boolean |
hasTableName()
required bytes table_name = 1; |
boolean hasTableName()
required bytes table_name = 1;
TODO: WALKey already stores these, might remove
com.google.protobuf.ByteString getTableName()
required bytes table_name = 1;
TODO: WALKey already stores these, might remove
boolean hasEncodedRegionName()
required bytes encoded_region_name = 2;
com.google.protobuf.ByteString getEncodedRegionName()
required bytes encoded_region_name = 2;
boolean hasFamilyName()
required bytes family_name = 3;
com.google.protobuf.ByteString getFamilyName()
required bytes family_name = 3;
int getCompactionInputCount()
repeated string compaction_input = 4;
String getCompactionInput(int index)
repeated string compaction_input = 4;
com.google.protobuf.ByteString getCompactionInputBytes(int index)
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;
com.google.protobuf.ByteString getCompactionOutputBytes(int index)
repeated string compaction_output = 5;
boolean hasStoreHomeDir()
required string store_home_dir = 6;
String getStoreHomeDir()
required string store_home_dir = 6;
com.google.protobuf.ByteString getStoreHomeDirBytes()
required string store_home_dir = 6;
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.