Uses of Class
org.apache.accumulo.core.clientImpl.thrift.ClientService.changeAuthorizations_args
-
Packages that use ClientService.changeAuthorizations_args Package Description org.apache.accumulo.core.clientImpl.thrift -
-
Uses of ClientService.changeAuthorizations_args in org.apache.accumulo.core.clientImpl.thrift
Methods in org.apache.accumulo.core.clientImpl.thrift that return ClientService.changeAuthorizations_args Modifier and Type Method Description ClientService.changeAuthorizations_argsClientService.changeAuthorizations_args. deepCopy()ClientService.changeAuthorizations_argsClientService.AsyncProcessor.changeAuthorizations. getEmptyArgsInstance()ClientService.changeAuthorizations_argsClientService.Processor.changeAuthorizations. getEmptyArgsInstance()ClientService.changeAuthorizations_argsClientService.changeAuthorizations_args. setAuthorizations(List<ByteBuffer> authorizations)ClientService.changeAuthorizations_argsClientService.changeAuthorizations_args. setCredentials(TCredentials credentials)ClientService.changeAuthorizations_argsClientService.changeAuthorizations_args. setPrincipal(String principal)ClientService.changeAuthorizations_argsClientService.changeAuthorizations_args. setTinfo(TInfo tinfo)Methods in org.apache.accumulo.core.clientImpl.thrift with parameters of type ClientService.changeAuthorizations_args Modifier and Type Method Description intClientService.changeAuthorizations_args. compareTo(ClientService.changeAuthorizations_args other)booleanClientService.changeAuthorizations_args. equals(ClientService.changeAuthorizations_args that)ClientService.changeAuthorizations_resultClientService.Processor.changeAuthorizations. getResult(I iface, ClientService.changeAuthorizations_args args)voidClientService.AsyncProcessor.changeAuthorizations. start(I iface, ClientService.changeAuthorizations_args args, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)Constructors in org.apache.accumulo.core.clientImpl.thrift with parameters of type ClientService.changeAuthorizations_args Constructor Description changeAuthorizations_args(ClientService.changeAuthorizations_args other)Performs a deep copy on other.
-