Skip to main content

Module persistent_layer

Module persistent_layer 

Source

Structs§

LayerHeaderV39
LayerInfoV39
PersistentLayer
A handle to an asynchronous, chunk-cached persistent layer.
PersistentLayerWriter
SyncPersistentLayer
A handle to a synchronous, slice-backed persistent layer.

Functions§

layer_from_handle
Opens a persistent layer from a newly created or existing DataObjectHandle.
open_layers
Opens persistent layers for object_ids from store.

Type Aliases§

LayerHeader
LayerHeader is stored in the first block of the persistent layer.
LayerInfo
The last block of each layer contains metadata for the rest of the layer.