|
Berkeley DB version 5.3.28 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EntryBinding<E>
A binding between a key or data entry and a key or data object.
WARNING: Binding instances are typically shared by multiple threads and binding methods are called without any special synchronization. Therefore, bindings must be thread safe. In general no shared state should be used and any caching of computed values must be done with proper synchronization.
Method Summary | |
---|---|
E |
entryToObject(DatabaseEntry entry)
Converts a entry buffer into an Object. |
void |
objectToEntry(E object,
DatabaseEntry entry)
Converts an Object into a entry buffer. |
Method Detail |
---|
E entryToObject(DatabaseEntry entry)
entry
- is the source entry buffer.
void objectToEntry(E object, DatabaseEntry entry)
object
- is the source Object.entry
- is the destination entry buffer.
|
Berkeley DB version 5.3.28 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |