Uses of Class
org.apache.accumulo.core.clientImpl.thrift.TableOperationExceptionType
-
Packages that use TableOperationExceptionType Package Description org.apache.accumulo.core.clientImpl org.apache.accumulo.core.clientImpl.thrift -
-
Uses of TableOperationExceptionType in org.apache.accumulo.core.clientImpl
Constructors in org.apache.accumulo.core.clientImpl with parameters of type TableOperationExceptionType Constructor Description AcceptableThriftTableOperationException(String tableId, String tableName, TableOperation op, TableOperationExceptionType type, String description) -
Uses of TableOperationExceptionType in org.apache.accumulo.core.clientImpl.thrift
Fields in org.apache.accumulo.core.clientImpl.thrift declared as TableOperationExceptionType Modifier and Type Field Description TableOperationExceptionTypeThriftTableOperationException. typeMethods in org.apache.accumulo.core.clientImpl.thrift that return TableOperationExceptionType Modifier and Type Method Description static TableOperationExceptionTypeTableOperationExceptionType. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.TableOperationExceptionTypeThriftTableOperationException. getType()static TableOperationExceptionTypeTableOperationExceptionType. 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.clientImpl.thrift with parameters of type TableOperationExceptionType Modifier and Type Method Description ThriftTableOperationExceptionThriftTableOperationException. setType(TableOperationExceptionType type)Constructors in org.apache.accumulo.core.clientImpl.thrift with parameters of type TableOperationExceptionType Constructor Description ThriftTableOperationException(String tableId, String tableName, TableOperation op, TableOperationExceptionType type, String description)
-