Interface PartitionIndex.Builder

    • Method Detail

      • keys

        PartitionIndex.Builder keys​(Collection<String> keys)

        The keys for the partition index.

        Parameters:
        keys - The keys for the partition index.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • keys

        PartitionIndex.Builder keys​(String... keys)

        The keys for the partition index.

        Parameters:
        keys - The keys for the partition index.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • indexName

        PartitionIndex.Builder indexName​(String indexName)

        The name of the partition index.

        Parameters:
        indexName - The name of the partition index.
        Returns:
        Returns a reference to this object so that method calls can be chained together.