public class ClientResourceRegistry extends Object
| Constructor and Description |
|---|
ClientResourceRegistry() |
| Modifier and Type | Method and Description |
|---|---|
void |
clean()
Cleans all handles and closes all ClientCloseableResources.
|
<T> T |
get(long hnd)
Gets the object by handle.
|
long |
put(Object obj)
Allocates server handle for an object.
|
void |
release(long hnd)
Releases the handle.
|
public long put(Object obj)
obj - Object.public <T> T get(long hnd)
T - Object type.hnd - Handle.public void release(long hnd)
hnd - Handle.public void clean()
Follow @ApacheIgnite
Ignite Fabric : ver. 2.5.0 Release Date : May 23 2018