public interface PrimaryKeyAssigner
StoredMap
or StoredSortedMap
constructor to assign primary keys for that
store. Key assignment occurs when StoredMap.append()
is called.Modifier and Type | Method and Description |
---|---|
void |
assignKey(DatabaseEntry keyData)
Assigns a new primary key value into the given buffer.
|
void assignKey(DatabaseEntry keyData) throws DatabaseException
keyData
- the buffer.DatabaseException
- to stop the operation and cause this exception
to be propagated to the caller of StoredMap.append()
.Copyright (c) 2002, 2017 Oracle and/or its affiliates. All rights reserved.