package storage
Type Members
- class BackwardsCompatibilityError extends RuntimeException
- abstract class BookKeeper extends AnyRef
- class NodeDeserializer extends BookKeeper
- class NodeSerializer extends BookKeeper
- class NodesWriter extends AnyRef
Persists collections of nodes in bulk to disk.
Persists collections of nodes in bulk to disk. Used either by ReferenceManager (if overflow to disk is enabled), or alternatively when closing the graph (if storage to disk is enabled).
- class OdbStorage extends AutoCloseable
- sealed abstract final class ValueTypes extends Enum[ValueTypes]