|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TableOperation | |
---|---|
org.apache.accumulo.core.client.impl.thrift | |
org.apache.accumulo.server.client | |
org.apache.accumulo.server.master.tableOps |
Uses of TableOperation in org.apache.accumulo.core.client.impl.thrift |
---|
Fields in org.apache.accumulo.core.client.impl.thrift declared as TableOperation | |
---|---|
TableOperation |
ThriftTableOperationException.op
|
Methods in org.apache.accumulo.core.client.impl.thrift that return TableOperation | |
---|---|
static TableOperation |
TableOperation.findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL. |
TableOperation |
ThriftTableOperationException.getOp()
|
static TableOperation |
TableOperation.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TableOperation[] |
TableOperation.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.apache.accumulo.core.client.impl.thrift with parameters of type TableOperation | |
---|---|
ThriftTableOperationException |
ThriftTableOperationException.setOp(TableOperation op)
|
Constructors in org.apache.accumulo.core.client.impl.thrift with parameters of type TableOperation | |
---|---|
ThriftTableOperationException(String tableId,
String tableName,
TableOperation op,
TableOperationExceptionType type,
String description)
|
Uses of TableOperation in org.apache.accumulo.server.client |
---|
Methods in org.apache.accumulo.server.client with parameters of type TableOperation | |
---|---|
protected String |
ClientServiceHandler.checkTableId(String tableName,
TableOperation operation)
|
Uses of TableOperation in org.apache.accumulo.server.master.tableOps |
---|
Methods in org.apache.accumulo.server.master.tableOps with parameters of type TableOperation | |
---|---|
static long |
Utils.reserveTable(String tableId,
long tid,
boolean writeLock,
boolean tableMustExist,
TableOperation op)
|
Constructors in org.apache.accumulo.server.master.tableOps with parameters of type TableOperation | |
---|---|
ChangeTableState(String tableId,
TableOperation top)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |