Interface ClusterConfiguration.Builder

  • Method Details

    • ingestQueryInstances

      ClusterConfiguration.Builder ingestQueryInstances(Integer ingestQueryInstances)

      The number of instances in the DbCluster which can both ingest and query.

      Parameters:
      ingestQueryInstances - The number of instances in the DbCluster which can both ingest and query.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • queryOnlyInstances

      ClusterConfiguration.Builder queryOnlyInstances(Integer queryOnlyInstances)

      The number of instances in the DbCluster which can only query.

      Parameters:
      queryOnlyInstances - The number of instances in the DbCluster which can only query.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dedicatedCompactor

      ClusterConfiguration.Builder dedicatedCompactor(Boolean dedicatedCompactor)

      Indicates if the compactor instance is a standalone instance or not.

      Parameters:
      dedicatedCompactor - Indicates if the compactor instance is a standalone instance or not.
      Returns:
      Returns a reference to this object so that method calls can be chained together.