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(SDatabaseEntry keyData)
Assigns a new primary key value into the given buffer.
|
void assignKey(SDatabaseEntry keyData) throws SDatabaseException
keyData
- the buffer.SDatabaseException
- to stop the operation and cause this exception
to be propagated to the caller of StoredMap.append()
.Copyright (c) 2016, 2019 Oracle and/or its affiliates. All rights reserved.