Uses of Class
org.apache.accumulo.core.client.admin.TimeType

Packages that use TimeType
org.apache.accumulo.core.client.admin   
org.apache.accumulo.core.client.mock   
 

Uses of TimeType in org.apache.accumulo.core.client.admin
 

Methods in org.apache.accumulo.core.client.admin that return TimeType
static TimeType TimeType.valueOf(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.client.admin with parameters of type TimeType
 void TableOperationsImpl.create(String tableName, boolean limitVersion, TimeType timeType)
           
 void TableOperations.create(String tableName, boolean versioningIter, TimeType timeType)
           
 

Uses of TimeType in org.apache.accumulo.core.client.mock
 

Methods in org.apache.accumulo.core.client.mock with parameters of type TimeType
 void MockTableOperations.create(String tableName, boolean versioningIter, TimeType timeType)
           
 void MockAccumulo.createTable(String username, String tableName, boolean useVersions, TimeType timeType)
           
 



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