public class PlatformMessageLocalFilter extends Object implements PlatformMessageFilter
| Modifier and Type | Field and Description |
|---|---|
protected long |
hnd |
protected PlatformContext |
platformCtx |
| Constructor and Description |
|---|
PlatformMessageLocalFilter(long hnd,
PlatformContext ctx)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
apply(UUID uuid,
Object m)
Predicate body.
|
boolean |
equals(Object o) |
int |
hashCode() |
void |
initialize(GridKernalContext ctx)
Initializes the filter.
|
void |
onClose()
Closes the filter.
|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitandprotected final long hnd
protected final PlatformContext platformCtx
public PlatformMessageLocalFilter(long hnd,
PlatformContext ctx)
hnd - Handle in the native platform.ctx - Context.public boolean apply(UUID uuid, Object m)
apply in interface IgniteBiPredicate<UUID,Object>uuid - First parameter.m - Second parameter.public void onClose()
onClose in interface PlatformMessageFilterpublic void initialize(GridKernalContext ctx)
initialize in interface PlatformMessageFilterctx - Kernal context.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.10.0 Release Date : March 10 2021