public static final class WALProtos.CompactionDescriptor.Builder extends org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<WALProtos.CompactionDescriptor.Builder> implements WALProtos.CompactionDescriptorOrBuilder
Special WAL entry to hold all related to a compaction. Written to WAL before completing compaction. There is sufficient info in the below message to complete later the * compaction should we fail the WAL write.Protobuf type
hbase.pb.CompactionDescriptor| 限定符和类型 | 方法和说明 |
|---|---|
WALProtos.CompactionDescriptor.Builder |
addAllCompactionInput(Iterable<String> values)
relative to store dir
repeated string compaction_input = 4; |
WALProtos.CompactionDescriptor.Builder |
addAllCompactionOutput(Iterable<String> values)
repeated string compaction_output = 5; |
WALProtos.CompactionDescriptor.Builder |
addCompactionInput(String value)
relative to store dir
repeated string compaction_input = 4; |
WALProtos.CompactionDescriptor.Builder |
addCompactionInputBytes(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
relative to store dir
repeated string compaction_input = 4; |
WALProtos.CompactionDescriptor.Builder |
addCompactionOutput(String value)
repeated string compaction_output = 5; |
WALProtos.CompactionDescriptor.Builder |
addCompactionOutputBytes(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
repeated string compaction_output = 5; |
WALProtos.CompactionDescriptor.Builder |
addRepeatedField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
WALProtos.CompactionDescriptor |
build() |
WALProtos.CompactionDescriptor |
buildPartial() |
WALProtos.CompactionDescriptor.Builder |
clear() |
WALProtos.CompactionDescriptor.Builder |
clearCompactionInput()
relative to store dir
repeated string compaction_input = 4; |
WALProtos.CompactionDescriptor.Builder |
clearCompactionOutput()
repeated string compaction_output = 5; |
WALProtos.CompactionDescriptor.Builder |
clearEncodedRegionName()
required bytes encoded_region_name = 2; |
WALProtos.CompactionDescriptor.Builder |
clearFamilyName()
required bytes family_name = 3; |
WALProtos.CompactionDescriptor.Builder |
clearField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field) |
WALProtos.CompactionDescriptor.Builder |
clearOneof(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.OneofDescriptor oneof) |
WALProtos.CompactionDescriptor.Builder |
clearRegionName()
full region name
optional bytes region_name = 7; |
WALProtos.CompactionDescriptor.Builder |
clearStoreHomeDir()
relative to region dir
required string store_home_dir = 6; |
WALProtos.CompactionDescriptor.Builder |
clearTableName()
TODO: WALKey already stores these, might remove
required bytes table_name = 1; |
WALProtos.CompactionDescriptor.Builder |
clone() |
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; |
int |
getCompactionInputCount()
relative to store dir
repeated string compaction_input = 4; |
org.apache.hbase.thirdparty.com.google.protobuf.ProtocolStringList |
getCompactionInputList()
relative to store dir
repeated string compaction_input = 4; |
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; |
org.apache.hbase.thirdparty.com.google.protobuf.ProtocolStringList |
getCompactionOutputList()
repeated string compaction_output = 5; |
WALProtos.CompactionDescriptor |
getDefaultInstanceForType() |
static org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
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
optional bytes region_name = 7; |
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; |
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; |
boolean |
hasFamilyName()
required bytes family_name = 3; |
boolean |
hasRegionName()
full region name
optional bytes region_name = 7; |
boolean |
hasStoreHomeDir()
relative to region dir
required string store_home_dir = 6; |
boolean |
hasTableName()
TODO: WALKey already stores these, might remove
required bytes table_name = 1; |
protected org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
WALProtos.CompactionDescriptor.Builder |
mergeFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
WALProtos.CompactionDescriptor.Builder |
mergeFrom(org.apache.hbase.thirdparty.com.google.protobuf.Message other) |
WALProtos.CompactionDescriptor.Builder |
mergeFrom(WALProtos.CompactionDescriptor other) |
WALProtos.CompactionDescriptor.Builder |
mergeUnknownFields(org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet unknownFields) |
WALProtos.CompactionDescriptor.Builder |
setCompactionInput(int index,
String value)
relative to store dir
repeated string compaction_input = 4; |
WALProtos.CompactionDescriptor.Builder |
setCompactionOutput(int index,
String value)
repeated string compaction_output = 5; |
WALProtos.CompactionDescriptor.Builder |
setEncodedRegionName(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
required bytes encoded_region_name = 2; |
WALProtos.CompactionDescriptor.Builder |
setFamilyName(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
required bytes family_name = 3; |
WALProtos.CompactionDescriptor.Builder |
setField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
WALProtos.CompactionDescriptor.Builder |
setRegionName(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
full region name
optional bytes region_name = 7; |
WALProtos.CompactionDescriptor.Builder |
setRepeatedField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
WALProtos.CompactionDescriptor.Builder |
setStoreHomeDir(String value)
relative to region dir
required string store_home_dir = 6; |
WALProtos.CompactionDescriptor.Builder |
setStoreHomeDirBytes(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
relative to region dir
required string store_home_dir = 6; |
WALProtos.CompactionDescriptor.Builder |
setTableName(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
TODO: WALKey already stores these, might remove
required bytes table_name = 1; |
WALProtos.CompactionDescriptor.Builder |
setUnknownFields(org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionpublic static final org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<WALProtos.CompactionDescriptor.Builder>public WALProtos.CompactionDescriptor.Builder clear()
clear 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.Builderclear 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.Builderclear 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<WALProtos.CompactionDescriptor.Builder>public org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildergetDescriptorForType 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuildergetDescriptorForType 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<WALProtos.CompactionDescriptor.Builder>public WALProtos.CompactionDescriptor getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilderpublic WALProtos.CompactionDescriptor build()
build 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.Builderbuild 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.Builderpublic WALProtos.CompactionDescriptor buildPartial()
buildPartial 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.BuilderbuildPartial 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.Builderpublic WALProtos.CompactionDescriptor.Builder clone()
clone 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.Builderclone 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.Builderclone 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<WALProtos.CompactionDescriptor.Builder>public WALProtos.CompactionDescriptor.Builder setField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildersetField 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<WALProtos.CompactionDescriptor.Builder>public WALProtos.CompactionDescriptor.Builder clearField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field)
clearField 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.BuilderclearField 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<WALProtos.CompactionDescriptor.Builder>public WALProtos.CompactionDescriptor.Builder clearOneof(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.BuilderclearOneof 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<WALProtos.CompactionDescriptor.Builder>public WALProtos.CompactionDescriptor.Builder setRepeatedField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildersetRepeatedField 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<WALProtos.CompactionDescriptor.Builder>public WALProtos.CompactionDescriptor.Builder addRepeatedField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.BuilderaddRepeatedField 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<WALProtos.CompactionDescriptor.Builder>public WALProtos.CompactionDescriptor.Builder mergeFrom(org.apache.hbase.thirdparty.com.google.protobuf.Message other)
mergeFrom 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildermergeFrom 在类中 org.apache.hbase.thirdparty.com.google.protobuf.AbstractMessage.Builder<WALProtos.CompactionDescriptor.Builder>public WALProtos.CompactionDescriptor.Builder mergeFrom(WALProtos.CompactionDescriptor other)
public final boolean isInitialized()
isInitialized 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<WALProtos.CompactionDescriptor.Builder>public WALProtos.CompactionDescriptor.Builder mergeFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildermergeFrom 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.BuildermergeFrom 在类中 org.apache.hbase.thirdparty.com.google.protobuf.AbstractMessage.Builder<WALProtos.CompactionDescriptor.Builder>IOExceptionpublic boolean hasTableName()
TODO: WALKey already stores these, might remove
required bytes table_name = 1;public org.apache.hbase.thirdparty.com.google.protobuf.ByteString getTableName()
TODO: WALKey already stores these, might remove
required bytes table_name = 1;public WALProtos.CompactionDescriptor.Builder setTableName(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
TODO: WALKey already stores these, might remove
required bytes table_name = 1;public WALProtos.CompactionDescriptor.Builder clearTableName()
TODO: WALKey already stores these, might remove
required bytes table_name = 1;public boolean hasEncodedRegionName()
required bytes encoded_region_name = 2;public org.apache.hbase.thirdparty.com.google.protobuf.ByteString getEncodedRegionName()
required bytes encoded_region_name = 2;public WALProtos.CompactionDescriptor.Builder setEncodedRegionName(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
required bytes encoded_region_name = 2;public WALProtos.CompactionDescriptor.Builder clearEncodedRegionName()
required bytes encoded_region_name = 2;public boolean hasFamilyName()
required bytes family_name = 3;public org.apache.hbase.thirdparty.com.google.protobuf.ByteString getFamilyName()
required bytes family_name = 3;public WALProtos.CompactionDescriptor.Builder setFamilyName(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
required bytes family_name = 3;public WALProtos.CompactionDescriptor.Builder clearFamilyName()
required bytes family_name = 3;public org.apache.hbase.thirdparty.com.google.protobuf.ProtocolStringList getCompactionInputList()
relative to store dir
repeated string compaction_input = 4;public int getCompactionInputCount()
relative to store dir
repeated string compaction_input = 4;public String getCompactionInput(int index)
relative to store dir
repeated string compaction_input = 4;public org.apache.hbase.thirdparty.com.google.protobuf.ByteString getCompactionInputBytes(int index)
relative to store dir
repeated string compaction_input = 4;public WALProtos.CompactionDescriptor.Builder setCompactionInput(int index, String value)
relative to store dir
repeated string compaction_input = 4;public WALProtos.CompactionDescriptor.Builder addCompactionInput(String value)
relative to store dir
repeated string compaction_input = 4;public WALProtos.CompactionDescriptor.Builder addAllCompactionInput(Iterable<String> values)
relative to store dir
repeated string compaction_input = 4;public WALProtos.CompactionDescriptor.Builder clearCompactionInput()
relative to store dir
repeated string compaction_input = 4;public WALProtos.CompactionDescriptor.Builder addCompactionInputBytes(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
relative to store dir
repeated string compaction_input = 4;public org.apache.hbase.thirdparty.com.google.protobuf.ProtocolStringList getCompactionOutputList()
repeated string compaction_output = 5;public int getCompactionOutputCount()
repeated string compaction_output = 5;public String getCompactionOutput(int index)
repeated string compaction_output = 5;public org.apache.hbase.thirdparty.com.google.protobuf.ByteString getCompactionOutputBytes(int index)
repeated string compaction_output = 5;public WALProtos.CompactionDescriptor.Builder setCompactionOutput(int index, String value)
repeated string compaction_output = 5;public WALProtos.CompactionDescriptor.Builder addCompactionOutput(String value)
repeated string compaction_output = 5;public WALProtos.CompactionDescriptor.Builder addAllCompactionOutput(Iterable<String> values)
repeated string compaction_output = 5;public WALProtos.CompactionDescriptor.Builder clearCompactionOutput()
repeated string compaction_output = 5;public WALProtos.CompactionDescriptor.Builder addCompactionOutputBytes(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
repeated string compaction_output = 5;public boolean hasStoreHomeDir()
relative to region dir
required string store_home_dir = 6;public String getStoreHomeDir()
relative to region dir
required string store_home_dir = 6;public org.apache.hbase.thirdparty.com.google.protobuf.ByteString getStoreHomeDirBytes()
relative to region dir
required string store_home_dir = 6;public WALProtos.CompactionDescriptor.Builder setStoreHomeDir(String value)
relative to region dir
required string store_home_dir = 6;public WALProtos.CompactionDescriptor.Builder clearStoreHomeDir()
relative to region dir
required string store_home_dir = 6;public WALProtos.CompactionDescriptor.Builder setStoreHomeDirBytes(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
relative to region dir
required string store_home_dir = 6;public boolean hasRegionName()
full region name
optional bytes region_name = 7;public org.apache.hbase.thirdparty.com.google.protobuf.ByteString getRegionName()
full region name
optional bytes region_name = 7;public WALProtos.CompactionDescriptor.Builder setRegionName(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
full region name
optional bytes region_name = 7;public WALProtos.CompactionDescriptor.Builder clearRegionName()
full region name
optional bytes region_name = 7;public final WALProtos.CompactionDescriptor.Builder setUnknownFields(org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildersetUnknownFields 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<WALProtos.CompactionDescriptor.Builder>public final WALProtos.CompactionDescriptor.Builder mergeUnknownFields(org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildermergeUnknownFields 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<WALProtos.CompactionDescriptor.Builder>Copyright © 2007–2019. All rights reserved.