| Package | Description |
|---|---|
| org.helenus.driver.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
PersistedList<T,PT>
The
PersistedList class provides a List implementation
suitable to hold persisted values. |
class |
PersistedMap<K,T,PT>
The
PersistedMap class provides a Map implementation
suitable to hold persisted values. |
class |
PersistedNavigableMap<K,T,PT>
The
PersistedNavigableMap class provides a NavigableMap
implementation suitable to hold persisted values. |
class |
PersistedOrderedSet<T,PT>
The
PersistedOrderedSet class provides a LinkedHashSet
implementation suitable to hold persisted values. |
class |
PersistedSet<T,PT>
The
PersistedSet class provides a Set implementation
suitable to hold persisted values. |
class |
PersistedSortedMap<K,T,PT>
The
PersistedSortedMap class provides a SortedMap
implementation suitable to hold persisted values. |
class |
PersistedValue<T,PT>
The
PersistedValue class is used to track a persisted value by
keeping reference to both its encoded and decoded value. |
class |
UDTValueWrapper<T>
The
UDTValueWrapper class is used to track a user-defined POJO
such that it be ready for encoding. |
Copyright (C) 2015-2015 The Helenus Driver Project Authors.