static KxDataviewSegmentConfiguration.Builder |
KxDataviewSegmentConfiguration.builder() |
|
KxDataviewSegmentConfiguration.Builder |
KxDataviewSegmentConfiguration.Builder.dbPaths(String... dbPaths) |
The database path of the data that you want to place on each selected volume for the segment.
|
KxDataviewSegmentConfiguration.Builder |
KxDataviewSegmentConfiguration.Builder.dbPaths(Collection<String> dbPaths) |
The database path of the data that you want to place on each selected volume for the segment.
|
KxDataviewSegmentConfiguration.Builder |
KxDataviewSegmentConfiguration.Builder.onDemand(Boolean onDemand) |
Enables on-demand caching on the selected database path when a particular file or a column of the database is
accessed.
|
KxDataviewSegmentConfiguration.Builder |
KxDataviewSegmentConfiguration.toBuilder() |
|
KxDataviewSegmentConfiguration.Builder |
KxDataviewSegmentConfiguration.Builder.volumeName(String volumeName) |
The name of the volume where you want to add data.
|