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 classReadWriting.ModeDetermines 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 StringgetFile()Get the file location to write to.ReadWriting.ModegetMode()voidsetMode(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()
 
 - 
 
 -