Uses of Enum Class
org.apache.pulsar.broker.transaction.buffer.impl.SnapshotSegmentAbortedTxnProcessorImpl.PersistentWorker.OperationType
Packages that use SnapshotSegmentAbortedTxnProcessorImpl.PersistentWorker.OperationType
Package
Description
The implementation of a transaction buffer.
-
Uses of SnapshotSegmentAbortedTxnProcessorImpl.PersistentWorker.OperationType in org.apache.pulsar.broker.transaction.buffer.impl
Methods in org.apache.pulsar.broker.transaction.buffer.impl that return SnapshotSegmentAbortedTxnProcessorImpl.PersistentWorker.OperationTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.SnapshotSegmentAbortedTxnProcessorImpl.PersistentWorker.OperationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.pulsar.broker.transaction.buffer.impl with parameters of type SnapshotSegmentAbortedTxnProcessorImpl.PersistentWorker.OperationTypeModifier and TypeMethodDescriptionSnapshotSegmentAbortedTxnProcessorImpl.PersistentWorker.appendTask(SnapshotSegmentAbortedTxnProcessorImpl.PersistentWorker.OperationType operationType, Supplier<CompletableFuture<Void>> task)