Class ForceRollSegmentsHandler.ForceRollSegmentsResponse

java.lang.Object
io.confluent.rest.ForceRollSegmentsHandler.ForceRollSegmentsResponse
Enclosing class:
ForceRollSegmentsHandler

public static final class ForceRollSegmentsHandler.ForceRollSegmentsResponse extends Object
  • Constructor Details

    • ForceRollSegmentsResponse

      public ForceRollSegmentsResponse(boolean success, List<String> failedPartitions)
  • Method Details

    • success

      public boolean success()
    • failedPartitions

      public List<String> failedPartitions()
    • toString

      public String toString()
      Overrides:
      toString in class Object