public static final class AdminProtos.ReplicateWALEntryRequest.Builder extends org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<AdminProtos.ReplicateWALEntryRequest.Builder> implements AdminProtos.ReplicateWALEntryRequestOrBuilder
Replicates the given entries. The guarantee is that the given entries will be durable on the slave cluster if this method returns without any exception.Protobuf type
hbase.pb.ReplicateWALEntryRequest| Modifier and Type | Method and Description |
|---|---|
AdminProtos.ReplicateWALEntryRequest.Builder |
addAllEntry(Iterable<? extends AdminProtos.WALEntry> values)
repeated .hbase.pb.WALEntry entry = 1; |
AdminProtos.ReplicateWALEntryRequest.Builder |
addEntry(AdminProtos.WALEntry.Builder builderForValue)
repeated .hbase.pb.WALEntry entry = 1; |
AdminProtos.ReplicateWALEntryRequest.Builder |
addEntry(AdminProtos.WALEntry value)
repeated .hbase.pb.WALEntry entry = 1; |
AdminProtos.ReplicateWALEntryRequest.Builder |
addEntry(int index,
AdminProtos.WALEntry.Builder builderForValue)
repeated .hbase.pb.WALEntry entry = 1; |
AdminProtos.ReplicateWALEntryRequest.Builder |
addEntry(int index,
AdminProtos.WALEntry value)
repeated .hbase.pb.WALEntry entry = 1; |
AdminProtos.WALEntry.Builder |
addEntryBuilder()
repeated .hbase.pb.WALEntry entry = 1; |
AdminProtos.WALEntry.Builder |
addEntryBuilder(int index)
repeated .hbase.pb.WALEntry entry = 1; |
AdminProtos.ReplicateWALEntryRequest.Builder |
addRepeatedField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
AdminProtos.ReplicateWALEntryRequest |
build() |
AdminProtos.ReplicateWALEntryRequest |
buildPartial() |
AdminProtos.ReplicateWALEntryRequest.Builder |
clear() |
AdminProtos.ReplicateWALEntryRequest.Builder |
clearEntry()
repeated .hbase.pb.WALEntry entry = 1; |
AdminProtos.ReplicateWALEntryRequest.Builder |
clearField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field) |
AdminProtos.ReplicateWALEntryRequest.Builder |
clearOneof(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.OneofDescriptor oneof) |
AdminProtos.ReplicateWALEntryRequest.Builder |
clearReplicationClusterId()
optional string replicationClusterId = 2; |
AdminProtos.ReplicateWALEntryRequest.Builder |
clearSourceBaseNamespaceDirPath()
optional string sourceBaseNamespaceDirPath = 3; |
AdminProtos.ReplicateWALEntryRequest.Builder |
clearSourceHFileArchiveDirPath()
optional string sourceHFileArchiveDirPath = 4; |
AdminProtos.ReplicateWALEntryRequest.Builder |
clone() |
AdminProtos.ReplicateWALEntryRequest |
getDefaultInstanceForType() |
static org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
AdminProtos.WALEntry |
getEntry(int index)
repeated .hbase.pb.WALEntry entry = 1; |
AdminProtos.WALEntry.Builder |
getEntryBuilder(int index)
repeated .hbase.pb.WALEntry entry = 1; |
List<AdminProtos.WALEntry.Builder> |
getEntryBuilderList()
repeated .hbase.pb.WALEntry entry = 1; |
int |
getEntryCount()
repeated .hbase.pb.WALEntry entry = 1; |
List<AdminProtos.WALEntry> |
getEntryList()
repeated .hbase.pb.WALEntry entry = 1; |
AdminProtos.WALEntryOrBuilder |
getEntryOrBuilder(int index)
repeated .hbase.pb.WALEntry entry = 1; |
List<? extends AdminProtos.WALEntryOrBuilder> |
getEntryOrBuilderList()
repeated .hbase.pb.WALEntry entry = 1; |
String |
getReplicationClusterId()
optional string replicationClusterId = 2; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getReplicationClusterIdBytes()
optional string replicationClusterId = 2; |
String |
getSourceBaseNamespaceDirPath()
optional string sourceBaseNamespaceDirPath = 3; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getSourceBaseNamespaceDirPathBytes()
optional string sourceBaseNamespaceDirPath = 3; |
String |
getSourceHFileArchiveDirPath()
optional string sourceHFileArchiveDirPath = 4; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getSourceHFileArchiveDirPathBytes()
optional string sourceHFileArchiveDirPath = 4; |
boolean |
hasReplicationClusterId()
optional string replicationClusterId = 2; |
boolean |
hasSourceBaseNamespaceDirPath()
optional string sourceBaseNamespaceDirPath = 3; |
boolean |
hasSourceHFileArchiveDirPath()
optional string sourceHFileArchiveDirPath = 4; |
protected org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
AdminProtos.ReplicateWALEntryRequest.Builder |
mergeFrom(AdminProtos.ReplicateWALEntryRequest other) |
AdminProtos.ReplicateWALEntryRequest.Builder |
mergeFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
AdminProtos.ReplicateWALEntryRequest.Builder |
mergeFrom(org.apache.hbase.thirdparty.com.google.protobuf.Message other) |
AdminProtos.ReplicateWALEntryRequest.Builder |
mergeUnknownFields(org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet unknownFields) |
AdminProtos.ReplicateWALEntryRequest.Builder |
removeEntry(int index)
repeated .hbase.pb.WALEntry entry = 1; |
AdminProtos.ReplicateWALEntryRequest.Builder |
setEntry(int index,
AdminProtos.WALEntry.Builder builderForValue)
repeated .hbase.pb.WALEntry entry = 1; |
AdminProtos.ReplicateWALEntryRequest.Builder |
setEntry(int index,
AdminProtos.WALEntry value)
repeated .hbase.pb.WALEntry entry = 1; |
AdminProtos.ReplicateWALEntryRequest.Builder |
setField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
AdminProtos.ReplicateWALEntryRequest.Builder |
setRepeatedField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
AdminProtos.ReplicateWALEntryRequest.Builder |
setReplicationClusterId(String value)
optional string replicationClusterId = 2; |
AdminProtos.ReplicateWALEntryRequest.Builder |
setReplicationClusterIdBytes(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
optional string replicationClusterId = 2; |
AdminProtos.ReplicateWALEntryRequest.Builder |
setSourceBaseNamespaceDirPath(String value)
optional string sourceBaseNamespaceDirPath = 3; |
AdminProtos.ReplicateWALEntryRequest.Builder |
setSourceBaseNamespaceDirPathBytes(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
optional string sourceBaseNamespaceDirPath = 3; |
AdminProtos.ReplicateWALEntryRequest.Builder |
setSourceHFileArchiveDirPath(String value)
optional string sourceHFileArchiveDirPath = 4; |
AdminProtos.ReplicateWALEntryRequest.Builder |
setSourceHFileArchiveDirPathBytes(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
optional string sourceHFileArchiveDirPath = 4; |
AdminProtos.ReplicateWALEntryRequest.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<AdminProtos.ReplicateWALEntryRequest.Builder>public AdminProtos.ReplicateWALEntryRequest.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<AdminProtos.ReplicateWALEntryRequest.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<AdminProtos.ReplicateWALEntryRequest.Builder>public AdminProtos.ReplicateWALEntryRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilderpublic AdminProtos.ReplicateWALEntryRequest build()
build in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.Builderbuild in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.Builderpublic AdminProtos.ReplicateWALEntryRequest buildPartial()
buildPartial in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuilderbuildPartial in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.Builderpublic AdminProtos.ReplicateWALEntryRequest.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<AdminProtos.ReplicateWALEntryRequest.Builder>public AdminProtos.ReplicateWALEntryRequest.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<AdminProtos.ReplicateWALEntryRequest.Builder>public AdminProtos.ReplicateWALEntryRequest.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<AdminProtos.ReplicateWALEntryRequest.Builder>public AdminProtos.ReplicateWALEntryRequest.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<AdminProtos.ReplicateWALEntryRequest.Builder>public AdminProtos.ReplicateWALEntryRequest.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<AdminProtos.ReplicateWALEntryRequest.Builder>public AdminProtos.ReplicateWALEntryRequest.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<AdminProtos.ReplicateWALEntryRequest.Builder>public AdminProtos.ReplicateWALEntryRequest.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<AdminProtos.ReplicateWALEntryRequest.Builder>public AdminProtos.ReplicateWALEntryRequest.Builder mergeFrom(AdminProtos.ReplicateWALEntryRequest 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<AdminProtos.ReplicateWALEntryRequest.Builder>public AdminProtos.ReplicateWALEntryRequest.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<AdminProtos.ReplicateWALEntryRequest.Builder>IOExceptionpublic List<AdminProtos.WALEntry> getEntryList()
repeated .hbase.pb.WALEntry entry = 1;getEntryList in interface AdminProtos.ReplicateWALEntryRequestOrBuilderpublic int getEntryCount()
repeated .hbase.pb.WALEntry entry = 1;getEntryCount in interface AdminProtos.ReplicateWALEntryRequestOrBuilderpublic AdminProtos.WALEntry getEntry(int index)
repeated .hbase.pb.WALEntry entry = 1;getEntry in interface AdminProtos.ReplicateWALEntryRequestOrBuilderpublic AdminProtos.ReplicateWALEntryRequest.Builder setEntry(int index, AdminProtos.WALEntry value)
repeated .hbase.pb.WALEntry entry = 1;public AdminProtos.ReplicateWALEntryRequest.Builder setEntry(int index, AdminProtos.WALEntry.Builder builderForValue)
repeated .hbase.pb.WALEntry entry = 1;public AdminProtos.ReplicateWALEntryRequest.Builder addEntry(AdminProtos.WALEntry value)
repeated .hbase.pb.WALEntry entry = 1;public AdminProtos.ReplicateWALEntryRequest.Builder addEntry(int index, AdminProtos.WALEntry value)
repeated .hbase.pb.WALEntry entry = 1;public AdminProtos.ReplicateWALEntryRequest.Builder addEntry(AdminProtos.WALEntry.Builder builderForValue)
repeated .hbase.pb.WALEntry entry = 1;public AdminProtos.ReplicateWALEntryRequest.Builder addEntry(int index, AdminProtos.WALEntry.Builder builderForValue)
repeated .hbase.pb.WALEntry entry = 1;public AdminProtos.ReplicateWALEntryRequest.Builder addAllEntry(Iterable<? extends AdminProtos.WALEntry> values)
repeated .hbase.pb.WALEntry entry = 1;public AdminProtos.ReplicateWALEntryRequest.Builder clearEntry()
repeated .hbase.pb.WALEntry entry = 1;public AdminProtos.ReplicateWALEntryRequest.Builder removeEntry(int index)
repeated .hbase.pb.WALEntry entry = 1;public AdminProtos.WALEntry.Builder getEntryBuilder(int index)
repeated .hbase.pb.WALEntry entry = 1;public AdminProtos.WALEntryOrBuilder getEntryOrBuilder(int index)
repeated .hbase.pb.WALEntry entry = 1;getEntryOrBuilder in interface AdminProtos.ReplicateWALEntryRequestOrBuilderpublic List<? extends AdminProtos.WALEntryOrBuilder> getEntryOrBuilderList()
repeated .hbase.pb.WALEntry entry = 1;getEntryOrBuilderList in interface AdminProtos.ReplicateWALEntryRequestOrBuilderpublic AdminProtos.WALEntry.Builder addEntryBuilder()
repeated .hbase.pb.WALEntry entry = 1;public AdminProtos.WALEntry.Builder addEntryBuilder(int index)
repeated .hbase.pb.WALEntry entry = 1;public List<AdminProtos.WALEntry.Builder> getEntryBuilderList()
repeated .hbase.pb.WALEntry entry = 1;public boolean hasReplicationClusterId()
optional string replicationClusterId = 2;hasReplicationClusterId in interface AdminProtos.ReplicateWALEntryRequestOrBuilderpublic String getReplicationClusterId()
optional string replicationClusterId = 2;getReplicationClusterId in interface AdminProtos.ReplicateWALEntryRequestOrBuilderpublic org.apache.hbase.thirdparty.com.google.protobuf.ByteString getReplicationClusterIdBytes()
optional string replicationClusterId = 2;getReplicationClusterIdBytes in interface AdminProtos.ReplicateWALEntryRequestOrBuilderpublic AdminProtos.ReplicateWALEntryRequest.Builder setReplicationClusterId(String value)
optional string replicationClusterId = 2;public AdminProtos.ReplicateWALEntryRequest.Builder clearReplicationClusterId()
optional string replicationClusterId = 2;public AdminProtos.ReplicateWALEntryRequest.Builder setReplicationClusterIdBytes(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
optional string replicationClusterId = 2;public boolean hasSourceBaseNamespaceDirPath()
optional string sourceBaseNamespaceDirPath = 3;hasSourceBaseNamespaceDirPath in interface AdminProtos.ReplicateWALEntryRequestOrBuilderpublic String getSourceBaseNamespaceDirPath()
optional string sourceBaseNamespaceDirPath = 3;getSourceBaseNamespaceDirPath in interface AdminProtos.ReplicateWALEntryRequestOrBuilderpublic org.apache.hbase.thirdparty.com.google.protobuf.ByteString getSourceBaseNamespaceDirPathBytes()
optional string sourceBaseNamespaceDirPath = 3;getSourceBaseNamespaceDirPathBytes in interface AdminProtos.ReplicateWALEntryRequestOrBuilderpublic AdminProtos.ReplicateWALEntryRequest.Builder setSourceBaseNamespaceDirPath(String value)
optional string sourceBaseNamespaceDirPath = 3;public AdminProtos.ReplicateWALEntryRequest.Builder clearSourceBaseNamespaceDirPath()
optional string sourceBaseNamespaceDirPath = 3;public AdminProtos.ReplicateWALEntryRequest.Builder setSourceBaseNamespaceDirPathBytes(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
optional string sourceBaseNamespaceDirPath = 3;public boolean hasSourceHFileArchiveDirPath()
optional string sourceHFileArchiveDirPath = 4;hasSourceHFileArchiveDirPath in interface AdminProtos.ReplicateWALEntryRequestOrBuilderpublic String getSourceHFileArchiveDirPath()
optional string sourceHFileArchiveDirPath = 4;getSourceHFileArchiveDirPath in interface AdminProtos.ReplicateWALEntryRequestOrBuilderpublic org.apache.hbase.thirdparty.com.google.protobuf.ByteString getSourceHFileArchiveDirPathBytes()
optional string sourceHFileArchiveDirPath = 4;getSourceHFileArchiveDirPathBytes in interface AdminProtos.ReplicateWALEntryRequestOrBuilderpublic AdminProtos.ReplicateWALEntryRequest.Builder setSourceHFileArchiveDirPath(String value)
optional string sourceHFileArchiveDirPath = 4;public AdminProtos.ReplicateWALEntryRequest.Builder clearSourceHFileArchiveDirPath()
optional string sourceHFileArchiveDirPath = 4;public AdminProtos.ReplicateWALEntryRequest.Builder setSourceHFileArchiveDirPathBytes(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
optional string sourceHFileArchiveDirPath = 4;public final AdminProtos.ReplicateWALEntryRequest.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<AdminProtos.ReplicateWALEntryRequest.Builder>public final AdminProtos.ReplicateWALEntryRequest.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<AdminProtos.ReplicateWALEntryRequest.Builder>Copyright © 2007–2019 Cloudera. All rights reserved.