Uses of Class
org.apache.accumulo.core.replication.thrift.KeyValues
-
Packages that use KeyValues Package Description org.apache.accumulo.core.replication.thrift -
-
Uses of KeyValues in org.apache.accumulo.core.replication.thrift
Fields in org.apache.accumulo.core.replication.thrift declared as KeyValues Modifier and Type Field Description KeyValuesReplicationServicer.replicateKeyValues_args. dataMethods in org.apache.accumulo.core.replication.thrift that return KeyValues Modifier and Type Method Description KeyValuesKeyValues. deepCopy()KeyValuesReplicationServicer.replicateKeyValues_args. getData()KeyValuesKeyValues. setKeyValues(List<TKeyValue> keyValues)Methods in org.apache.accumulo.core.replication.thrift with parameters of type KeyValues Modifier and Type Method Description intKeyValues. compareTo(KeyValues other)booleanKeyValues. equals(KeyValues that)voidReplicationServicer.AsyncClient. replicateKeyValues(String remoteTableId, KeyValues data, TCredentials credentials, org.apache.thrift.async.AsyncMethodCallback<Long> resultHandler)voidReplicationServicer.AsyncIface. replicateKeyValues(String remoteTableId, KeyValues data, TCredentials credentials, org.apache.thrift.async.AsyncMethodCallback<Long> resultHandler)longReplicationServicer.Client. replicateKeyValues(String remoteTableId, KeyValues data, TCredentials credentials)longReplicationServicer.Iface. replicateKeyValues(String remoteTableId, KeyValues data, TCredentials credentials)voidReplicationServicer.Client. send_replicateKeyValues(String remoteTableId, KeyValues data, TCredentials credentials)ReplicationServicer.replicateKeyValues_argsReplicationServicer.replicateKeyValues_args. setData(KeyValues data)Constructors in org.apache.accumulo.core.replication.thrift with parameters of type KeyValues Constructor Description KeyValues(KeyValues other)Performs a deep copy on other.replicateKeyValues_args(String remoteTableId, KeyValues data, TCredentials credentials)replicateKeyValues_call(String remoteTableId, KeyValues data, TCredentials credentials, org.apache.thrift.async.AsyncMethodCallback<Long> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
-