Uses of Interface
org.apache.pulsar.transaction.coordinator.impl.TxnLogBufferedWriter.DataSerializer
Packages that use TxnLogBufferedWriter.DataSerializer
Package
Description
Implementations of the transaction coordinator.
-
Uses of TxnLogBufferedWriter.DataSerializer in org.apache.pulsar.transaction.coordinator.impl
Constructors in org.apache.pulsar.transaction.coordinator.impl with parameters of type TxnLogBufferedWriter.DataSerializerModifierConstructorDescriptionTxnLogBufferedWriter(org.apache.bookkeeper.mledger.ManagedLedger managedLedger, org.apache.bookkeeper.common.util.OrderedExecutor orderedExecutor, io.netty.util.Timer timer, TxnLogBufferedWriter.DataSerializer<T> dataSerializer, int batchedWriteMaxRecords, int batchedWriteMaxSize, int batchedWriteMaxDelayInMillis, boolean batchEnabled) Constructor.