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 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 TypeMethodDescriptionvoidDeprecated.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 TypeMethodDescriptionvoidMockAccumulo.createTable(String username, String tableName, boolean useVersions, TimeType timeType) Deprecated.voidMockAccumulo.createTable(String username, String tableName, boolean useVersions, TimeType timeType, Map<String, String> properties) Deprecated.voidMockAccumulo.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.