Package | Description |
---|---|
com.persistit |
Implements Persistit™'s core functionality.
|
com.persistit.encoding |
Class and Description |
---|
CoderContext
A marker interface for an application-specific object that may be passed to a
KeyCoder or ValueCoder . |
CoderManager
Manages the collections of
KeyCoder s and ValueCoder s that
encode and decode object values in Persistit™. |
HandleCache
Interface for an object that can receive and supply an int-valued handle.
|
KeyCoder
Interface for specialized encoding and decoding of an
Object of
arbitrary type to or from a Key . |
KeyRenderer |
ValueCoder
Interface for specialized encoding and decoding of
Object s of
arbitrary type in a Value . |
ValueRenderer
An extended
ValueCoder that can populate a supplied
Object with data that was formerly written to a Value by
the ValueCoder . |
Class and Description |
---|
CoderContext
A marker interface for an application-specific object that may be passed to a
KeyCoder or ValueCoder . |
CoderManager
Manages the collections of
KeyCoder s and ValueCoder s that
encode and decode object values in Persistit™. |
KeyCoder
Interface for specialized encoding and decoding of an
Object of
arbitrary type to or from a Key . |
KeyRenderer |
ValueCoder
Interface for specialized encoding and decoding of
Object s of
arbitrary type in a Value . |
ValueDisplayer
An extension of
ValueCoder that adds the ValueDisplayer.display(com.persistit.Value, java.lang.StringBuilder, java.lang.Class<?>, com.persistit.encoding.CoderContext) method. |
ValueRenderer
An extended
ValueCoder that can populate a supplied
Object with data that was formerly written to a Value by
the ValueCoder . |
Copyright © 2025 Open Identity Platform Community. All rights reserved.