public static interface AdminProtos.ReplicateWALEntryRequestOrBuilder
| Modifier and Type | Method and Description | 
|---|---|
AdminProtos.WALEntry | 
getEntry(int index)
repeated .WALEntry entry = 1; | 
int | 
getEntryCount()
repeated .WALEntry entry = 1; | 
List<AdminProtos.WALEntry> | 
getEntryList()
repeated .WALEntry entry = 1; | 
AdminProtos.WALEntryOrBuilder | 
getEntryOrBuilder(int index)
repeated .WALEntry entry = 1; | 
List<? extends AdminProtos.WALEntryOrBuilder> | 
getEntryOrBuilderList()
repeated .WALEntry entry = 1; | 
String | 
getReplicationClusterId()
optional string replicationClusterId = 2; | 
com.google.protobuf.ByteString | 
getReplicationClusterIdBytes()
optional string replicationClusterId = 2; | 
String | 
getSourceBaseNamespaceDirPath()
optional string sourceBaseNamespaceDirPath = 3; | 
com.google.protobuf.ByteString | 
getSourceBaseNamespaceDirPathBytes()
optional string sourceBaseNamespaceDirPath = 3; | 
String | 
getSourceHFileArchiveDirPath()
optional string sourceHFileArchiveDirPath = 4; | 
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; | 
List<AdminProtos.WALEntry> getEntryList()
repeated .WALEntry entry = 1;AdminProtos.WALEntry getEntry(int index)
repeated .WALEntry entry = 1;int getEntryCount()
repeated .WALEntry entry = 1;List<? extends AdminProtos.WALEntryOrBuilder> getEntryOrBuilderList()
repeated .WALEntry entry = 1;AdminProtos.WALEntryOrBuilder getEntryOrBuilder(int index)
repeated .WALEntry entry = 1;boolean hasReplicationClusterId()
optional string replicationClusterId = 2;String getReplicationClusterId()
optional string replicationClusterId = 2;com.google.protobuf.ByteString getReplicationClusterIdBytes()
optional string replicationClusterId = 2;boolean hasSourceBaseNamespaceDirPath()
optional string sourceBaseNamespaceDirPath = 3;String getSourceBaseNamespaceDirPath()
optional string sourceBaseNamespaceDirPath = 3;com.google.protobuf.ByteString getSourceBaseNamespaceDirPathBytes()
optional string sourceBaseNamespaceDirPath = 3;boolean hasSourceHFileArchiveDirPath()
optional string sourceHFileArchiveDirPath = 4;String getSourceHFileArchiveDirPath()
optional string sourceHFileArchiveDirPath = 4;com.google.protobuf.ByteString getSourceHFileArchiveDirPathBytes()
optional string sourceHFileArchiveDirPath = 4;