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.
|
int |
lookup(Object obj)
Looks up and returns handle associated with given object, or -1 if
no mapping found.
|
Object[] |
objects() |
public GridHandleTable(int initCap,
float loadFactor)
initCap - Initial capacity.loadFactor - Load factor.public int lookup(Object obj)
obj - Object.public void clear()
public Object[] objects()
Follow @ApacheIgnite
Ignite Fabric : ver. 2.6.0 Release Date : July 10 2018