Uses of Enum Class
org.apache.activemq.artemis.core.journal.impl.dataformat.JournalCompleteRecordTX.TX_RECORD_TYPE
Packages that use JournalCompleteRecordTX.TX_RECORD_TYPE
-
Uses of JournalCompleteRecordTX.TX_RECORD_TYPE in org.apache.activemq.artemis.core.journal.impl.dataformat
Methods in org.apache.activemq.artemis.core.journal.impl.dataformat that return JournalCompleteRecordTX.TX_RECORD_TYPEModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.JournalCompleteRecordTX.TX_RECORD_TYPE.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.activemq.artemis.core.journal.impl.dataformat with parameters of type JournalCompleteRecordTX.TX_RECORD_TYPEModifierConstructorDescriptionJournalCompleteRecordTX(JournalCompleteRecordTX.TX_RECORD_TYPE isCommit, long txID, EncodingSupport transactionData)