Interface KxDataviewConfiguration.Builder

    • Method Detail

      • dataviewName

        KxDataviewConfiguration.Builder dataviewName​(String dataviewName)

        The unique identifier of the dataview.

        Parameters:
        dataviewName - The unique identifier of the dataview.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dataviewVersionId

        KxDataviewConfiguration.Builder dataviewVersionId​(String dataviewVersionId)

        The version of the dataview corresponding to a given changeset.

        Parameters:
        dataviewVersionId - The version of the dataview corresponding to a given changeset.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • changesetId

        KxDataviewConfiguration.Builder changesetId​(String changesetId)

        A unique identifier for the changeset.

        Parameters:
        changesetId - A unique identifier for the changeset.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • segmentConfigurations

        KxDataviewConfiguration.Builder segmentConfigurations​(Collection<KxDataviewSegmentConfiguration> segmentConfigurations)

        The db path and volume configuration for the segmented database.

        Parameters:
        segmentConfigurations - The db path and volume configuration for the segmented database.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • segmentConfigurations

        KxDataviewConfiguration.Builder segmentConfigurations​(KxDataviewSegmentConfiguration... segmentConfigurations)

        The db path and volume configuration for the segmented database.

        Parameters:
        segmentConfigurations - The db path and volume configuration for the segmented database.
        Returns:
        Returns a reference to this object so that method calls can be chained together.