| Interface | Description |
|---|---|
| ByteIterable |
If working with
Environment, any key and value should be a ByteIterable. |
| ConfigSettingChangeListener |
Listener of configuration changes.
|
| ConfigurationStrategy |
Defines a way how
AbstractConfig should be initially set. |
| Class | Description |
|---|---|
| AbstractConfig |
Base class for EnvironmentConfig and
PersistentEntityStoreConfig.
|
| ArrayByteIterable |
An adapter of byte array to
ByteIterable. |
| ArrayByteIterable.EmptyIterable | |
| ByteBufferByteIterable |
An adapter of
ByteBuffer to ByteIterable. |
| ByteIterableBase |
Base class for most of
ByteIterable implementations. |
| ByteIterator |
Iterator of
ByteIterable. |
| CompoundByteIterable |
A compound
ByteIterable that can be composed of several sub-iterables. |
| CompoundByteIteratorBase |
Base iterator for
CompoundByteIterable. |
| ConfigSettingChangeListener.Adapter | |
| FileByteIterable |
An adapter to the contents of a region of a file.
|
| FixedLengthByteIterable |
Helps to create new
ByteIterable as a part of another (source) ByteIterable. |
| Exception | Description |
|---|---|
| ExodusException |
Any exodus exception is
ExodusException. |
| InvalidSettingException |
An exception thrown on setting an invalid configuration value.
|
| OutOfDiskSpaceException |
An a exception thrown on commit or flush of a transaction or during opening existing database if no space left on device.
|