Interface ReadWriting
-
- All Superinterfaces:
Configuring
,Parameterizing
- All Known Implementing Classes:
IoStep
public interface ReadWriting extends Configuring
- Author:
- Stephen Mallette (http://stephen.genoprime.com)
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ReadWriting.Mode
Determines the mode of the the IO operation as being for reading or writing (or by default "unset")
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getFile()
Get the file location to write to.ReadWriting.Mode
getMode()
void
setMode(ReadWriting.Mode mode)
-
Methods inherited from interface org.apache.tinkerpop.gremlin.process.traversal.step.Configuring
configure
-
Methods inherited from interface org.apache.tinkerpop.gremlin.process.traversal.step.Parameterizing
getParameters
-
-
-
-
Method Detail
-
getFile
String getFile()
Get the file location to write to.
-
setMode
void setMode(ReadWriting.Mode mode)
-
getMode
ReadWriting.Mode getMode()
-
-