Uses of Enum
org.apache.accumulo.core.client.admin.TimeType
Packages that use TimeType
-
Uses of TimeType in org.apache.accumulo.core.client.admin
Methods in org.apache.accumulo.core.client.admin that return TimeTypeModifier and TypeMethodDescriptionNewTableConfiguration.getTimeType()Retrieve the time type currently configured.default TimeTypeTableOperations.getTimeType(String tableName) Return the TimeType for the given tablestatic TimeTypeReturns 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 TimeTypeModifier and TypeMethodDescriptiondefault voidDeprecated.NewTableConfiguration.setTimeType(TimeType tt) Configure logical or millisecond time for tables created with this configuration.
TableOperations.create(String, NewTableConfiguration)instead.