Uses of Class
org.apache.accumulo.core.clientImpl.thrift.ConfigurationType
-
Packages that use ConfigurationType Package Description org.apache.accumulo.core.clientImpl.thrift -
-
Uses of ConfigurationType in org.apache.accumulo.core.clientImpl.thrift
Fields in org.apache.accumulo.core.clientImpl.thrift declared as ConfigurationType Modifier and Type Field Description ConfigurationTypeClientService.getConfiguration_args. typeMethods in org.apache.accumulo.core.clientImpl.thrift that return ConfigurationType Modifier and Type Method Description static ConfigurationTypeConfigurationType. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.ConfigurationTypeClientService.getConfiguration_args. getType()static ConfigurationTypeConfigurationType. 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.clientImpl.thrift with parameters of type ConfigurationType Modifier and Type Method Description voidClientService.AsyncClient. getConfiguration(TInfo tinfo, TCredentials credentials, ConfigurationType type, org.apache.thrift.async.AsyncMethodCallback<Map<String,String>> resultHandler)voidClientService.AsyncIface. getConfiguration(TInfo tinfo, TCredentials credentials, ConfigurationType type, org.apache.thrift.async.AsyncMethodCallback<Map<String,String>> resultHandler)Map<String,String>ClientService.Client. getConfiguration(TInfo tinfo, TCredentials credentials, ConfigurationType type)Map<String,String>ClientService.Iface. getConfiguration(TInfo tinfo, TCredentials credentials, ConfigurationType type)voidClientService.Client. send_getConfiguration(TInfo tinfo, TCredentials credentials, ConfigurationType type)ClientService.getConfiguration_argsClientService.getConfiguration_args. setType(ConfigurationType type)Constructors in org.apache.accumulo.core.clientImpl.thrift with parameters of type ConfigurationType Constructor Description getConfiguration_args(TInfo tinfo, TCredentials credentials, ConfigurationType type)getConfiguration_call(TInfo tinfo, TCredentials credentials, ConfigurationType type, org.apache.thrift.async.AsyncMethodCallback<Map<String,String>> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
-