public class GridMessageListenHandler extends Object implements GridContinuousHandler
GridContinuousHandler.RegisterStatus| Constructor and Description |
|---|
GridMessageListenHandler()
Required by
Externalizable. |
GridMessageListenHandler(Object topic,
IgniteBiPredicate<UUID,Object> pred) |
| Modifier and Type | Method and Description |
|---|---|
String |
cacheName() |
GridContinuousHandler |
clone()
Clones this handler.
|
boolean |
isForEvents() |
boolean |
isForMessaging() |
boolean |
isForQuery() |
void |
notifyCallback(UUID nodeId,
UUID routineId,
Collection<?> objs,
GridKernalContext ctx)
Notifies local callback.
|
void |
onListenerRegistered(UUID routineId,
GridKernalContext ctx)
Callback called after listener is registered and acknowledgement is sent.
|
Object |
orderedTopic() |
void |
p2pMarshal(GridKernalContext ctx)
Deploys and marshals inner objects (called only if peer deployment is enabled).
|
void |
p2pUnmarshal(UUID nodeId,
GridKernalContext ctx)
Unmarshals inner objects (called only if peer deployment is enabled).
|
void |
readExternal(ObjectInput in) |
GridContinuousHandler.RegisterStatus |
register(UUID nodeId,
UUID routineId,
GridKernalContext ctx)
Registers listener.
|
String |
toString() |
void |
unregister(UUID routineId,
GridKernalContext ctx)
Unregisters listener.
|
void |
writeExternal(ObjectOutput out) |
public GridMessageListenHandler()
Externalizable.public GridMessageListenHandler(@Nullable Object topic, IgniteBiPredicate<UUID,Object> pred)
topic - Topic.pred - Predicate.public boolean isForEvents()
isForEvents in interface GridContinuousHandlerTrue if for events.public boolean isForMessaging()
isForMessaging in interface GridContinuousHandlerTrue if for messaging.public boolean isForQuery()
isForQuery in interface GridContinuousHandlerTrue if for continuous queries.public String cacheName()
cacheName in interface GridContinuousHandlerpublic GridContinuousHandler.RegisterStatus register(UUID nodeId, UUID routineId, GridKernalContext ctx) throws IgniteCheckedException
register in interface GridContinuousHandlernodeId - ID of the node that started routine.routineId - Routine ID.ctx - Kernal context.IgniteCheckedException - In case of error.public void onListenerRegistered(UUID routineId, GridKernalContext ctx)
onListenerRegistered in interface GridContinuousHandlerroutineId - Routine ID.ctx - Kernal context.public void unregister(UUID routineId, GridKernalContext ctx)
unregister in interface GridContinuousHandlerroutineId - Routine ID.ctx - Kernal context.public void notifyCallback(UUID nodeId, UUID routineId, Collection<?> objs, GridKernalContext ctx)
notifyCallback in interface GridContinuousHandlernodeId - ID of the node where notification came from.routineId - Routine ID.objs - Notification objects.ctx - Kernal context.public void p2pMarshal(GridKernalContext ctx) throws IgniteCheckedException
p2pMarshal in interface GridContinuousHandlerctx - Kernal context.IgniteCheckedException - In case of error.public void p2pUnmarshal(UUID nodeId, GridKernalContext ctx) throws IgniteCheckedException
p2pUnmarshal in interface GridContinuousHandlernodeId - Sender node ID.ctx - Kernal context.IgniteCheckedException - In case of error.@Nullable public Object orderedTopic()
orderedTopic in interface GridContinuousHandlernull, notifications
will be sent in non-ordered messages.public GridContinuousHandler clone()
clone in interface GridContinuousHandlerclone in class Objectpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundException
Follow @ApacheIgnite
Ignite Fabric : ver. 1.2.0-incubating Release Date : June 16 2015