Uses of Class
org.apache.accumulo.proxy.thrift.AccumuloProxy.changeUserAuthorizations_args

Packages that use AccumuloProxy.changeUserAuthorizations_args
org.apache.accumulo.proxy.thrift   
 

Uses of AccumuloProxy.changeUserAuthorizations_args in org.apache.accumulo.proxy.thrift
 

Methods in org.apache.accumulo.proxy.thrift that return AccumuloProxy.changeUserAuthorizations_args
 AccumuloProxy.changeUserAuthorizations_args AccumuloProxy.changeUserAuthorizations_args.deepCopy()
           
 AccumuloProxy.changeUserAuthorizations_args AccumuloProxy.Processor.changeUserAuthorizations.getEmptyArgsInstance()
           
 AccumuloProxy.changeUserAuthorizations_args AccumuloProxy.changeUserAuthorizations_args.setAuthorizations(Set<ByteBuffer> authorizations)
           
 AccumuloProxy.changeUserAuthorizations_args AccumuloProxy.changeUserAuthorizations_args.setLogin(byte[] login)
           
 AccumuloProxy.changeUserAuthorizations_args AccumuloProxy.changeUserAuthorizations_args.setLogin(ByteBuffer login)
           
 AccumuloProxy.changeUserAuthorizations_args AccumuloProxy.changeUserAuthorizations_args.setUser(String user)
           
 

Methods in org.apache.accumulo.proxy.thrift with parameters of type AccumuloProxy.changeUserAuthorizations_args
 int AccumuloProxy.changeUserAuthorizations_args.compareTo(AccumuloProxy.changeUserAuthorizations_args other)
           
 boolean AccumuloProxy.changeUserAuthorizations_args.equals(AccumuloProxy.changeUserAuthorizations_args that)
           
 AccumuloProxy.changeUserAuthorizations_result AccumuloProxy.Processor.changeUserAuthorizations.getResult(I iface, AccumuloProxy.changeUserAuthorizations_args args)
           
 

Constructors in org.apache.accumulo.proxy.thrift with parameters of type AccumuloProxy.changeUserAuthorizations_args
AccumuloProxy.changeUserAuthorizations_args(AccumuloProxy.changeUserAuthorizations_args other)
          Performs a deep copy on other.
 



Copyright © 2013 Apache Accumulo Project. All Rights Reserved.