Uses of Class
org.apache.accumulo.core.replication.thrift.RemoteReplicationException
-
Packages that use RemoteReplicationException Package Description org.apache.accumulo.core.replication org.apache.accumulo.core.replication.thrift -
-
Uses of RemoteReplicationException in org.apache.accumulo.core.replication
Methods in org.apache.accumulo.core.replication that throw RemoteReplicationException Modifier and Type Method Description longAccumuloReplicationReplayer. replicateLog(ClientContext context, String tableName, WalEdits data) -
Uses of RemoteReplicationException in org.apache.accumulo.core.replication.thrift
Fields in org.apache.accumulo.core.replication.thrift declared as RemoteReplicationException Modifier and Type Field Description RemoteReplicationExceptionReplicationServicer.replicateKeyValues_result. eRemoteReplicationExceptionReplicationServicer.replicateLog_result. eMethods in org.apache.accumulo.core.replication.thrift that return RemoteReplicationException Modifier and Type Method Description RemoteReplicationExceptionRemoteReplicationException. deepCopy()RemoteReplicationExceptionReplicationServicer.replicateKeyValues_result. getE()RemoteReplicationExceptionReplicationServicer.replicateLog_result. getE()RemoteReplicationExceptionRemoteReplicationException. setCode(RemoteReplicationErrorCode code)RemoteReplicationExceptionRemoteReplicationException. setReason(String reason)Methods in org.apache.accumulo.core.replication.thrift with parameters of type RemoteReplicationException Modifier and Type Method Description intRemoteReplicationException. compareTo(RemoteReplicationException other)booleanRemoteReplicationException. equals(RemoteReplicationException that)ReplicationServicer.replicateKeyValues_resultReplicationServicer.replicateKeyValues_result. setE(RemoteReplicationException e)ReplicationServicer.replicateLog_resultReplicationServicer.replicateLog_result. setE(RemoteReplicationException e)Methods in org.apache.accumulo.core.replication.thrift that throw RemoteReplicationException Modifier and Type Method Description LongReplicationServicer.AsyncClient.replicateKeyValues_call. getResult()LongReplicationServicer.AsyncClient.replicateLog_call. getResult()longReplicationServicer.Client. recv_replicateKeyValues()longReplicationServicer.Client. recv_replicateLog()longReplicationServicer.Client. replicateKeyValues(String remoteTableId, KeyValues data, TCredentials credentials)longReplicationServicer.Iface. replicateKeyValues(String remoteTableId, KeyValues data, TCredentials credentials)longReplicationServicer.Client. replicateLog(String remoteTableId, WalEdits data, TCredentials credentials)longReplicationServicer.Iface. replicateLog(String remoteTableId, WalEdits data, TCredentials credentials)Constructors in org.apache.accumulo.core.replication.thrift with parameters of type RemoteReplicationException Constructor Description RemoteReplicationException(RemoteReplicationException other)Performs a deep copy on other.replicateKeyValues_result(long success, RemoteReplicationException e)replicateLog_result(long success, RemoteReplicationException e)
-