Interface TransactionJournal
- All Known Implementing Classes:
UnixFSTransactionJournal
public interface TransactionJournal
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Represents a mutable journal entry. -
Method Summary
-
Method Details
-
newMutableEntry
Gets a new entry for writing.- Parameters:
nodeId
- theNodeId
to use- Returns:
- a new
TransactionJournal.MutableEntry
-