Package com.sleepycat.collections
Interface PrimaryKeyAssigner
public interface PrimaryKeyAssigner
An interface implemented to assign new primary key values.
An implementation of this interface is passed to the
StoredMap
or StoredSortedMap constructor to assign primary keys for that
store. Key assignment occurs when StoredMap.append() is called.-
Method Summary
Modifier and TypeMethodDescriptionvoidassignKey(DatabaseEntry keyData) Assigns a new primary key value into the given data buffer.
-
Method Details
-
assignKey
Assigns a new primary key value into the given data buffer.- Throws:
DatabaseException
-