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

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

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

Methods in org.apache.accumulo.core.client.impl.thrift that return ClientService.authenticate_args
 ClientService.authenticate_args ClientService.authenticate_args.deepCopy()
           
 ClientService.authenticate_args ClientService.Processor.authenticate.getEmptyArgsInstance()
           
 ClientService.authenticate_args ClientService.authenticate_args.setCredentials(TCredentials credentials)
           
 ClientService.authenticate_args ClientService.authenticate_args.setTinfo(TInfo tinfo)
           
 

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

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



Copyright © 2013 Apache Accumulo Project. All Rights Reserved.