- All Superinterfaces:
Configuring, Parameterizing
- All Known Implementing Classes:
IoStep
An interface that defines a
Step as one that handles IO based operations for a
Graph.
- Author:
- Stephen Mallette (http://stephen.genoprime.com)
-
Nested Class Summary
Nested Classes
static enum
Determines the mode of the the IO operation as being for reading or writing (or by default "unset")
-
Method Summary
Get the file location to write to.
void
Methods inherited from interface org.apache.tinkerpop.gremlin.process.traversal.step.Configuring
configure
-
Method Details
-
getFile
Get the file location to write to.
-
-