public interface ReadWriting extends Configuring
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | ReadWriting.ModeDetermines the mode of the the IO operation as being for reading or writing (or by default "unset") | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getFile()Get the file location to write to. | 
| ReadWriting.Mode | getMode() | 
| void | setMode(ReadWriting.Mode mode) | 
configuregetParametersString getFile()
void setMode(ReadWriting.Mode mode)
ReadWriting.Mode getMode()
Copyright © 2013–2019 Apache Software Foundation. All rights reserved.