public static final class ProcedureProtos.ProcedureWALEntry extends org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3 implements ProcedureProtos.ProcedureWALEntryOrBuilder
hbase.pb.ProcedureWALEntry| Modifier and Type | Class and Description |
|---|---|
static class |
ProcedureProtos.ProcedureWALEntry.Builder
Protobuf type
hbase.pb.ProcedureWALEntry |
static class |
ProcedureProtos.ProcedureWALEntry.Type
Protobuf enum
hbase.pb.ProcedureWALEntry.Type |
org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.BuilderParent, org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
CHILD_ID_FIELD_NUMBER |
static org.apache.hbase.thirdparty.com.google.protobuf.Parser<ProcedureProtos.ProcedureWALEntry> |
PARSER
Deprecated.
|
static int |
PROC_ID_FIELD_NUMBER |
static int |
PROCEDURE_FIELD_NUMBER |
static int |
TYPE_FIELD_NUMBER |
alwaysUseFieldBuilders, unknownFields| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long |
getChildId(int index)
repeated uint64 child_id = 4; |
int |
getChildIdCount()
repeated uint64 child_id = 4; |
List<Long> |
getChildIdList()
repeated uint64 child_id = 4; |
static ProcedureProtos.ProcedureWALEntry |
getDefaultInstance() |
ProcedureProtos.ProcedureWALEntry |
getDefaultInstanceForType() |
static org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
org.apache.hbase.thirdparty.com.google.protobuf.Parser<ProcedureProtos.ProcedureWALEntry> |
getParserForType() |
ProcedureProtos.Procedure |
getProcedure(int index)
repeated .hbase.pb.Procedure procedure = 2; |
int |
getProcedureCount()
repeated .hbase.pb.Procedure procedure = 2; |
List<ProcedureProtos.Procedure> |
getProcedureList()
repeated .hbase.pb.Procedure procedure = 2; |
ProcedureProtos.ProcedureOrBuilder |
getProcedureOrBuilder(int index)
repeated .hbase.pb.Procedure procedure = 2; |
List<? extends ProcedureProtos.ProcedureOrBuilder> |
getProcedureOrBuilderList()
repeated .hbase.pb.Procedure procedure = 2; |
long |
getProcId()
optional uint64 proc_id = 3; |
int |
getSerializedSize() |
ProcedureProtos.ProcedureWALEntry.Type |
getType()
required .hbase.pb.ProcedureWALEntry.Type type = 1; |
org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasProcId()
optional uint64 proc_id = 3; |
boolean |
hasType()
required .hbase.pb.ProcedureWALEntry.Type type = 1; |
protected org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ProcedureProtos.ProcedureWALEntry.Builder |
newBuilder() |
static ProcedureProtos.ProcedureWALEntry.Builder |
newBuilder(ProcedureProtos.ProcedureWALEntry prototype) |
ProcedureProtos.ProcedureWALEntry.Builder |
newBuilderForType() |
protected ProcedureProtos.ProcedureWALEntry.Builder |
newBuilderForType(org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static ProcedureProtos.ProcedureWALEntry |
parseDelimitedFrom(InputStream input) |
static ProcedureProtos.ProcedureWALEntry |
parseDelimitedFrom(InputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProcedureProtos.ProcedureWALEntry |
parseFrom(byte[] data) |
static ProcedureProtos.ProcedureWALEntry |
parseFrom(byte[] data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProcedureProtos.ProcedureWALEntry |
parseFrom(ByteBuffer data) |
static ProcedureProtos.ProcedureWALEntry |
parseFrom(ByteBuffer data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProcedureProtos.ProcedureWALEntry |
parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data) |
static ProcedureProtos.ProcedureWALEntry |
parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProcedureProtos.ProcedureWALEntry |
parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input) |
static ProcedureProtos.ProcedureWALEntry |
parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProcedureProtos.ProcedureWALEntry |
parseFrom(InputStream input) |
static ProcedureProtos.ProcedureWALEntry |
parseFrom(InputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static org.apache.hbase.thirdparty.com.google.protobuf.Parser<ProcedureProtos.ProcedureWALEntry> |
parser() |
ProcedureProtos.ProcedureWALEntry.Builder |
toBuilder() |
void |
writeTo(org.apache.hbase.thirdparty.com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int TYPE_FIELD_NUMBER
public static final int PROCEDURE_FIELD_NUMBER
public static final int PROC_ID_FIELD_NUMBER
public static final int CHILD_ID_FIELD_NUMBER
@Deprecated public static final org.apache.hbase.thirdparty.com.google.protobuf.Parser<ProcedureProtos.ProcedureWALEntry> PARSER
public final org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuildergetUnknownFields in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3public static final org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3public boolean hasType()
required .hbase.pb.ProcedureWALEntry.Type type = 1;hasType in interface ProcedureProtos.ProcedureWALEntryOrBuilderpublic ProcedureProtos.ProcedureWALEntry.Type getType()
required .hbase.pb.ProcedureWALEntry.Type type = 1;getType in interface ProcedureProtos.ProcedureWALEntryOrBuilderpublic List<ProcedureProtos.Procedure> getProcedureList()
repeated .hbase.pb.Procedure procedure = 2;getProcedureList in interface ProcedureProtos.ProcedureWALEntryOrBuilderpublic List<? extends ProcedureProtos.ProcedureOrBuilder> getProcedureOrBuilderList()
repeated .hbase.pb.Procedure procedure = 2;getProcedureOrBuilderList in interface ProcedureProtos.ProcedureWALEntryOrBuilderpublic int getProcedureCount()
repeated .hbase.pb.Procedure procedure = 2;getProcedureCount in interface ProcedureProtos.ProcedureWALEntryOrBuilderpublic ProcedureProtos.Procedure getProcedure(int index)
repeated .hbase.pb.Procedure procedure = 2;getProcedure in interface ProcedureProtos.ProcedureWALEntryOrBuilderpublic ProcedureProtos.ProcedureOrBuilder getProcedureOrBuilder(int index)
repeated .hbase.pb.Procedure procedure = 2;getProcedureOrBuilder in interface ProcedureProtos.ProcedureWALEntryOrBuilderpublic boolean hasProcId()
optional uint64 proc_id = 3;hasProcId in interface ProcedureProtos.ProcedureWALEntryOrBuilderpublic long getProcId()
optional uint64 proc_id = 3;getProcId in interface ProcedureProtos.ProcedureWALEntryOrBuilderpublic List<Long> getChildIdList()
repeated uint64 child_id = 4;getChildIdList in interface ProcedureProtos.ProcedureWALEntryOrBuilderpublic int getChildIdCount()
repeated uint64 child_id = 4;getChildIdCount in interface ProcedureProtos.ProcedureWALEntryOrBuilderpublic long getChildId(int index)
repeated uint64 child_id = 4;getChildId in interface ProcedureProtos.ProcedureWALEntryOrBuilderpublic final boolean isInitialized()
isInitialized in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteOrBuilderisInitialized in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3public void writeTo(org.apache.hbase.thirdparty.com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLitewriteTo in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLitegetSerializedSize in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface org.apache.hbase.thirdparty.com.google.protobuf.Messageequals in class org.apache.hbase.thirdparty.com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface org.apache.hbase.thirdparty.com.google.protobuf.MessagehashCode in class org.apache.hbase.thirdparty.com.google.protobuf.AbstractMessagepublic static ProcedureProtos.ProcedureWALEntry parseFrom(ByteBuffer data) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException
org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProcedureProtos.ProcedureWALEntry parseFrom(ByteBuffer data, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException
org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProcedureProtos.ProcedureWALEntry parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException
org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProcedureProtos.ProcedureWALEntry parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException
org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProcedureProtos.ProcedureWALEntry parseFrom(byte[] data) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException
org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProcedureProtos.ProcedureWALEntry parseFrom(byte[] data, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException
org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProcedureProtos.ProcedureWALEntry parseFrom(InputStream input) throws IOException
IOExceptionpublic static ProcedureProtos.ProcedureWALEntry parseFrom(InputStream input, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ProcedureProtos.ProcedureWALEntry parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ProcedureProtos.ProcedureWALEntry parseDelimitedFrom(InputStream input, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ProcedureProtos.ProcedureWALEntry parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ProcedureProtos.ProcedureWALEntry parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic ProcedureProtos.ProcedureWALEntry.Builder newBuilderForType()
newBuilderForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessagenewBuilderForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLitepublic static ProcedureProtos.ProcedureWALEntry.Builder newBuilder()
public static ProcedureProtos.ProcedureWALEntry.Builder newBuilder(ProcedureProtos.ProcedureWALEntry prototype)
public ProcedureProtos.ProcedureWALEntry.Builder toBuilder()
toBuilder in interface org.apache.hbase.thirdparty.com.google.protobuf.MessagetoBuilder in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteprotected ProcedureProtos.ProcedureWALEntry.Builder newBuilderForType(org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3public static ProcedureProtos.ProcedureWALEntry getDefaultInstance()
public static org.apache.hbase.thirdparty.com.google.protobuf.Parser<ProcedureProtos.ProcedureWALEntry> parser()
public org.apache.hbase.thirdparty.com.google.protobuf.Parser<ProcedureProtos.ProcedureWALEntry> getParserForType()
getParserForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessagegetParserForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLitegetParserForType in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3public ProcedureProtos.ProcedureWALEntry getDefaultInstanceForType()
getDefaultInstanceForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilderCopyright © 2007–2019 Cloudera. All rights reserved.