Package | Description |
---|---|
org.apache.accumulo.core.client | |
org.apache.accumulo.core.client.mock |
Modifier and Type | Method and Description |
---|---|
Connector |
ZooKeeperInstance.getConnector(org.apache.accumulo.core.security.thrift.AuthInfo auth)
Deprecated.
|
Connector |
Instance.getConnector(org.apache.accumulo.core.security.thrift.AuthInfo auth)
Deprecated.
since 1.5, use
Instance.getConnector(String, AuthenticationToken) with PasswordToken |
Connector |
ZooKeeperInstance.getConnector(String principal,
AuthenticationToken token) |
Connector |
Instance.getConnector(String principal,
AuthenticationToken token)
Returns a connection to this instance of accumulo.
|
Connector |
ZooKeeperInstance.getConnector(String principal,
byte[] pass)
Deprecated.
|
Connector |
Instance.getConnector(String user,
byte[] pass)
Deprecated.
since 1.5, use
Instance.getConnector(String, AuthenticationToken) with PasswordToken |
Connector |
ZooKeeperInstance.getConnector(String user,
ByteBuffer pass)
Deprecated.
|
Connector |
Instance.getConnector(String user,
ByteBuffer pass)
Deprecated.
since 1.5, use
Instance.getConnector(String, AuthenticationToken) with PasswordToken |
Connector |
ZooKeeperInstance.getConnector(String user,
CharSequence pass)
Deprecated.
|
Connector |
Instance.getConnector(String user,
CharSequence pass)
Deprecated.
since 1.5, use
Instance.getConnector(String, AuthenticationToken) with PasswordToken |
Modifier and Type | Class and Description |
---|---|
class |
MockConnector |
Modifier and Type | Method and Description |
---|---|
Connector |
MockInstance.getConnector(org.apache.accumulo.core.security.thrift.AuthInfo auth)
Deprecated.
|
Connector |
MockInstance.getConnector(String principal,
AuthenticationToken token) |
Connector |
MockInstance.getConnector(String user,
byte[] pass)
Deprecated.
|
Connector |
MockInstance.getConnector(String user,
ByteBuffer pass)
Deprecated.
|
Connector |
MockInstance.getConnector(String user,
CharSequence pass)
Deprecated.
|
Copyright © 2011-2016 The Apache Software Foundation. All Rights Reserved.