Interface OutputFormatBuilder
-
public interface OutputFormatBuilder
Builder for all the information needed for the Map Reduce job. Fluent API used byAccumuloOutputFormat.configure()
- Since:
- 2.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
OutputFormatBuilder.ClientParams<T>
Required params for clientstatic interface
OutputFormatBuilder.OutputOptions<T>
Builder options
-