K - the set key typepublic interface SetAbsentEntry<K> extends HashAbsentEntry<K>
ChronicleSet.SetEntryOperations,
SetQueryContext.absentEntry()| Modifier and Type | Method and Description |
|---|---|
SetContext<K,?> |
context()
Returns the context, in which the entry is going to be inserted into the hash.
|
void |
doInsert()
Inserts
the new key into the set. |
absentKey@NotNull SetContext<K,?> context()
HashAbsentEntrycontext in interface HashAbsentEntry<K>void doInsert()
the new key into the set.
This method is the default implementation for SetEntryOperations.insert(
SetAbsentEntry), which might be customized over the default.
IllegalStateException - if some locking/state conditions required to perform insertion
operation are not metSetEntryOperations.insert(SetAbsentEntry)Copyright © 2019. All rights reserved.