Package one.microstream.storage.types
Class StorageTransactionsEntries.Entry.Default
java.lang.Object
one.microstream.storage.types.StorageTransactionsEntries.Entry.Default
- All Implemented Interfaces:
- StorageTransactionsEntries.Entry
- Enclosing interface:
- StorageTransactionsEntries.Entry
public static final class StorageTransactionsEntries.Entry.Default extends Object implements StorageTransactionsEntries.Entry
- 
Nested Class SummaryNested classes/interfaces inherited from interface one.microstream.storage.types.StorageTransactionsEntries.EntryStorageTransactionsEntries.Entry.Default
- 
Constructor SummaryConstructors Constructor Description Default()
- 
Method SummaryModifier and Type Method Description longfileLength()longlengthChange()voidsetLengthChange(long lengthChange)LongsourceFileNumber()LongspecialOffset()longtargetFileNumber()longtimestamp()StringtoString()StorageTransactionsEntryTypetype()
- 
Constructor Details- 
Defaultpublic Default()
 
- 
- 
Method Details- 
type- Specified by:
- typein interface- StorageTransactionsEntries.Entry
 
- 
timestamppublic final long timestamp()- Specified by:
- timestampin interface- StorageTransactionsEntries.Entry
 
- 
fileLengthpublic final long fileLength()- Specified by:
- fileLengthin interface- StorageTransactionsEntries.Entry
 
- 
targetFileNumberpublic final long targetFileNumber()- Specified by:
- targetFileNumberin interface- StorageTransactionsEntries.Entry
 
- 
sourceFileNumber- Specified by:
- sourceFileNumberin interface- StorageTransactionsEntries.Entry
 
- 
specialOffset- Specified by:
- specialOffsetin interface- StorageTransactionsEntries.Entry
 
- 
lengthChangepublic long lengthChange()- Specified by:
- lengthChangein interface- StorageTransactionsEntries.Entry
 
- 
setLengthChangepublic void setLengthChange(long lengthChange)- Specified by:
- setLengthChangein interface- StorageTransactionsEntries.Entry
 
- 
toString
 
-