Uses of Class
org.apache.pulsar.broker.service.SystemTopicTxnBufferSnapshotService
Packages that use SystemTopicTxnBufferSnapshotService
-
Uses of SystemTopicTxnBufferSnapshotService in org.apache.pulsar.broker.service
Constructors in org.apache.pulsar.broker.service with parameters of type SystemTopicTxnBufferSnapshotServiceModifierConstructorDescriptionReferenceCountedWriter(org.apache.pulsar.common.naming.NamespaceName namespaceName, CompletableFuture<SystemTopicClient.Writer<T>> future, SystemTopicTxnBufferSnapshotService<T> snapshotService) -
Uses of SystemTopicTxnBufferSnapshotService in org.apache.pulsar.broker.systopic
Fields in org.apache.pulsar.broker.systopic declared as SystemTopicTxnBufferSnapshotServiceModifier and TypeFieldDescriptionprotected final SystemTopicTxnBufferSnapshotService<T>TransactionBufferSnapshotBaseSystemTopicClient.systemTopicTxnBufferSnapshotServiceMethods in org.apache.pulsar.broker.systopic with parameters of type SystemTopicTxnBufferSnapshotServiceModifier and TypeMethodDescriptionNamespaceEventsSystemTopicFactory.createTransactionBufferSystemTopicClient(org.apache.pulsar.common.naming.TopicName systemTopicName, SystemTopicTxnBufferSnapshotService<T> systemTopicTxnBufferSnapshotService, Class<T> schemaType) Constructors in org.apache.pulsar.broker.systopic with parameters of type SystemTopicTxnBufferSnapshotServiceModifierConstructorDescriptionTransactionBufferSnapshotBaseSystemTopicClient(org.apache.pulsar.client.api.PulsarClient client, org.apache.pulsar.common.naming.TopicName topicName, SystemTopicTxnBufferSnapshotService<T> systemTopicTxnBufferSnapshotService, Class<T> schemaType)