Module linera_views::views::reentrant_collection_view
source · Expand description
The ReentrantCollectionView
implements a map structure whose keys are ordered and the values are views with concurrent access.
Structs§
- A read-only accessor for a particular subview in a
ReentrantCollectionView
. - A view that supports accessing a collection of views of the same kind, indexed by
Vec<u8>
, possibly several subviews at a time. - A view that supports accessing a collection of views of the same kind, indexed by keys, possibly several subviews at a time.
- A view that supports accessing a collection of views of the same kind, indexed by an ordered key, possibly several subviews at a time.
- A read-write accessor for a particular subview in a
ReentrantCollectionView
.
Type Aliases§
- Type wrapping
ReentrantByteCollectionView
while memoizing the hash. - Type wrapping
ReentrantCollectionView
while memoizing the hash. - Type wrapping
ReentrantCustomCollectionView
while memoizing the hash.