Uses of Class
org.apache.accumulo.core.client.impl.thrift.TableOperation

Packages that use TableOperation
org.apache.accumulo.core.client.impl.thrift   
 

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)
           
 



Copyright © 2013 Apache Accumulo Project. All Rights Reserved.