Uses of Class
org.apache.accumulo.core.client.Connector
Package
Description
Mock framework for Accumulo
-
Uses of Connector in org.apache.accumulo.core.client
Modifier and TypeMethodDescriptionInstance.getConnector
(String user, byte[] pass) Deprecated.Instance.getConnector
(String user, CharSequence pass) Deprecated.since 1.5, useInstance.getConnector(String, AuthenticationToken)
withPasswordToken
Instance.getConnector
(String user, ByteBuffer pass) Deprecated.since 1.5, useInstance.getConnector(String, AuthenticationToken)
withPasswordToken
Instance.getConnector
(String principal, AuthenticationToken token) Returns a connection to this instance of accumulo.ZooKeeperInstance.getConnector
(String principal, byte[] pass) Deprecated.ZooKeeperInstance.getConnector
(String user, CharSequence pass) Deprecated.ZooKeeperInstance.getConnector
(String user, ByteBuffer pass) Deprecated.ZooKeeperInstance.getConnector
(String principal, AuthenticationToken token) -
Uses of Connector in org.apache.accumulo.core.client.mock
Modifier and TypeClassDescriptionclass
Deprecated.since 1.8.0; use MiniAccumuloCluster or a standard mock framework instead.Modifier and TypeMethodDescriptionMockInstance.getConnector
(String user, byte[] pass) Deprecated.MockInstance.getConnector
(String user, CharSequence pass) Deprecated.MockInstance.getConnector
(String user, ByteBuffer pass) Deprecated.MockInstance.getConnector
(String principal, AuthenticationToken token) Deprecated. -
Uses of Connector in org.apache.accumulo.minicluster
Modifier and TypeMethodDescriptionMiniAccumuloCluster.getConnector
(String user, String passwd) Utility method to get a connector to the MAC.
Instance.getConnector(String, AuthenticationToken)
withPasswordToken