Uses of Interface
org.apache.pulsar.broker.service.TransactionBufferSnapshotService
-
Packages that use TransactionBufferSnapshotService 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 TransactionBufferSnapshotService in org.apache.pulsar.broker.service
Classes in org.apache.pulsar.broker.service that implement TransactionBufferSnapshotService Modifier and Type Class Description classSystemTopicBaseTxnBufferSnapshotService -
Uses of TransactionBufferSnapshotService in org.apache.pulsar.broker.systopic
Methods in org.apache.pulsar.broker.systopic with parameters of type TransactionBufferSnapshotService Modifier and Type Method Description TransactionBufferSystemTopicClientNamespaceEventsSystemTopicFactory. createTransactionBufferSystemTopicClient(org.apache.pulsar.common.naming.NamespaceName namespaceName, TransactionBufferSnapshotService transactionBufferSnapshotService)Constructors in org.apache.pulsar.broker.systopic with parameters of type TransactionBufferSnapshotService Constructor Description TransactionBufferSystemTopicClient(org.apache.pulsar.client.api.PulsarClient client, org.apache.pulsar.common.naming.TopicName topicName, TransactionBufferSnapshotService transactionBufferSnapshotService)
-