Uses of Class
org.apache.accumulo.core.client.Connector
Packages that use Connector
-
Uses of Connector in org.apache.accumulo.core.client
Methods in org.apache.accumulo.core.client that return ConnectorModifier and TypeMethodDescriptionstatic ConnectorConnector.from(AccumuloClient client) Deprecated.Creates a Connector from an AccumuloClient.default ConnectorInstance.getConnector(String user, byte[] pass) Deprecated.default ConnectorInstance.getConnector(String user, CharSequence pass) Deprecated.since 1.5, useInstance.getConnector(String, AuthenticationToken)withPasswordTokendefault ConnectorInstance.getConnector(String user, ByteBuffer pass) Deprecated.since 1.5, useInstance.getConnector(String, AuthenticationToken)withPasswordTokenInstance.getConnector(String principal, AuthenticationToken token) Deprecated.Returns a connection to this instance of accumulo.ZooKeeperInstance.getConnector(String principal, AuthenticationToken token) Deprecated.Methods in org.apache.accumulo.core.client with parameters of type ConnectorModifier and TypeMethodDescriptionstatic AccumuloClientDeprecated.Creates a new Accumulo Client from a Connector. -
Uses of Connector in org.apache.accumulo.minicluster
Methods in org.apache.accumulo.minicluster that return ConnectorModifier and TypeMethodDescriptionMiniAccumuloCluster.getConnector(String user, String passwd) Deprecated.since 2.0.0, replaced byMiniAccumuloCluster.createAccumuloClient(String, AuthenticationToken)
Instance.getConnector(String, AuthenticationToken)withPasswordToken