Package io.deephaven.enterprise.table
Interface ReadBinlogOptions.Builder
- Enclosing class:
- ReadBinlogOptions
public static interface ReadBinlogOptions.Builder
-
Method Summary
Modifier and TypeMethodDescriptionaddAllPaths(Iterable<? extends Path> elements) batchSize(int batchSize) bufferSize(int bufferSize) build()tableDefinition(TableDefinition tableDefinition)
-
Method Details
-
addPaths
-
addPaths
-
addAllPaths
-
schema
-
tableDefinition
-
bufferSize
-
batchSize
-
build
ReadBinlogOptions build()
-