| Package | Description |
|---|---|
| org.apache.accumulo.core.client | |
| org.apache.accumulo.core.client.mock |
Mock framework for Accumulo
|
| org.apache.accumulo.minicluster |
| Modifier and Type | Class and Description |
|---|---|
class |
MockConnector
Deprecated.
since 1.8.0; use MiniAccumuloCluster or a standard mock framework instead.
|
| Modifier and Type | Method and Description |
|---|---|
Connector |
MockInstance.getConnector(String principal,
AuthenticationToken token)
Deprecated.
|
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–2019 The Apache Software Foundation. All rights reserved.