Class AlterConfigsResult

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      KafkaFuture<java.lang.Void> all()
      Return a future which succeeds only if all the alter configs operations succeed.
      java.util.Map<ConfigResource,​KafkaFuture<java.lang.Void>> values()
      Return a map from resources to futures which can be used to check the status of the operation on each resource.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • values

        public java.util.Map<ConfigResource,​KafkaFuture<java.lang.Void>> values()
        Return a map from resources to futures which can be used to check the status of the operation on each resource.
      • all

        public KafkaFuture<java.lang.Void> all()
        Return a future which succeeds only if all the alter configs operations succeed.