| Package | Description |
|---|---|
| org.cloudgraph.state |
Contains classes used to manages a minimal set of "state"
information persisted with each
data graph in order to reduce overall storage space.
|
| Class and Description |
|---|
| NonValidatingDataBinding
A non validating data binding.
|
| PooledStateManager
A singleton for pooled JAXB (schema) state marshalling context objects.
|
| RowState
Provides access to the configuration and state related context information
for a specific table row including the management state for the underlying
data graph and the composite column key factory used to generated column keys
specific to a configured graph.
|
| SequenceGenerator |
| StateDataBindingFactory
The data binding class <@link StateNonValidatingDataBinding> is both not
thread safe and slow on creation due to the underlying JAXP XML Schema
parsing, and therefore this class provides a factory implementation for the
associated binding pool in support of concurrent contexts.
|
| StateMarshalingContext
A non validating marshalling context.
|
| StateModel
Top level state container.
|
| StateNonValidatingDataBinding
State JAXB non-validating Binding delegate.
|
| TableState
Provides access to the configuration and state related context information
for a specific table.
|
| TypeEntry
A key/value map structure mapping type identifiers to integral
sequence numbers.
|
| URI
A container for type mappings which is specific to a namespace
universal resource identifier (URI).
|
| ValidatingDataBinding |
Copyright © 2017. All Rights Reserved.