Package | Description |
---|---|
org.apache.accumulo.core.client.admin | |
org.apache.accumulo.core.client.impl | |
org.apache.accumulo.core.client.mock |
Modifier and Type | Method and Description |
---|---|
static TimeType |
TimeType.valueOf(String name)
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.
|
Modifier and Type | Method and Description |
---|---|
void |
TableOperations.create(String tableName,
boolean versioningIter,
TimeType timeType) |
Modifier and Type | Method and Description |
---|---|
void |
TableOperationsImpl.create(String tableName,
boolean limitVersion,
TimeType timeType) |
Modifier and Type | Method and Description |
---|---|
void |
MockAccumulo.createTable(String username,
String tableName,
boolean useVersions,
TimeType timeType) |
Copyright © 2011–2016 The Apache Software Foundation. All rights reserved.