KxDataviewActiveVersion.Builder |
KxDataviewActiveVersion.Builder.attachedClusters(String... attachedClusters) |
The list of clusters that are currently using this dataview.
|
KxDataviewActiveVersion.Builder |
KxDataviewActiveVersion.Builder.attachedClusters(Collection<String> attachedClusters) |
The list of clusters that are currently using this dataview.
|
static KxDataviewActiveVersion.Builder |
KxDataviewActiveVersion.builder() |
|
KxDataviewActiveVersion.Builder |
KxDataviewActiveVersion.Builder.changesetId(String changesetId) |
A unique identifier for the changeset.
|
KxDataviewActiveVersion.Builder |
KxDataviewActiveVersion.Builder.createdTimestamp(Instant createdTimestamp) |
The timestamp at which the dataview version was active.
|
KxDataviewActiveVersion.Builder |
KxDataviewActiveVersion.Builder.segmentConfigurations(Collection<KxDataviewSegmentConfiguration> segmentConfigurations) |
The configuration that contains the database path of the data that you want to place on each selected volume.
|
KxDataviewActiveVersion.Builder |
KxDataviewActiveVersion.Builder.segmentConfigurations(Consumer<KxDataviewSegmentConfiguration.Builder>... segmentConfigurations) |
The configuration that contains the database path of the data that you want to place on each selected volume.
|
KxDataviewActiveVersion.Builder |
KxDataviewActiveVersion.Builder.segmentConfigurations(KxDataviewSegmentConfiguration... segmentConfigurations) |
The configuration that contains the database path of the data that you want to place on each selected volume.
|
KxDataviewActiveVersion.Builder |
KxDataviewActiveVersion.toBuilder() |
|
KxDataviewActiveVersion.Builder |
KxDataviewActiveVersion.Builder.versionId(String versionId) |
A unique identifier of the active version.
|