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

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

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

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

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



Copyright © 2013 Apache Accumulo Project. All Rights Reserved.