Uses of Interface
org.apache.pulsar.broker.systopic.SystemTopicClient.Writer
Packages that use SystemTopicClient.Writer
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
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 TypeMethodDescriptionSystemTopicBaseTxnBufferSnapshotService.createWriter(org.apache.pulsar.common.naming.TopicName topicName) TransactionBufferSnapshotService.createWriter(org.apache.pulsar.common.naming.TopicName topicName) Create a transaction buffer snapshot writer. -
Uses of SystemTopicClient.Writer in org.apache.pulsar.broker.systopic
Fields 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()TransactionBufferSystemTopicClient.newWriterAsyncInternal()