Uses of Class
org.apache.pulsar.client.impl.ProducerImpl
-
Packages that use ProducerImpl Package Description org.apache.pulsar.client.impl -
-
Uses of ProducerImpl in org.apache.pulsar.client.impl
Fields in org.apache.pulsar.client.impl declared as ProducerImpl Modifier and Type Field Description protected ProducerImplAbstractBatchMessageContainer. producerMethods in org.apache.pulsar.client.impl that return ProducerImpl Modifier and Type Method Description protected <T> ProducerImpl<T>PulsarClientImpl. newProducerImpl(java.lang.String topic, int partitionIndex, ProducerConfigurationData conf, org.apache.pulsar.client.api.Schema<T> schema, ProducerInterceptors interceptors, java.util.concurrent.CompletableFuture<org.apache.pulsar.client.api.Producer<T>> producerCreatedFuture)Factory method for creating ProducerImpl instance.Methods in org.apache.pulsar.client.impl that return types with arguments of type ProducerImpl Modifier and Type Method Description java.util.List<ProducerImpl<T>>PartitionedProducerImpl. getProducers()Methods in org.apache.pulsar.client.impl with parameters of type ProducerImpl Modifier and Type Method Description voidAbstractBatchMessageContainer. setProducer(ProducerImpl<?> producer)voidBatchMessageContainerBase. setProducer(ProducerImpl<?> producer)Set producer of the message batch container.Constructors in org.apache.pulsar.client.impl with parameters of type ProducerImpl Constructor Description ProducerStatsRecorderImpl(PulsarClientImpl pulsarClient, ProducerConfigurationData conf, ProducerImpl<?> producer)
-