Uses of Class
org.apache.accumulo.core.master.thrift.MasterClientService.createTable_args

Packages that use MasterClientService.createTable_args
org.apache.accumulo.core.master.thrift   
 

Uses of MasterClientService.createTable_args in org.apache.accumulo.core.master.thrift
 

Methods in org.apache.accumulo.core.master.thrift that return MasterClientService.createTable_args
 MasterClientService.createTable_args MasterClientService.createTable_args.clone()
          Deprecated. 
 MasterClientService.createTable_args MasterClientService.createTable_args.deepCopy()
           
 MasterClientService.createTable_args MasterClientService.createTable_args.setAggs(java.util.Map<java.lang.String,java.lang.String> aggs)
           
 MasterClientService.createTable_args MasterClientService.createTable_args.setCredentials(AuthInfo credentials)
           
 MasterClientService.createTable_args MasterClientService.createTable_args.setSplitPoints(java.util.List<byte[]> splitPoints)
           
 MasterClientService.createTable_args MasterClientService.createTable_args.setTableName(java.lang.String tableName)
           
 MasterClientService.createTable_args MasterClientService.createTable_args.setTinfo(TInfo tinfo)
           
 MasterClientService.createTable_args MasterClientService.createTable_args.setTt(TimeType tt)
           
 

Methods in org.apache.accumulo.core.master.thrift with parameters of type MasterClientService.createTable_args
 int MasterClientService.createTable_args.compareTo(MasterClientService.createTable_args other)
           
 boolean MasterClientService.createTable_args.equals(MasterClientService.createTable_args that)
           
 

Constructors in org.apache.accumulo.core.master.thrift with parameters of type MasterClientService.createTable_args
MasterClientService.createTable_args(MasterClientService.createTable_args other)
          Performs a deep copy on other.
 



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