Interface FileOutputFormatBuilder
-
- All Known Implementing Classes:
FileOutputFormatBuilderImpl
public interface FileOutputFormatBuilder
Builder for all the information needed for the Map Reduce job. Fluent API used byAccumuloFileOutputFormat.configure()
- Since:
- 2.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
FileOutputFormatBuilder.OutputOptions<T>
Options for builderstatic interface
FileOutputFormatBuilder.PathParams<T>
Required params for builder
-