Class ComputeEvenClusterLoadPlanResult

java.lang.Object
org.apache.kafka.clients.admin.ComputeEvenClusterLoadPlanResult

public class ComputeEvenClusterLoadPlanResult extends Object
The result of
invalid reference
ConfluentAdmin#computeEvenClusterLoadPlan(ComputeEvenClusterLoadPlanOptions)
.
  • Method Details

    • result

      public KafkaFuture<EvenClusterLoadPlan> result()
      Return a future which succeeds if the computeEvenClusterLoadPlan operation is successful, and it carries information about the computed plan.