Uses of Interface
org.apache.pulsar.broker.systopic.SystemTopicClient.Writer
-
Packages that use SystemTopicClient.Writer Package Description org.apache.pulsar.broker.service Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.org.apache.pulsar.broker.systopic 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.Writer Modifier and Type Method Description java.util.concurrent.CompletableFuture<SystemTopicClient.Writer<TransactionBufferSnapshot>>SystemTopicBaseTxnBufferSnapshotService. createWriter(org.apache.pulsar.common.naming.TopicName topicName)java.util.concurrent.CompletableFuture<SystemTopicClient.Writer<TransactionBufferSnapshot>>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.Writer Modifier and Type Field Description protected java.util.List<SystemTopicClient.Writer<T>>SystemTopicClientBase. writersMethods in org.apache.pulsar.broker.systopic that return SystemTopicClient.Writer Modifier and Type Method Description SystemTopicClient.Writer<T>SystemTopicClient. newWriter()Create a writer for the system topic.SystemTopicClient.Writer<T>SystemTopicClientBase. newWriter()Methods in org.apache.pulsar.broker.systopic that return types with arguments of type SystemTopicClient.Writer Modifier and Type Method Description java.util.List<SystemTopicClient.Writer<T>>SystemTopicClient. getWriters()Get all writers of the system topic.java.util.List<SystemTopicClient.Writer<T>>SystemTopicClientBase. getWriters()java.util.concurrent.CompletableFuture<SystemTopicClient.Writer<T>>SystemTopicClient. newWriterAsync()Create a writer for the system topic asynchronously.java.util.concurrent.CompletableFuture<SystemTopicClient.Writer<T>>SystemTopicClientBase. newWriterAsync()protected abstract java.util.concurrent.CompletableFuture<SystemTopicClient.Writer<T>>SystemTopicClientBase. newWriterAsyncInternal()protected java.util.concurrent.CompletableFuture<SystemTopicClient.Writer<org.apache.pulsar.common.events.PulsarEvent>>TopicPoliciesSystemTopicClient. newWriterAsyncInternal()protected java.util.concurrent.CompletableFuture<SystemTopicClient.Writer<TransactionBufferSnapshot>>TransactionBufferSystemTopicClient. newWriterAsyncInternal()
-