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; |
com.google.protobuf.ByteString |
getRegionName()
optional bytes region_name = 7; |
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 |
hasRegionName()
optional bytes region_name = 7; |
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;
List<String> getCompactionInputList()
repeated string compaction_input = 4;
relative to store dir
int getCompactionInputCount()
repeated string compaction_input = 4;
relative to store dir
String getCompactionInput(int index)
repeated string compaction_input = 4;
relative to store dir
com.google.protobuf.ByteString getCompactionInputBytes(int index)
repeated string compaction_input = 4;
relative to store dir
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;
relative to region dir
String getStoreHomeDir()
required string store_home_dir = 6;
relative to region dir
com.google.protobuf.ByteString getStoreHomeDirBytes()
required string store_home_dir = 6;
relative to region dir
boolean hasRegionName()
optional bytes region_name = 7;
full region name
com.google.protobuf.ByteString getRegionName()
optional bytes region_name = 7;
full region name
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.