| Package | Description |
|---|---|
| com.thinkaurelius.titan.core.log | |
| com.thinkaurelius.titan.graphdb.database.log |
| Modifier and Type | Method and Description |
|---|---|
static Change |
Change.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Change[] |
Change.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<TitanEdge> |
ChangeState.getEdges(org.apache.tinkerpop.gremlin.structure.Vertex vertex,
Change change,
org.apache.tinkerpop.gremlin.structure.Direction dir,
String... labels)
Returns all edges incident on the given vertex in the given direction that match the provided change state and edge labels.
|
Iterable<TitanVertexProperty> |
ChangeState.getProperties(org.apache.tinkerpop.gremlin.structure.Vertex vertex,
Change change,
String... keys)
Returns all properties incident for the given vertex that match the provided change state and property keys.
|
Iterable<TitanRelation> |
ChangeState.getRelations(Change change,
RelationType... types)
Returns all relations that match the change state and any of the provided relation types.
|
Set<TitanVertex> |
ChangeState.getVertices(Change change)
|
| Modifier and Type | Field and Description |
|---|---|
Change |
TransactionLogHeader.Modification.state |
Copyright © 2012–2015. All rights reserved.