Uses of Class
org.apache.jena.dboe.transaction.txn.journal.JournalEntryType
-
Packages that use JournalEntryType Package Description org.apache.jena.dboe.transaction.txn.journal -
-
Uses of JournalEntryType in org.apache.jena.dboe.transaction.txn.journal
Methods in org.apache.jena.dboe.transaction.txn.journal that return JournalEntryType Modifier and Type Method Description JournalEntryTypeJournalEntry. getType()static JournalEntryTypeJournalEntryType. type(int x)static JournalEntryTypeJournalEntryType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static JournalEntryType[]JournalEntryType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.jena.dboe.transaction.txn.journal with parameters of type JournalEntryType Modifier and Type Method Description longJournal. write(JournalEntryType type, ComponentId componentId, java.nio.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 JournalEntryType Constructor Description JournalEntry(JournalEntryType type, ComponentId componentId, java.nio.ByteBuffer bytes)
-