Uses of Class
org.apache.accumulo.core.replication.thrift.RemoteReplicationErrorCode
-
Packages that use RemoteReplicationErrorCode Package Description org.apache.accumulo.core.replication.thrift -
-
Uses of RemoteReplicationErrorCode in org.apache.accumulo.core.replication.thrift
Fields in org.apache.accumulo.core.replication.thrift declared as RemoteReplicationErrorCode Modifier and Type Field Description RemoteReplicationErrorCodeRemoteReplicationException. codeMethods in org.apache.accumulo.core.replication.thrift that return RemoteReplicationErrorCode Modifier and Type Method Description static RemoteReplicationErrorCodeRemoteReplicationErrorCode. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.RemoteReplicationErrorCodeRemoteReplicationException. getCode()static RemoteReplicationErrorCodeRemoteReplicationErrorCode. valueOf(String name)Returns the enum constant of this type with the specified name.static RemoteReplicationErrorCode[]RemoteReplicationErrorCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.accumulo.core.replication.thrift with parameters of type RemoteReplicationErrorCode Modifier and Type Method Description RemoteReplicationExceptionRemoteReplicationException. setCode(RemoteReplicationErrorCode code)Constructors in org.apache.accumulo.core.replication.thrift with parameters of type RemoteReplicationErrorCode Constructor Description RemoteReplicationException(RemoteReplicationErrorCode code, String reason)
-