public class GridHandleTable extends Object
| Constructor and Description |
|---|
GridHandleTable(int initCap,
float loadFactor)
Creates new HandleTable with given capacity and load factor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Resets table to its initial (empty) state.
|
Object[] |
objects() |
int |
putIfAbsent(Object obj)
Looks up and returns handle associated with the given object.
|
public GridHandleTable(int initCap,
float loadFactor)
initCap - Initial capacity.loadFactor - Load factor.public int putIfAbsent(Object obj)
-1.obj - Object.-1 if it was not in the table.public void clear()
public Object[] objects()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023