Package | Description |
---|---|
org.apache.accumulo.core.client.admin | |
org.apache.accumulo.core.client.mock | |
org.apache.accumulo.server.master.tableOps | |
org.apache.accumulo.server.tabletserver |
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) |
void |
TableOperationsImpl.create(String tableName,
boolean limitVersion,
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) |
Constructor and Description |
---|
CreateTable(String user,
String tableName,
TimeType timeType,
Map<String,String> props) |
Modifier and Type | Method and Description |
---|---|
static char |
TabletTime.getTimeID(TimeType timeType) |
Copyright © 2011-2015 The Apache Software Foundation. All Rights Reserved.