Uses of Class
org.apache.pulsar.broker.transaction.pendingack.proto.PendingAckOp
-
Packages that use PendingAckOp Package Description org.apache.pulsar.broker.transaction.pendingack.proto -
-
Uses of PendingAckOp in org.apache.pulsar.broker.transaction.pendingack.proto
Methods in org.apache.pulsar.broker.transaction.pendingack.proto that return PendingAckOp Modifier and Type Method Description PendingAckOpPendingAckMetadataEntry. getPendingAckOp()static PendingAckOpPendingAckOp. valueOf(int n)Returns the enum constant of this type with the specified name.static PendingAckOpPendingAckOp. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PendingAckOp[]PendingAckOp. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.pulsar.broker.transaction.pendingack.proto with parameters of type PendingAckOp Modifier and Type Method Description PendingAckMetadataEntryPendingAckMetadataEntry. setPendingAckOp(PendingAckOp pendingAckOp)
-