public static final class WALProtos.CompactionDescriptor extends com.google.protobuf.GeneratedMessage implements WALProtos.CompactionDescriptorOrBuilder
hbase.pb.CompactionDescriptor
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.
| 限定符和类型 | 类和说明 |
|---|---|
static class |
WALProtos.CompactionDescriptor.Builder
Protobuf type
hbase.pb.CompactionDescriptor
Special WAL entry to hold all related to a compaction. |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>| 限定符和类型 | 字段和说明 |
|---|---|
static int |
COMPACTION_INPUT_FIELD_NUMBER |
static int |
COMPACTION_OUTPUT_FIELD_NUMBER |
static int |
ENCODED_REGION_NAME_FIELD_NUMBER |
static int |
FAMILY_NAME_FIELD_NUMBER |
static com.google.protobuf.Parser<WALProtos.CompactionDescriptor> |
PARSER |
static int |
REGION_NAME_FIELD_NUMBER |
static int |
STORE_HOME_DIR_FIELD_NUMBER |
static int |
TABLE_NAME_FIELD_NUMBER |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
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
|
int |
getCompactionInputCount()
repeated string compaction_input = 4;
relative to store dir
|
List<String> |
getCompactionInputList()
repeated string compaction_input = 4;
relative to store dir
|
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; |
static WALProtos.CompactionDescriptor |
getDefaultInstance() |
WALProtos.CompactionDescriptor |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.ByteString |
getEncodedRegionName()
required bytes encoded_region_name = 2; |
com.google.protobuf.ByteString |
getFamilyName()
required bytes family_name = 3; |
com.google.protobuf.Parser<WALProtos.CompactionDescriptor> |
getParserForType() |
com.google.protobuf.ByteString |
getRegionName()
optional bytes region_name = 7;
full region name
|
int |
getSerializedSize() |
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
|
com.google.protobuf.ByteString |
getTableName()
required bytes table_name = 1;
TODO: WALKey already stores these, might remove
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasEncodedRegionName()
required bytes encoded_region_name = 2; |
boolean |
hasFamilyName()
required bytes family_name = 3; |
int |
hashCode() |
boolean |
hasRegionName()
optional bytes region_name = 7;
full region name
|
boolean |
hasStoreHomeDir()
required string store_home_dir = 6;
relative to region dir
|
boolean |
hasTableName()
required bytes table_name = 1;
TODO: WALKey already stores these, might remove
|
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static WALProtos.CompactionDescriptor.Builder |
newBuilder() |
static WALProtos.CompactionDescriptor.Builder |
newBuilder(WALProtos.CompactionDescriptor prototype) |
WALProtos.CompactionDescriptor.Builder |
newBuilderForType() |
protected WALProtos.CompactionDescriptor.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static WALProtos.CompactionDescriptor |
parseDelimitedFrom(InputStream input) |
static WALProtos.CompactionDescriptor |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WALProtos.CompactionDescriptor |
parseFrom(byte[] data) |
static WALProtos.CompactionDescriptor |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WALProtos.CompactionDescriptor |
parseFrom(com.google.protobuf.ByteString data) |
static WALProtos.CompactionDescriptor |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WALProtos.CompactionDescriptor |
parseFrom(com.google.protobuf.CodedInputStream input) |
static WALProtos.CompactionDescriptor |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WALProtos.CompactionDescriptor |
parseFrom(InputStream input) |
static WALProtos.CompactionDescriptor |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
WALProtos.CompactionDescriptor.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownFieldfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringtoByteArray, toByteString, writeDelimitedTo, writeTopublic static com.google.protobuf.Parser<WALProtos.CompactionDescriptor> PARSER
public static final int TABLE_NAME_FIELD_NUMBER
public static final int ENCODED_REGION_NAME_FIELD_NUMBER
public static final int FAMILY_NAME_FIELD_NUMBER
public static final int COMPACTION_INPUT_FIELD_NUMBER
public static final int COMPACTION_OUTPUT_FIELD_NUMBER
public static final int STORE_HOME_DIR_FIELD_NUMBER
public static final int REGION_NAME_FIELD_NUMBER
public static WALProtos.CompactionDescriptor getDefaultInstance()
public WALProtos.CompactionDescriptor getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderpublic final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields 在接口中 com.google.protobuf.MessageOrBuildergetUnknownFields 在类中 com.google.protobuf.GeneratedMessagepublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessagepublic com.google.protobuf.Parser<WALProtos.CompactionDescriptor> getParserForType()
getParserForType 在接口中 com.google.protobuf.MessagegetParserForType 在接口中 com.google.protobuf.MessageLitegetParserForType 在类中 com.google.protobuf.GeneratedMessagepublic boolean hasTableName()
required bytes table_name = 1;
TODO: WALKey already stores these, might remove
public com.google.protobuf.ByteString getTableName()
required bytes table_name = 1;
TODO: WALKey already stores these, might remove
public boolean hasEncodedRegionName()
required bytes encoded_region_name = 2;public com.google.protobuf.ByteString getEncodedRegionName()
required bytes encoded_region_name = 2;public boolean hasFamilyName()
required bytes family_name = 3;public com.google.protobuf.ByteString getFamilyName()
required bytes family_name = 3;public List<String> getCompactionInputList()
repeated string compaction_input = 4;
relative to store dir
public int getCompactionInputCount()
repeated string compaction_input = 4;
relative to store dir
public String getCompactionInput(int index)
repeated string compaction_input = 4;
relative to store dir
public com.google.protobuf.ByteString getCompactionInputBytes(int index)
repeated string compaction_input = 4;
relative to store dir
public List<String> 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 com.google.protobuf.ByteString getCompactionOutputBytes(int index)
repeated string compaction_output = 5;public boolean hasStoreHomeDir()
required string store_home_dir = 6;
relative to region dir
public String getStoreHomeDir()
required string store_home_dir = 6;
relative to region dir
public com.google.protobuf.ByteString getStoreHomeDirBytes()
required string store_home_dir = 6;
relative to region dir
public boolean hasRegionName()
optional bytes region_name = 7;
full region name
public com.google.protobuf.ByteString getRegionName()
optional bytes region_name = 7;
full region name
public final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo 在接口中 com.google.protobuf.MessageLitewriteTo 在类中 com.google.protobuf.AbstractMessageIOExceptionpublic int getSerializedSize()
getSerializedSize 在接口中 com.google.protobuf.MessageLitegetSerializedSize 在类中 com.google.protobuf.AbstractMessageprotected Object writeReplace() throws ObjectStreamException
writeReplace 在类中 com.google.protobuf.GeneratedMessageObjectStreamExceptionpublic boolean equals(Object obj)
equals 在接口中 com.google.protobuf.Messageequals 在类中 com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode 在接口中 com.google.protobuf.MessagehashCode 在类中 com.google.protobuf.AbstractMessagepublic static WALProtos.CompactionDescriptor parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static WALProtos.CompactionDescriptor parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static WALProtos.CompactionDescriptor parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static WALProtos.CompactionDescriptor parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static WALProtos.CompactionDescriptor parseFrom(InputStream input) throws IOException
IOExceptionpublic static WALProtos.CompactionDescriptor parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static WALProtos.CompactionDescriptor parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static WALProtos.CompactionDescriptor parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static WALProtos.CompactionDescriptor parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static WALProtos.CompactionDescriptor parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static WALProtos.CompactionDescriptor.Builder newBuilder()
public WALProtos.CompactionDescriptor.Builder newBuilderForType()
newBuilderForType 在接口中 com.google.protobuf.MessagenewBuilderForType 在接口中 com.google.protobuf.MessageLitepublic static WALProtos.CompactionDescriptor.Builder newBuilder(WALProtos.CompactionDescriptor prototype)
public WALProtos.CompactionDescriptor.Builder toBuilder()
toBuilder 在接口中 com.google.protobuf.MessagetoBuilder 在接口中 com.google.protobuf.MessageLiteprotected WALProtos.CompactionDescriptor.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType 在类中 com.google.protobuf.GeneratedMessageCopyright © 2007–2019. All rights reserved.