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

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

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

Methods in org.apache.accumulo.core.client.impl.thrift that return ClientService.changeAuthorizations_args
 ClientService.changeAuthorizations_args ClientService.changeAuthorizations_args.deepCopy()
           
 ClientService.changeAuthorizations_args ClientService.Processor.changeAuthorizations.getEmptyArgsInstance()
           
 ClientService.changeAuthorizations_args ClientService.changeAuthorizations_args.setAuthorizations(List<ByteBuffer> authorizations)
           
 ClientService.changeAuthorizations_args ClientService.changeAuthorizations_args.setCredentials(TCredentials credentials)
           
 ClientService.changeAuthorizations_args ClientService.changeAuthorizations_args.setPrincipal(String principal)
           
 ClientService.changeAuthorizations_args ClientService.changeAuthorizations_args.setTinfo(TInfo tinfo)
           
 

Methods in org.apache.accumulo.core.client.impl.thrift with parameters of type ClientService.changeAuthorizations_args
 int ClientService.changeAuthorizations_args.compareTo(ClientService.changeAuthorizations_args other)
           
 boolean ClientService.changeAuthorizations_args.equals(ClientService.changeAuthorizations_args that)
           
 ClientService.changeAuthorizations_result ClientService.Processor.changeAuthorizations.getResult(I iface, ClientService.changeAuthorizations_args args)
           
 

Constructors in org.apache.accumulo.core.client.impl.thrift with parameters of type ClientService.changeAuthorizations_args
ClientService.changeAuthorizations_args(ClientService.changeAuthorizations_args other)
          Performs a deep copy on other.
 



Copyright © 2013 Apache Accumulo Project. All Rights Reserved.