Package | Description |
---|---|
org.apache.accumulo.core.client.admin |
Modifier and Type | Method and Description |
---|---|
NewTableConfiguration |
NewTableConfiguration.setProperties(Map<String,String> prop)
Sets additional properties to be applied to tables created with this configuration.
|
NewTableConfiguration |
NewTableConfiguration.setTimeType(TimeType tt)
Configure logical or millisecond time for tables created with this configuration.
|
NewTableConfiguration |
NewTableConfiguration.withoutDefaultIterators()
Currently the only default iterator is the
VersioningIterator . |
Modifier and Type | Method and Description |
---|---|
void |
TableOperations.create(String tableName,
NewTableConfiguration ntc) |
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.