Package | Description |
---|---|
com.blazegraph.gremlin.listener |
Modifier and Type | Method and Description |
---|---|
BlazeGraphEdit.Action |
BlazeGraphEdit.getAction()
Return the edit action.
|
static BlazeGraphEdit.Action |
BlazeGraphEdit.Action.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BlazeGraphEdit.Action[] |
BlazeGraphEdit.Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
BlazeGraphEdit(BlazeGraphEdit.Action action,
BlazeGraphAtom atom)
Construct an edit with an unknown commit time (listener API).
|
BlazeGraphEdit(BlazeGraphEdit.Action action,
BlazeGraphAtom atom,
long timestamp)
Construct an edit with an known commit time (history API).
|
Copyright © 2015–2016 SYSTAP, LLC DBA Blazegraph. All rights reserved.