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

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

Uses of TableOperationExceptionType in org.apache.accumulo.core.client.impl.thrift
 

Fields in org.apache.accumulo.core.client.impl.thrift declared as TableOperationExceptionType
 TableOperationExceptionType ThriftTableOperationException.type
           
 

Methods in org.apache.accumulo.core.client.impl.thrift that return TableOperationExceptionType
static TableOperationExceptionType TableOperationExceptionType.findByValue(int value)
          Find a the enum type by its integer value, as defined in the Thrift IDL.
 TableOperationExceptionType ThriftTableOperationException.getType()
           
static TableOperationExceptionType TableOperationExceptionType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TableOperationExceptionType[] TableOperationExceptionType.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 TableOperationExceptionType
 ThriftTableOperationException ThriftTableOperationException.setType(TableOperationExceptionType type)
           
 

Constructors in org.apache.accumulo.core.client.impl.thrift with parameters of type TableOperationExceptionType
ThriftTableOperationException(String tableId, String tableName, TableOperation op, TableOperationExceptionType type, String description)
           
 



Copyright © 2013 Apache Accumulo Project. All Rights Reserved.