Uses of Class
org.apache.accumulo.core.client.admin.TimeType
-
Packages that use TimeType Package Description org.apache.accumulo.core.client.admin -
-
Uses of TimeType in org.apache.accumulo.core.client.admin
Methods in org.apache.accumulo.core.client.admin that return TimeType Modifier and Type Method Description TimeTypeNewTableConfiguration. getTimeType()Retrieve the time type currently configured.static TimeTypeTimeType. 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 Modifier and Type Method Description default voidTableOperations. create(String tableName, boolean versioningIter, TimeType timeType)Deprecated.since 1.7.0; useTableOperations.create(String, NewTableConfiguration)instead.NewTableConfigurationNewTableConfiguration. setTimeType(TimeType tt)Configure logical or millisecond time for tables created with this configuration.
-