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

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

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

Fields in org.apache.accumulo.core.client.impl.thrift declared as ConfigurationType
 ConfigurationType ClientService.getConfiguration_args.type
           
 

Methods in org.apache.accumulo.core.client.impl.thrift that return ConfigurationType
static ConfigurationType ConfigurationType.findByValue(int value)
          Find a the enum type by its integer value, as defined in the Thrift IDL.
 ConfigurationType ClientService.getConfiguration_args.getType()
           
static ConfigurationType ConfigurationType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ConfigurationType[] ConfigurationType.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 ConfigurationType
 Map<String,String> ClientService.Iface.getConfiguration(TInfo tinfo, TCredentials credentials, ConfigurationType type)
           
 Map<String,String> ClientService.Client.getConfiguration(TInfo tinfo, TCredentials credentials, ConfigurationType type)
           
 void ClientService.AsyncIface.getConfiguration(TInfo tinfo, TCredentials credentials, ConfigurationType type, org.apache.thrift.async.AsyncMethodCallback<ClientService.AsyncClient.getConfiguration_call> resultHandler)
           
 void ClientService.AsyncClient.getConfiguration(TInfo tinfo, TCredentials credentials, ConfigurationType type, org.apache.thrift.async.AsyncMethodCallback<ClientService.AsyncClient.getConfiguration_call> resultHandler)
           
 void ClientService.Client.send_getConfiguration(TInfo tinfo, TCredentials credentials, ConfigurationType type)
           
 ClientService.getConfiguration_args ClientService.getConfiguration_args.setType(ConfigurationType type)
           
 

Constructors in org.apache.accumulo.core.client.impl.thrift with parameters of type ConfigurationType
ClientService.AsyncClient.getConfiguration_call(TInfo tinfo, TCredentials credentials, ConfigurationType type, org.apache.thrift.async.AsyncMethodCallback<ClientService.AsyncClient.getConfiguration_call> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
           
ClientService.getConfiguration_args(TInfo tinfo, TCredentials credentials, ConfigurationType type)
           
 



Copyright © 2013 Apache Accumulo Project. All Rights Reserved.