public static final class ProcedureProtos.ProcedureWALEntry.Builder extends org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<ProcedureProtos.ProcedureWALEntry.Builder> implements ProcedureProtos.ProcedureWALEntryOrBuilder
hbase.pb.ProcedureWALEntry| Modifier and Type | Method and Description |
|---|---|
ProcedureProtos.ProcedureWALEntry.Builder |
addAllChildId(Iterable<? extends Long> values)
repeated uint64 child_id = 4; |
ProcedureProtos.ProcedureWALEntry.Builder |
addAllProcedure(Iterable<? extends ProcedureProtos.Procedure> values)
repeated .hbase.pb.Procedure procedure = 2; |
ProcedureProtos.ProcedureWALEntry.Builder |
addChildId(long value)
repeated uint64 child_id = 4; |
ProcedureProtos.ProcedureWALEntry.Builder |
addProcedure(int index,
ProcedureProtos.Procedure.Builder builderForValue)
repeated .hbase.pb.Procedure procedure = 2; |
ProcedureProtos.ProcedureWALEntry.Builder |
addProcedure(int index,
ProcedureProtos.Procedure value)
repeated .hbase.pb.Procedure procedure = 2; |
ProcedureProtos.ProcedureWALEntry.Builder |
addProcedure(ProcedureProtos.Procedure.Builder builderForValue)
repeated .hbase.pb.Procedure procedure = 2; |
ProcedureProtos.ProcedureWALEntry.Builder |
addProcedure(ProcedureProtos.Procedure value)
repeated .hbase.pb.Procedure procedure = 2; |
ProcedureProtos.Procedure.Builder |
addProcedureBuilder()
repeated .hbase.pb.Procedure procedure = 2; |
ProcedureProtos.Procedure.Builder |
addProcedureBuilder(int index)
repeated .hbase.pb.Procedure procedure = 2; |
ProcedureProtos.ProcedureWALEntry.Builder |
addRepeatedField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ProcedureProtos.ProcedureWALEntry |
build() |
ProcedureProtos.ProcedureWALEntry |
buildPartial() |
ProcedureProtos.ProcedureWALEntry.Builder |
clear() |
ProcedureProtos.ProcedureWALEntry.Builder |
clearChildId()
repeated uint64 child_id = 4; |
ProcedureProtos.ProcedureWALEntry.Builder |
clearField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field) |
ProcedureProtos.ProcedureWALEntry.Builder |
clearOneof(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ProcedureProtos.ProcedureWALEntry.Builder |
clearProcedure()
repeated .hbase.pb.Procedure procedure = 2; |
ProcedureProtos.ProcedureWALEntry.Builder |
clearProcId()
optional uint64 proc_id = 3; |
ProcedureProtos.ProcedureWALEntry.Builder |
clearType()
required .hbase.pb.ProcedureWALEntry.Type type = 1; |
ProcedureProtos.ProcedureWALEntry.Builder |
clone() |
long |
getChildId(int index)
repeated uint64 child_id = 4; |
int |
getChildIdCount()
repeated uint64 child_id = 4; |
List<Long> |
getChildIdList()
repeated uint64 child_id = 4; |
ProcedureProtos.ProcedureWALEntry |
getDefaultInstanceForType() |
static org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
ProcedureProtos.Procedure |
getProcedure(int index)
repeated .hbase.pb.Procedure procedure = 2; |
ProcedureProtos.Procedure.Builder |
getProcedureBuilder(int index)
repeated .hbase.pb.Procedure procedure = 2; |
List<ProcedureProtos.Procedure.Builder> |
getProcedureBuilderList()
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; |
ProcedureProtos.ProcedureWALEntry.Type |
getType()
required .hbase.pb.ProcedureWALEntry.Type type = 1; |
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() |
ProcedureProtos.ProcedureWALEntry.Builder |
mergeFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ProcedureProtos.ProcedureWALEntry.Builder |
mergeFrom(org.apache.hbase.thirdparty.com.google.protobuf.Message other) |
ProcedureProtos.ProcedureWALEntry.Builder |
mergeFrom(ProcedureProtos.ProcedureWALEntry other) |
ProcedureProtos.ProcedureWALEntry.Builder |
mergeUnknownFields(org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet unknownFields) |
ProcedureProtos.ProcedureWALEntry.Builder |
removeProcedure(int index)
repeated .hbase.pb.Procedure procedure = 2; |
ProcedureProtos.ProcedureWALEntry.Builder |
setChildId(int index,
long value)
repeated uint64 child_id = 4; |
ProcedureProtos.ProcedureWALEntry.Builder |
setField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ProcedureProtos.ProcedureWALEntry.Builder |
setProcedure(int index,
ProcedureProtos.Procedure.Builder builderForValue)
repeated .hbase.pb.Procedure procedure = 2; |
ProcedureProtos.ProcedureWALEntry.Builder |
setProcedure(int index,
ProcedureProtos.Procedure value)
repeated .hbase.pb.Procedure procedure = 2; |
ProcedureProtos.ProcedureWALEntry.Builder |
setProcId(long value)
optional uint64 proc_id = 3; |
ProcedureProtos.ProcedureWALEntry.Builder |
setRepeatedField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ProcedureProtos.ProcedureWALEntry.Builder |
setType(ProcedureProtos.ProcedureWALEntry.Type value)
required .hbase.pb.ProcedureWALEntry.Type type = 1; |
ProcedureProtos.ProcedureWALEntry.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, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic 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.GeneratedMessageV3.Builder<ProcedureProtos.ProcedureWALEntry.Builder>public ProcedureProtos.ProcedureWALEntry.Builder clear()
clear in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.Builderclear in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.Builderclear in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<ProcedureProtos.ProcedureWALEntry.Builder>public org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildergetDescriptorForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuildergetDescriptorForType in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<ProcedureProtos.ProcedureWALEntry.Builder>public ProcedureProtos.ProcedureWALEntry getDefaultInstanceForType()
getDefaultInstanceForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilderpublic ProcedureProtos.ProcedureWALEntry build()
build in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.Builderbuild in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.Builderpublic ProcedureProtos.ProcedureWALEntry buildPartial()
buildPartial in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuilderbuildPartial in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.Builderpublic ProcedureProtos.ProcedureWALEntry.Builder clone()
clone in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.Builderclone in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.Builderclone in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<ProcedureProtos.ProcedureWALEntry.Builder>public ProcedureProtos.ProcedureWALEntry.Builder setField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildersetField in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<ProcedureProtos.ProcedureWALEntry.Builder>public ProcedureProtos.ProcedureWALEntry.Builder clearField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuilderclearField in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<ProcedureProtos.ProcedureWALEntry.Builder>public ProcedureProtos.ProcedureWALEntry.Builder clearOneof(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuilderclearOneof in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<ProcedureProtos.ProcedureWALEntry.Builder>public ProcedureProtos.ProcedureWALEntry.Builder setRepeatedField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildersetRepeatedField in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<ProcedureProtos.ProcedureWALEntry.Builder>public ProcedureProtos.ProcedureWALEntry.Builder addRepeatedField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuilderaddRepeatedField in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<ProcedureProtos.ProcedureWALEntry.Builder>public ProcedureProtos.ProcedureWALEntry.Builder mergeFrom(org.apache.hbase.thirdparty.com.google.protobuf.Message other)
mergeFrom in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildermergeFrom in class org.apache.hbase.thirdparty.com.google.protobuf.AbstractMessage.Builder<ProcedureProtos.ProcedureWALEntry.Builder>public ProcedureProtos.ProcedureWALEntry.Builder mergeFrom(ProcedureProtos.ProcedureWALEntry other)
public final boolean isInitialized()
isInitialized in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteOrBuilderisInitialized in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<ProcedureProtos.ProcedureWALEntry.Builder>public ProcedureProtos.ProcedureWALEntry.Builder mergeFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildermergeFrom in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.BuildermergeFrom in class org.apache.hbase.thirdparty.com.google.protobuf.AbstractMessage.Builder<ProcedureProtos.ProcedureWALEntry.Builder>IOExceptionpublic 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 ProcedureProtos.ProcedureWALEntry.Builder setType(ProcedureProtos.ProcedureWALEntry.Type value)
required .hbase.pb.ProcedureWALEntry.Type type = 1;public ProcedureProtos.ProcedureWALEntry.Builder clearType()
required .hbase.pb.ProcedureWALEntry.Type type = 1;public List<ProcedureProtos.Procedure> getProcedureList()
repeated .hbase.pb.Procedure procedure = 2;getProcedureList 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.ProcedureWALEntry.Builder setProcedure(int index, ProcedureProtos.Procedure value)
repeated .hbase.pb.Procedure procedure = 2;public ProcedureProtos.ProcedureWALEntry.Builder setProcedure(int index, ProcedureProtos.Procedure.Builder builderForValue)
repeated .hbase.pb.Procedure procedure = 2;public ProcedureProtos.ProcedureWALEntry.Builder addProcedure(ProcedureProtos.Procedure value)
repeated .hbase.pb.Procedure procedure = 2;public ProcedureProtos.ProcedureWALEntry.Builder addProcedure(int index, ProcedureProtos.Procedure value)
repeated .hbase.pb.Procedure procedure = 2;public ProcedureProtos.ProcedureWALEntry.Builder addProcedure(ProcedureProtos.Procedure.Builder builderForValue)
repeated .hbase.pb.Procedure procedure = 2;public ProcedureProtos.ProcedureWALEntry.Builder addProcedure(int index, ProcedureProtos.Procedure.Builder builderForValue)
repeated .hbase.pb.Procedure procedure = 2;public ProcedureProtos.ProcedureWALEntry.Builder addAllProcedure(Iterable<? extends ProcedureProtos.Procedure> values)
repeated .hbase.pb.Procedure procedure = 2;public ProcedureProtos.ProcedureWALEntry.Builder clearProcedure()
repeated .hbase.pb.Procedure procedure = 2;public ProcedureProtos.ProcedureWALEntry.Builder removeProcedure(int index)
repeated .hbase.pb.Procedure procedure = 2;public ProcedureProtos.Procedure.Builder getProcedureBuilder(int index)
repeated .hbase.pb.Procedure procedure = 2;public ProcedureProtos.ProcedureOrBuilder getProcedureOrBuilder(int index)
repeated .hbase.pb.Procedure procedure = 2;getProcedureOrBuilder in interface ProcedureProtos.ProcedureWALEntryOrBuilderpublic List<? extends ProcedureProtos.ProcedureOrBuilder> getProcedureOrBuilderList()
repeated .hbase.pb.Procedure procedure = 2;getProcedureOrBuilderList in interface ProcedureProtos.ProcedureWALEntryOrBuilderpublic ProcedureProtos.Procedure.Builder addProcedureBuilder()
repeated .hbase.pb.Procedure procedure = 2;public ProcedureProtos.Procedure.Builder addProcedureBuilder(int index)
repeated .hbase.pb.Procedure procedure = 2;public List<ProcedureProtos.Procedure.Builder> getProcedureBuilderList()
repeated .hbase.pb.Procedure procedure = 2;public boolean hasProcId()
optional uint64 proc_id = 3;hasProcId in interface ProcedureProtos.ProcedureWALEntryOrBuilderpublic long getProcId()
optional uint64 proc_id = 3;getProcId in interface ProcedureProtos.ProcedureWALEntryOrBuilderpublic ProcedureProtos.ProcedureWALEntry.Builder setProcId(long value)
optional uint64 proc_id = 3;public ProcedureProtos.ProcedureWALEntry.Builder clearProcId()
optional uint64 proc_id = 3;public 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 ProcedureProtos.ProcedureWALEntry.Builder setChildId(int index, long value)
repeated uint64 child_id = 4;public ProcedureProtos.ProcedureWALEntry.Builder addChildId(long value)
repeated uint64 child_id = 4;public ProcedureProtos.ProcedureWALEntry.Builder addAllChildId(Iterable<? extends Long> values)
repeated uint64 child_id = 4;public ProcedureProtos.ProcedureWALEntry.Builder clearChildId()
repeated uint64 child_id = 4;public final ProcedureProtos.ProcedureWALEntry.Builder setUnknownFields(org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildersetUnknownFields in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<ProcedureProtos.ProcedureWALEntry.Builder>public final ProcedureProtos.ProcedureWALEntry.Builder mergeUnknownFields(org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildermergeUnknownFields in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<ProcedureProtos.ProcedureWALEntry.Builder>Copyright © 2007–2019 Cloudera. All rights reserved.