public static interface StorageTransactionsEntries.Entry
| Modifier and Type | Interface and Description |
|---|---|
static class |
StorageTransactionsEntries.Entry.Default |
| Modifier and Type | Method and Description |
|---|---|
long |
fileLength() |
long |
lengthChange() |
static StorageTransactionsEntries.Entry |
New(StorageTransactionsEntryType type,
long timestamp,
long fileLength,
long targetFileNumber,
Long sourceFileNumber,
Long specialOffset) |
void |
setLengthChange(long lengthChange) |
Long |
sourceFileNumber() |
Long |
specialOffset() |
long |
targetFileNumber() |
long |
timestamp() |
StorageTransactionsEntryType |
type() |
StorageTransactionsEntryType type()
long timestamp()
long fileLength()
long targetFileNumber()
Long sourceFileNumber()
Long specialOffset()
long lengthChange()
void setLengthChange(long lengthChange)
static StorageTransactionsEntries.Entry New(StorageTransactionsEntryType type, long timestamp, long fileLength, long targetFileNumber, Long sourceFileNumber, Long specialOffset)
Copyright © 2022 MicroStream Software. All rights reserved.