Uses of Enum
org.apache.accumulo.core.client.admin.TimeType
Packages that use TimeType
Package
Description
Mock framework for Accumulo
-
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.static TimeType
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 TimeTypeModifier and TypeMethodDescriptionvoid
Deprecated.NewTableConfiguration.setTimeType
(TimeType tt) Configure logical or millisecond time for tables created with this configuration. -
Uses of TimeType in org.apache.accumulo.core.client.mock
Methods in org.apache.accumulo.core.client.mock with parameters of type TimeTypeModifier and TypeMethodDescriptionvoid
MockAccumulo.createTable
(String username, String tableName, boolean useVersions, TimeType timeType) Deprecated.void
MockAccumulo.createTable
(String username, String tableName, boolean useVersions, TimeType timeType, Map<String, String> properties) Deprecated.void
MockAccumulo.createTable
(String username, String tableName, TimeType timeType, Map<String, String> properties) Deprecated.Constructors in org.apache.accumulo.core.client.mock with parameters of type TimeType
TableOperations.create(String, NewTableConfiguration)
instead.