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 SummaryNested 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 SummaryAll 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.Configuringconfigure
 - 
Methods inherited from interface org.apache.tinkerpop.gremlin.process.traversal.step.ParameterizinggetParameters
 
- 
 
- 
- 
- 
Method Detail- 
getFileString getFile() Get the file location to write to.
 - 
setModevoid setMode(ReadWriting.Mode mode) 
 - 
getModeReadWriting.Mode getMode() 
 
- 
 
-