public static interface AdminProtos.ReplicateWALEntryRequestOrBuilder
extends org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AdminProtos.WALEntry |
getEntry(int index)
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; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<AdminProtos.WALEntry> getEntryList()
repeated .hbase.pb.WALEntry entry = 1;AdminProtos.WALEntry getEntry(int index)
repeated .hbase.pb.WALEntry entry = 1;int getEntryCount()
repeated .hbase.pb.WALEntry entry = 1;List<? extends AdminProtos.WALEntryOrBuilder> getEntryOrBuilderList()
repeated .hbase.pb.WALEntry entry = 1;AdminProtos.WALEntryOrBuilder getEntryOrBuilder(int index)
repeated .hbase.pb.WALEntry entry = 1;boolean hasReplicationClusterId()
optional string replicationClusterId = 2;String getReplicationClusterId()
optional string replicationClusterId = 2;org.apache.hbase.thirdparty.com.google.protobuf.ByteString getReplicationClusterIdBytes()
optional string replicationClusterId = 2;boolean hasSourceBaseNamespaceDirPath()
optional string sourceBaseNamespaceDirPath = 3;String getSourceBaseNamespaceDirPath()
optional string sourceBaseNamespaceDirPath = 3;org.apache.hbase.thirdparty.com.google.protobuf.ByteString getSourceBaseNamespaceDirPathBytes()
optional string sourceBaseNamespaceDirPath = 3;boolean hasSourceHFileArchiveDirPath()
optional string sourceHFileArchiveDirPath = 4;String getSourceHFileArchiveDirPath()
optional string sourceHFileArchiveDirPath = 4;org.apache.hbase.thirdparty.com.google.protobuf.ByteString getSourceHFileArchiveDirPathBytes()
optional string sourceHFileArchiveDirPath = 4;Copyright © 2007–2019 Cloudera. All rights reserved.