Uses of Interface
org.dashbuilder.dataprovider.kafka.mbean.ObjectNamePrototype
-
Packages that use ObjectNamePrototype Package Description org.dashbuilder.dataprovider.kafka.mbean -
-
Uses of ObjectNamePrototype in org.dashbuilder.dataprovider.kafka.mbean
Classes in org.dashbuilder.dataprovider.kafka.mbean that implement ObjectNamePrototype Modifier and Type Class Description static classObjectNamePrototype.ObjectNameWithDomainAndTypePrototypestatic classObjectNamePrototype.ObjectNameWithDomainTypeAndNamePrototypeMethods in org.dashbuilder.dataprovider.kafka.mbean that return ObjectNamePrototype Modifier and Type Method Description static ObjectNamePrototypeObjectNamePrototype. withDomainAndType(String domain, String type)static ObjectNamePrototypeObjectNamePrototype. withDomainTypeAndName(String domain, String type, String name)Methods in org.dashbuilder.dataprovider.kafka.mbean with parameters of type ObjectNamePrototype Modifier and Type Method Description static StringMBeanNameFactory. withName(ObjectNamePrototype kafkaControllerType, String name)static KafkaMetricCollector[]MBeanNameFactory. withProduceDelayedAndFetchDelayedOperation(ObjectNamePrototype kafkaControllerType)static KafkaMetricCollector[]MBeanNameFactory. withProduceFetchConsumerAndFetchFollowerRequest(ObjectNamePrototype kafkaControllerType)static StringMBeanNameFactory. withProducerConsumerClientId(ObjectNamePrototype prototype, String clientId)
-