|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TimeType | |
|---|---|
| org.apache.accumulo.core.client.admin | |
| org.apache.accumulo.core.client.mock | |
| org.apache.accumulo.server.master.tableOps | |
| org.apache.accumulo.server.tabletserver | |
| Uses of TimeType in org.apache.accumulo.core.client.admin |
|---|
| Methods in org.apache.accumulo.core.client.admin that return TimeType | |
|---|---|
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. |
| Methods in org.apache.accumulo.core.client.admin with parameters of type TimeType | |
|---|---|
void |
TableOperationsImpl.create(String tableName,
boolean limitVersion,
TimeType timeType)
|
void |
TableOperations.create(String tableName,
boolean versioningIter,
TimeType timeType)
|
| Uses of TimeType in org.apache.accumulo.core.client.mock |
|---|
| Methods in org.apache.accumulo.core.client.mock with parameters of type TimeType | |
|---|---|
void |
MockTableOperations.create(String tableName,
boolean versioningIter,
TimeType timeType)
|
void |
MockAccumulo.createTable(String username,
String tableName,
boolean useVersions,
TimeType timeType)
|
| Uses of TimeType in org.apache.accumulo.server.master.tableOps |
|---|
| Constructors in org.apache.accumulo.server.master.tableOps with parameters of type TimeType | |
|---|---|
CreateTable(String user,
String tableName,
TimeType timeType,
Map<String,String> props)
|
|
| Uses of TimeType in org.apache.accumulo.server.tabletserver |
|---|
| Methods in org.apache.accumulo.server.tabletserver with parameters of type TimeType | |
|---|---|
static char |
TabletTime.getTimeID(TimeType timeType)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||