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

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

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

Methods in org.apache.accumulo.core.client.impl.thrift that return ClientService.dropLocalUser_args
 ClientService.dropLocalUser_args ClientService.dropLocalUser_args.deepCopy()
           
 ClientService.dropLocalUser_args ClientService.Processor.dropLocalUser.getEmptyArgsInstance()
           
 ClientService.dropLocalUser_args ClientService.dropLocalUser_args.setCredentials(TCredentials credentials)
           
 ClientService.dropLocalUser_args ClientService.dropLocalUser_args.setPrincipal(String principal)
           
 ClientService.dropLocalUser_args ClientService.dropLocalUser_args.setTinfo(TInfo tinfo)
           
 

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

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



Copyright © 2013 Apache Accumulo Project. All Rights Reserved.