Uses of Class
org.apache.pulsar.broker.transaction.buffer.matadata.TransactionBufferSnapshot
Packages that use TransactionBufferSnapshot
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.
The implementation of a transaction buffer.
-
Uses of TransactionBufferSnapshot in org.apache.pulsar.broker.service
Methods in org.apache.pulsar.broker.service that return types with arguments of type TransactionBufferSnapshotModifier and TypeMethodDescriptionSystemTopicBaseTxnBufferSnapshotService.createReader(org.apache.pulsar.common.naming.TopicName topicName) TransactionBufferSnapshotService.createReader(org.apache.pulsar.common.naming.TopicName topicName) Create a transaction buffer snapshot reader.SystemTopicBaseTxnBufferSnapshotService.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 TransactionBufferSnapshot in org.apache.pulsar.broker.systopic
Methods in org.apache.pulsar.broker.systopic that return types with arguments of type TransactionBufferSnapshotModifier and TypeMethodDescriptionTransactionBufferSystemTopicClient.newReaderAsyncInternal()TransactionBufferSystemTopicClient.newWriterAsyncInternal() -
Uses of TransactionBufferSnapshot in org.apache.pulsar.broker.transaction.buffer.impl
Methods in org.apache.pulsar.broker.transaction.buffer.impl with parameters of type TransactionBufferSnapshotModifier and TypeMethodDescriptionvoidTopicTransactionBufferRecoverCallBack.handleSnapshot(TransactionBufferSnapshot snapshot) Handle transactionBufferSnapshot.