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 | 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) 1996, 2020 Oracle and/or its affiliates. All rights reserved.