public interface PersistenceStorer extends Storer
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PersistenceStorer.Creator<D> |
| Modifier and Type | Method and Description |
|---|---|
PersistenceStorer |
ensureCapacity(long desiredCapacity)
Ensures that the instance's internal state is prepared for handling an amount of unique instance equal to
the passed value.
|
PersistenceStorer |
reinitialize()
Enforces the instance to be initialized, discarding any previous state (clearing it) if necessary.
|
PersistenceStorer |
reinitialize(long initialCapacity)
Enforces the instance to be initialized, discarding any previous state (clearing it) if necessary.
|
clear, commit, currentCapacity, isEmpty, maximumCapacity, size, skip, skipMapped, skipNulledstore, storeAll, storeAllPersistenceStorer reinitialize()
reinitialize in interface StorerPersistenceStorer reinitialize(long initialCapacity)
reinitialize in interface StorerinitialCapacity - the amount of unique instances that this instance shall prepare to handle.PersistenceStorer ensureCapacity(long desiredCapacity)
ensureCapacity in interface StorerdesiredCapacity - the amount of unique instances that this instance shall prepare to handle.Copyright © 2022 MicroStream Software. All rights reserved.