Package | Description |
---|---|
org.apache.accumulo.core.client | |
org.apache.accumulo.core.client.mock | |
org.apache.accumulo.minicluster |
Modifier and Type | Class and Description |
---|---|
class |
MockConnector |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Connector |
MiniAccumuloCluster.getConnector(String user,
String passwd)
Utility method to get a connector to the MAC.
|
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.