| Package | Description |
|---|---|
| org.apache.accumulo.core.client.admin | |
| 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 |
TableOperationsImpl.create(String tableName,
boolean limitVersion,
TimeType timeType) |
void |
TableOperations.create(String tableName,
boolean versioningIter,
TimeType timeType) |
| Modifier and Type | Method and Description |
|---|---|
void |
MockTableOperations.create(String tableName,
boolean versioningIter,
TimeType timeType) |
void |
MockAccumulo.createTable(String username,
String tableName,
boolean useVersions,
TimeType timeType) |
Copyright © 2016 The Apache Software Foundation. All Rights Reserved.