Uses of Class
org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException._Fields

Packages that use ThriftTableOperationException._Fields
org.apache.accumulo.core.client.impl.thrift   
 

Uses of ThriftTableOperationException._Fields in org.apache.accumulo.core.client.impl.thrift
 

Fields in org.apache.accumulo.core.client.impl.thrift with type parameters of type ThriftTableOperationException._Fields
static Map<ThriftTableOperationException._Fields,org.apache.thrift.meta_data.FieldMetaData> ThriftTableOperationException.metaDataMap
           
 

Methods in org.apache.accumulo.core.client.impl.thrift that return ThriftTableOperationException._Fields
 ThriftTableOperationException._Fields ThriftTableOperationException.fieldForId(int fieldId)
           
static ThriftTableOperationException._Fields ThriftTableOperationException._Fields.findByName(String name)
          Find the _Fields constant that matches name, or null if its not found.
static ThriftTableOperationException._Fields ThriftTableOperationException._Fields.findByThriftId(int fieldId)
          Find the _Fields constant that matches fieldId, or null if its not found.
static ThriftTableOperationException._Fields ThriftTableOperationException._Fields.findByThriftIdOrThrow(int fieldId)
          Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
static ThriftTableOperationException._Fields ThriftTableOperationException._Fields.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ThriftTableOperationException._Fields[] ThriftTableOperationException._Fields.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 ThriftTableOperationException._Fields
 Object ThriftTableOperationException.getFieldValue(ThriftTableOperationException._Fields field)
           
 boolean ThriftTableOperationException.isSet(ThriftTableOperationException._Fields field)
          Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
 void ThriftTableOperationException.setFieldValue(ThriftTableOperationException._Fields field, Object value)
           
 



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