Uses of Interface
org.apache.pulsar.broker.systopic.SystemTopicClient.Writer
Packages that use SystemTopicClient.Writer
-
Uses of SystemTopicClient.Writer in org.apache.pulsar.broker.service
Methods in org.apache.pulsar.broker.service that return types with arguments of type SystemTopicClient.WriterModifier and TypeMethodDescriptionSystemTopicTxnBufferSnapshotService.ReferenceCountedWriter.getFuture()protected com.github.benmanes.caffeine.cache.AsyncLoadingCache<org.apache.pulsar.common.naming.NamespaceName,SystemTopicClient.Writer<org.apache.pulsar.common.events.PulsarEvent>> SystemTopicBasedTopicPoliciesService.getWriterCaches()Constructor parameters in org.apache.pulsar.broker.service with type arguments of type SystemTopicClient.WriterModifierConstructorDescriptionReferenceCountedWriter(org.apache.pulsar.common.naming.NamespaceName namespaceName, CompletableFuture<SystemTopicClient.Writer<T>> future, SystemTopicTxnBufferSnapshotService<T> snapshotService) -
Uses of SystemTopicClient.Writer in org.apache.pulsar.broker.systopic
Classes in org.apache.pulsar.broker.systopic that implement SystemTopicClient.WriterModifier and TypeClassDescriptionprotected static classFields in org.apache.pulsar.broker.systopic with type parameters of type SystemTopicClient.WriterModifier and TypeFieldDescriptionprotected final List<SystemTopicClient.Writer<T>>SystemTopicClientBase.writersMethods in org.apache.pulsar.broker.systopic that return SystemTopicClient.WriterModifier and TypeMethodDescriptionSystemTopicClient.newWriter()Create a writer for the system topic.SystemTopicClientBase.newWriter()Methods in org.apache.pulsar.broker.systopic that return types with arguments of type SystemTopicClient.WriterModifier and TypeMethodDescriptionSystemTopicClient.getWriters()Get all writers of the system topic.SystemTopicClientBase.getWriters()SystemTopicClient.newWriterAsync()Create a writer for the system topic asynchronously.SystemTopicClientBase.newWriterAsync()protected abstract CompletableFuture<SystemTopicClient.Writer<T>>SystemTopicClientBase.newWriterAsyncInternal()protected CompletableFuture<SystemTopicClient.Writer<org.apache.pulsar.common.events.PulsarEvent>>TopicPoliciesSystemTopicClient.newWriterAsyncInternal()protected CompletableFuture<SystemTopicClient.Writer<T>>TransactionBufferSnapshotBaseSystemTopicClient.newWriterAsyncInternal()Methods in org.apache.pulsar.broker.systopic with parameters of type SystemTopicClient.WriterModifier and TypeMethodDescriptionprotected voidTransactionBufferSnapshotBaseSystemTopicClient.removeWriter(SystemTopicClient.Writer<T> writer)