Experimental set of protocols for implementors that want a deftype, reified, record, component, etc.
Experimental set of protocols for implementors that want a deftype, reified, record, component, etc.
(delete-broker-topic-path! broker-id topic)
(all-brokers this)
(broker-endpoints-for-channel this protocol-type)
(broker-ids this)
(broker-metadata this broker-id)
(register-broker! this broker-info)
(register-broker! this id host port endpoints jmx-port)
(all-client-configs this)
(update-client-config! this)
(cluster-info this)
(consumer-group-active? this group)
(consumer-groups this)
(consumer-groups-by-topic this topic)
(consumer-groups-per-topic this topic exclude-internal-topics?)
(consumers-in-group this group)
(delete-consumer-group! this group)
(delete-consumer-groups-for-topic! this topic)
(delete-consumer-groups-for-topic! this topic group)
(all-entity-configs this config-type)
(all-entity-configs this config-type include-defaults?)
(entity-config this config-type entity)
(path-children this path)
(path-exists? this path)
(path-metadata this path)
(path-metadata this path allow-null?)
(persistent-paths this)
(persistent-paths this secure-paths?)
(delete-path this path)
(delete-path this path recursive?)
(partition-leaders-for this topics)
(partition-leader-metadata this topic-partition)
(partition-leader-metadata this topic partition)
(partitions-undergoing-replica-election this)
(topic-partition-in-sync-replicas this topic-partition)
(topic-partition-in-sync-replicas this topic partition)
(partition-leader this topic-partition)
(partition-leader this topic partition)
(partition-leaders-metadata this topic-partitions)
(partition-epoch this topic-partition)
(partition-epoch this topic partition)
(partitions-undergoing-reassignment this)
(partition-replica-assignment this topic-partition)
(partition-replica-assignment this topic partition)
(all-topic-configs this)
(update-topic-config! this topic config)
(all-topic-partitions this)
(partitions-for this topics)
(redefine-partition-count! this topic partitions)
(redefine-partition-count! this
topic
partitions
replica-assignment
check-broker-available?)
(all-topics this)
(topic-exists? this topic)
(topics-by-consumer-group this group)
(topics-metadata this topics)
(topic-replica-assignment this topic)
(create-topic! this topic partitions)
(create-topic! this topic partitions replication-factor)
(create-topic! this topic partitions replication-factor topic-config)
(delete-topic! this topic)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close