Uses of Class
org.apache.accumulo.core.client.admin.NewTableConfiguration
-
Uses of NewTableConfiguration in org.apache.accumulo.core.client.admin
Modifier and TypeMethodDescriptionNewTableConfiguration.enableSampling
(SamplerConfiguration samplerConfiguration) Enable building a sample data set on the new table using the given sampler configuration.NewTableConfiguration.setProperties
(Map<String, String> prop) Sets additional properties to be applied to tables created with this configuration.NewTableConfiguration.setTimeType
(TimeType tt) Configure logical or millisecond time for tables created with this configuration.NewTableConfiguration.withoutDefaultIterators()
Currently the only default iterator is theVersioningIterator
.Modifier and TypeMethodDescriptionvoid
TableOperations.create
(String tableName, NewTableConfiguration ntc)