Uses of Class
org.apache.pulsar.broker.transaction.buffer.matadata.TransactionBufferSnapshot
-
Packages that use TransactionBufferSnapshot 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.org.apache.pulsar.broker.transaction.buffer.impl 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 TransactionBufferSnapshot Modifier and Type Method Description java.util.concurrent.CompletableFuture<SystemTopicClient.Reader<TransactionBufferSnapshot>>SystemTopicBaseTxnBufferSnapshotService. createReader(org.apache.pulsar.common.naming.TopicName topicName)java.util.concurrent.CompletableFuture<SystemTopicClient.Reader<TransactionBufferSnapshot>>TransactionBufferSnapshotService. createReader(org.apache.pulsar.common.naming.TopicName topicName)Create a transaction buffer snapshot reader.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 TransactionBufferSnapshot in org.apache.pulsar.broker.systopic
Methods in org.apache.pulsar.broker.systopic that return types with arguments of type TransactionBufferSnapshot Modifier and Type Method Description protected java.util.concurrent.CompletableFuture<SystemTopicClient.Reader<TransactionBufferSnapshot>>TransactionBufferSystemTopicClient. newReaderAsyncInternal()protected java.util.concurrent.CompletableFuture<SystemTopicClient.Writer<TransactionBufferSnapshot>>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 TransactionBufferSnapshot Modifier and Type Method Description voidTopicTransactionBufferRecoverCallBack. handleSnapshot(TransactionBufferSnapshot snapshot)Handle transactionBufferSnapshot.
-