Uses of Enum Class
org.apache.jena.dboe.transaction.txn.journal.JournalEntryType
Packages that use JournalEntryType
-
Uses of JournalEntryType in org.apache.jena.dboe.transaction.txn.journal
Methods in org.apache.jena.dboe.transaction.txn.journal that return JournalEntryTypeModifier and TypeMethodDescriptionJournalEntry.getType()static JournalEntryTypeJournalEntryType.type(int x) static JournalEntryTypeReturns the enum constant of this class with the specified name.static JournalEntryType[]JournalEntryType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.jena.dboe.transaction.txn.journal with parameters of type JournalEntryTypeModifier and TypeMethodDescriptionlongJournal.write(JournalEntryType type, ComponentId componentId, ByteBuffer buffer) Write an entry and return it's location in the journalConstructors in org.apache.jena.dboe.transaction.txn.journal with parameters of type JournalEntryTypeModifierConstructorDescriptionJournalEntry(JournalEntryType type, ComponentId componentId, ByteBuffer bytes)