Uses of Enum Class
org.apache.pulsar.broker.transaction.pendingack.proto.PendingAckOp
Packages that use PendingAckOp
-
Uses of PendingAckOp in org.apache.pulsar.broker.transaction.pendingack.proto
Methods in org.apache.pulsar.broker.transaction.pendingack.proto that return PendingAckOpModifier and TypeMethodDescriptionPendingAckMetadataEntry.getPendingAckOp()static PendingAckOpPendingAckOp.valueOf(int n) Returns the enum constant of this class with the specified name.static PendingAckOpReturns the enum constant of this class with the specified name.static PendingAckOp[]PendingAckOp.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.pulsar.broker.transaction.pendingack.proto with parameters of type PendingAckOpModifier and TypeMethodDescriptionPendingAckMetadataEntry.setPendingAckOp(PendingAckOp pendingAckOp)