| Package | Description |
|---|---|
| org.apache.jena.dboe.transaction.txn.journal |
| Modifier and Type | Method and Description |
|---|---|
JournalEntryType |
JournalEntry.getType() |
static JournalEntryType |
JournalEntryType.type(int x) |
static JournalEntryType |
JournalEntryType.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
long |
Journal.write(JournalEntryType type,
ComponentId componentId,
ByteBuffer buffer)
Write an entry and return it's location in the journal
|
| Constructor and Description |
|---|
JournalEntry(JournalEntryType type,
ComponentId componentId,
ByteBuffer bytes) |
Licensed under the Apache License, Version 2.0