| Modifier and Type | Field and Description |
|---|---|
protected Store.LongLongMap[] |
StoreWAL.committedDataLongs
Contains vol modifications from previous committed transactions, which are not yet replayed into vol.
|
protected Store.LongLongMap[] |
StoreWAL.committedIndexTable
Contains index table modifications from previous committed transactions, which are not yet replayed into vol.
|
protected Store.LongLongMap |
StoreWAL.committedPageLongStack
Contains modified Long Stack Pages from previous committed transactions, which are not yet replayed into vol.
|
protected Store.LongLongMap[] |
StoreAppend.modified |
protected Store.LongLongMap[] |
StoreDirect.Snapshot.oldRecids |
protected Store.LongLongMap[] |
StoreWAL.uncommittedDataLongs
Contains vol modifications from current not yet committed transaction.
|
protected Store.LongLongMap[] |
StoreWAL.uncommittedIndexTable
Contains index table modifications from current not yet committed transaction.
|
| Modifier and Type | Method and Description |
|---|---|
Store.LongLongMap |
Store.LongLongMap.clone() |
| Constructor and Description |
|---|
StoreAppend(StoreAppend host,
Store.LongLongMap[] uncommitedData)
protected constructor used to take snapshots
|
Copyright © 2015. All Rights Reserved.