Uses of Class
org.apache.accumulo.core.client.Connector
-
Packages that use Connector Package Description org.apache.accumulo.core.client org.apache.accumulo.core.clientImpl -
-
Uses of Connector in org.apache.accumulo.core.client
Methods in org.apache.accumulo.core.client that return Connector Modifier and Type Method Description static ConnectorConnector. from(AccumuloClient client)Deprecated.Creates a Connector from an AccumuloClient.default ConnectorInstance. getConnector(String user, byte[] pass)Deprecated.since 1.5, useInstance.getConnector(String, AuthenticationToken)withPasswordTokendefault 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)withPasswordTokenConnectorInstance. getConnector(String principal, AuthenticationToken token)Deprecated.Returns a connection to this instance of accumulo.ConnectorZooKeeperInstance. getConnector(String principal, AuthenticationToken token)Deprecated. -
Uses of Connector in org.apache.accumulo.core.clientImpl
Subclasses of Connector in org.apache.accumulo.core.clientImpl Modifier and Type Class Description classConnectorImplDeprecated.
-