Uses of Class
org.apache.pulsar.transaction.coordinator.proto.TransactionMetadataEntry.TransactionMetadataOp
-
Packages that use TransactionMetadataEntry.TransactionMetadataOp Package Description org.apache.pulsar.transaction.coordinator.proto -
-
Uses of TransactionMetadataEntry.TransactionMetadataOp in org.apache.pulsar.transaction.coordinator.proto
Methods in org.apache.pulsar.transaction.coordinator.proto that return TransactionMetadataEntry.TransactionMetadataOp Modifier and Type Method Description TransactionMetadataEntry.TransactionMetadataOpTransactionMetadataEntry. getMetadataOp()static TransactionMetadataEntry.TransactionMetadataOpTransactionMetadataEntry.TransactionMetadataOp. valueOf(int n)Returns the enum constant of this type with the specified name.static TransactionMetadataEntry.TransactionMetadataOpTransactionMetadataEntry.TransactionMetadataOp. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TransactionMetadataEntry.TransactionMetadataOp[]TransactionMetadataEntry.TransactionMetadataOp. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.pulsar.transaction.coordinator.proto with parameters of type TransactionMetadataEntry.TransactionMetadataOp Modifier and Type Method Description TransactionMetadataEntryTransactionMetadataEntry. setMetadataOp(TransactionMetadataEntry.TransactionMetadataOp metadataOp)
-