Uses of Enum Class
org.apache.jena.tdb1.transaction.JournalEntryType
Packages that use JournalEntryType
-
Uses of JournalEntryType in org.apache.jena.tdb1.transaction
Methods in org.apache.jena.tdb1.transaction 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.tdb1.transaction with parameters of type JournalEntryTypeModifier and TypeMethodDescriptionstatic StringJournalEntry.format(JournalEntryType type, ByteBuffer byteBuffer, Block block, FileRef fileRef) longJournal.write(JournalEntryType type, FileRef fileRef, Block block)