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(java.lang.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(java.lang.String tableId, java.lang.String tableName, TableOperation op, TableOperationExceptionType type, java.lang.String description)
           
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.