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

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

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

Methods in org.apache.accumulo.core.client.impl.thrift that return ClientService.changePassword_args
 ClientService.changePassword_args ClientService.changePassword_args.clone()
          Deprecated. 
 ClientService.changePassword_args ClientService.changePassword_args.deepCopy()
           
 ClientService.changePassword_args ClientService.changePassword_args.setCredentials(AuthInfo credentials)
           
 ClientService.changePassword_args ClientService.changePassword_args.setPassword(byte[] password)
           
 ClientService.changePassword_args ClientService.changePassword_args.setTinfo(TInfo tinfo)
           
 ClientService.changePassword_args ClientService.changePassword_args.setUser(java.lang.String user)
           
 

Methods in org.apache.accumulo.core.client.impl.thrift with parameters of type ClientService.changePassword_args
 int ClientService.changePassword_args.compareTo(ClientService.changePassword_args other)
           
 boolean ClientService.changePassword_args.equals(ClientService.changePassword_args that)
           
 

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



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.