Uses of Class
one.microstream.collections.lazy.LazyHashMap
Package | Description |
---|---|
one.microstream.collections.lazy | |
one.microstream.persistence.binary.one.microstream.collections.lazy |
-
Uses of LazyHashMap in one.microstream.collections.lazy
Constructors in one.microstream.collections.lazy with parameters of type LazyHashMap Constructor Description LazyHashMap(LazyHashMap<K,V> map)
Creates a new copy from the suppliedLazyHashMap
. -
Uses of LazyHashMap in one.microstream.persistence.binary.one.microstream.collections.lazy
Methods in one.microstream.persistence.binary.one.microstream.collections.lazy that return LazyHashMap Modifier and Type Method Description LazyHashMap<?,?>
BinaryHandlerLazyHashMap. create(Binary data, PersistenceLoadHandler handler)
Methods in one.microstream.persistence.binary.one.microstream.collections.lazy with parameters of type LazyHashMap Modifier and Type Method Description void
BinaryHandlerLazyHashMap. iterateInstanceReferences(LazyHashMap<?,?> instance, PersistenceFunction iterator)
void
BinaryHandlerLazyHashMap. store(Binary data, LazyHashMap<?,?> instance, long objectId, PersistenceStoreHandler<Binary> handler)
void
BinaryHandlerLazyHashMap. updateState(Binary data, LazyHashMap<?,?> instance, PersistenceLoadHandler handler)