Uses of Class
org.apache.accumulo.core.master.thrift.TimeType

Packages that use TimeType
org.apache.accumulo.core.master.thrift   
 

Uses of TimeType in org.apache.accumulo.core.master.thrift
 

Fields in org.apache.accumulo.core.master.thrift declared as TimeType
 TimeType MasterClientService.createTable_args.tt
           
 

Methods in org.apache.accumulo.core.master.thrift that return TimeType
static TimeType TimeType.findByValue(int value)
          Find a the enum type by its integer value, as defined in the Thrift IDL.
 TimeType MasterClientService.createTable_args.getTt()
           
static TimeType TimeType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TimeType[] TimeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.accumulo.core.master.thrift with parameters of type TimeType
 void MasterClientService.Iface.createTable(TInfo tinfo, AuthInfo credentials, java.lang.String tableName, java.util.List<byte[]> splitPoints, java.util.Map<java.lang.String,java.lang.String> aggs, TimeType tt)
           
 void MasterClientService.Client.createTable(TInfo tinfo, AuthInfo credentials, java.lang.String tableName, java.util.List<byte[]> splitPoints, java.util.Map<java.lang.String,java.lang.String> aggs, TimeType tt)
           
 void MasterClientService.Client.send_createTable(TInfo tinfo, AuthInfo credentials, java.lang.String tableName, java.util.List<byte[]> splitPoints, java.util.Map<java.lang.String,java.lang.String> aggs, TimeType tt)
           
 MasterClientService.createTable_args MasterClientService.createTable_args.setTt(TimeType tt)
           
 

Constructors in org.apache.accumulo.core.master.thrift with parameters of type TimeType
MasterClientService.createTable_args(TInfo tinfo, AuthInfo credentials, java.lang.String tableName, java.util.List<byte[]> splitPoints, java.util.Map<java.lang.String,java.lang.String> aggs, TimeType tt)
           
 



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