| Package | Description |
|---|---|
| com.thinkaurelius.titan.core.schema | |
| com.thinkaurelius.titan.graphdb.database.management |
| Modifier and Type | Method and Description |
|---|---|
static SchemaAction |
SchemaAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SchemaAction[] |
SchemaAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TitanManagement.IndexJobFuture |
TitanManagement.updateIndex(TitanIndex index,
SchemaAction updateAction)
Updates the provided index according to the given
SchemaAction |
| Modifier and Type | Method and Description |
|---|---|
TitanManagement.IndexJobFuture |
ManagementSystem.updateIndex(TitanIndex index,
SchemaAction updateAction) |
Copyright © 2012–2015. All rights reserved.