Uses of Class
org.apache.accumulo.core.clientImpl.thrift.ClientService.authenticate_args
-
Packages that use ClientService.authenticate_args Package Description org.apache.accumulo.core.clientImpl.thrift -
-
Uses of ClientService.authenticate_args in org.apache.accumulo.core.clientImpl.thrift
Methods in org.apache.accumulo.core.clientImpl.thrift that return ClientService.authenticate_args Modifier and Type Method Description ClientService.authenticate_argsClientService.authenticate_args. deepCopy()ClientService.authenticate_argsClientService.AsyncProcessor.authenticate. getEmptyArgsInstance()ClientService.authenticate_argsClientService.Processor.authenticate. getEmptyArgsInstance()ClientService.authenticate_argsClientService.authenticate_args. setCredentials(TCredentials credentials)ClientService.authenticate_argsClientService.authenticate_args. setTinfo(TInfo tinfo)Methods in org.apache.accumulo.core.clientImpl.thrift with parameters of type ClientService.authenticate_args Modifier and Type Method Description intClientService.authenticate_args. compareTo(ClientService.authenticate_args other)booleanClientService.authenticate_args. equals(ClientService.authenticate_args that)ClientService.authenticate_resultClientService.Processor.authenticate. getResult(I iface, ClientService.authenticate_args args)voidClientService.AsyncProcessor.authenticate. start(I iface, ClientService.authenticate_args args, org.apache.thrift.async.AsyncMethodCallback<Boolean> resultHandler)Constructors in org.apache.accumulo.core.clientImpl.thrift with parameters of type ClientService.authenticate_args Constructor Description authenticate_args(ClientService.authenticate_args other)Performs a deep copy on other.
-