Package | Description |
---|---|
org.apache.accumulo.core.client.impl.thrift | |
org.apache.accumulo.server.client | |
org.apache.accumulo.server.master.tableOps |
Modifier and Type | Field and Description |
---|---|
TableOperation |
ThriftTableOperationException.op |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
ThriftTableOperationException |
ThriftTableOperationException.setOp(TableOperation op) |
Constructor and Description |
---|
ThriftTableOperationException(String tableId,
String tableName,
TableOperation op,
TableOperationExceptionType type,
String description) |
Modifier and Type | Method and Description |
---|---|
protected String |
ClientServiceHandler.checkTableId(String tableName,
TableOperation operation) |
Modifier and Type | Method and Description |
---|---|
static long |
Utils.reserveTable(String tableId,
long tid,
boolean writeLock,
boolean tableMustExist,
TableOperation op) |
Constructor and Description |
---|
ChangeTableState(String tableId,
TableOperation top) |
Copyright © 2011-2015 The Apache Software Foundation. All Rights Reserved.