public class ExternalResultHashIndex extends Object implements AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
contains(org.gridgain.internal.h2.value.ValueRow key)
Finds row address in the hash index by its key.
|
long |
get(org.gridgain.internal.h2.value.ValueRow key)
Finds row address in the hash index by its key.
|
void |
put(org.gridgain.internal.h2.value.ValueRow key,
long rowAddr)
Puts row into the hash index.
|
long |
remove(org.gridgain.internal.h2.value.ValueRow key)
Removes row from the hash index.
|
public void put(org.gridgain.internal.h2.value.ValueRow key,
long rowAddr)
key - Row distinct key.rowAddr - Row address in the rows file.public long get(org.gridgain.internal.h2.value.ValueRow key)
key - Row distinct key.public boolean contains(org.gridgain.internal.h2.value.ValueRow key)
key - Row distinct key.public long remove(org.gridgain.internal.h2.value.ValueRow key)
key - Row distinct keypublic void close()
throws Exception
close in interface AutoCloseableException
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 8.9.23-p1 Release Date : November 19 2025