| Package | Description |
|---|---|
| one.microstream.persistence.types |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PersistenceStorer |
| Modifier and Type | Method and Description |
|---|---|
Storer |
Persister.createEagerStorer()
Creates a new
Storer instance with eager storing behavior. |
Storer |
Persister.createLazyStorer()
Creates a new
Storer instance with lazy storing behavior. |
Storer |
Persister.createStorer()
Creates a new
Storer instance with default storing behavior. |
Storer |
Storer.ensureCapacity(long desiredCapacity)
Ensures that the instance's internal state is prepared for handling an amount of unique instance equal to
the passed value.
|
Storer |
Storer.reinitialize()
Enforces the instance to be initialized, discarding any previous state (clearing it) if necessary.
|
Storer |
Storer.reinitialize(long initialCapacity)
Enforces the instance to be initialized, discarding any previous state (clearing it) if necessary.
|
Copyright © 2022 MicroStream Software. All rights reserved.