Package | Description |
---|---|
org.apache.accumulo.core.client | |
org.apache.accumulo.core.client.admin | |
org.apache.accumulo.core.client.impl | |
org.apache.accumulo.core.client.mock | |
org.apache.accumulo.server.master.balancer | |
org.apache.accumulo.test.stress.random |
This package contains utility classes designed to test Accumulo when large cells are being written.
|
Modifier and Type | Method and Description |
---|---|
abstract TableOperations |
Connector.tableOperations()
Retrieves a TableOperations object to perform table functions, such as create and delete.
|
Modifier and Type | Class and Description |
---|---|
class |
TableOperationsHelper |
class |
TableOperationsImpl
Provides a class for administering tables
|
Modifier and Type | Method and Description |
---|---|
TableOperations |
ConnectorImpl.tableOperations() |
Modifier and Type | Class and Description |
---|---|
class |
MockTableOperations |
Modifier and Type | Method and Description |
---|---|
TableOperations |
MockConnector.tableOperations() |
Modifier and Type | Method and Description |
---|---|
protected TableOperations |
TableLoadBalancer.getTableOperations() |
Modifier and Type | Method and Description |
---|---|
static Range |
Scan.pickRange(TableOperations tops,
String table,
Random r) |
Copyright © 2011-2015 The Apache Software Foundation. All Rights Reserved.