public class GridMessageListenHandler extends Object implements GridContinuousHandler
GridContinuousHandler.RegisterStatus| Constructor and Description |
|---|
GridMessageListenHandler()
Required by
Externalizable. |
GridMessageListenHandler(@Nullable Object topic,
IgniteBiPredicate<UUID,Object> pred) |
| Modifier and Type | Method and Description |
|---|---|
String |
cacheName() |
GridContinuousHandler |
clone()
Clones this handler.
|
GridContinuousBatch |
createBatch()
Creates new batch.
|
boolean |
isEvents() |
boolean |
isMessaging() |
boolean |
isQuery() |
boolean |
keepBinary() |
void |
notifyCallback(UUID nodeId,
UUID routineId,
Collection<?> objs,
GridKernalContext ctx)
Notifies local callback.
|
void |
onBatchAcknowledged(UUID routineId,
GridContinuousBatch batch,
GridKernalContext ctx)
Called when ack for a batch is received from client.
|
void |
onClientDisconnected()
Client node disconnected callback.
|
@Nullable 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.
|
Map<Integer,T2<Long,Long>> |
updateCounters() |
void |
updateCounters(AffinityTopologyVersion topVer,
Map<UUID,Map<Integer,T2<Long,Long>>> cntrsPerNode,
Map<Integer,T2<Long,Long>> cntrs) |
void |
writeExternal(ObjectOutput out) |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitflushOnNodeLeftpublic GridMessageListenHandler()
Externalizable.public GridMessageListenHandler(@Nullable
@Nullable Object topic,
IgniteBiPredicate<UUID,Object> pred)
topic - Topic.pred - Predicate.public boolean isEvents()
isEvents in interface GridContinuousHandlerTrue if for events.public boolean isMessaging()
isMessaging in interface GridContinuousHandlerTrue if for messaging.public boolean isQuery()
isQuery in interface GridContinuousHandlerTrue if for continuous queries.public boolean keepBinary()
keepBinary in interface GridContinuousHandlerTrue if Ignite Binary objects should be passed to the listener and filter.public String cacheName()
cacheName in interface GridContinuousHandlerpublic void updateCounters(AffinityTopologyVersion topVer, Map<UUID,Map<Integer,T2<Long,Long>>> cntrsPerNode, Map<Integer,T2<Long,Long>> cntrs)
updateCounters in interface GridContinuousHandlertopVer - Topology version.cntrsPerNode - Init state partition counters for node.cntrs - Init state for partition counters.public Map<Integer,T2<Long,Long>> updateCounters()
updateCounters in interface GridContinuousHandlerpublic GridContinuousHandler.RegisterStatus register(UUID nodeId, UUID routineId, GridKernalContext ctx)
register in interface GridContinuousHandlernodeId - ID of the node that started routine.routineId - 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.public GridContinuousBatch createBatch()
createBatch in interface GridContinuousHandlerpublic void onClientDisconnected()
onClientDisconnected in interface GridContinuousHandlerpublic void onBatchAcknowledged(UUID routineId, GridContinuousBatch batch, GridKernalContext ctx)
onBatchAcknowledged in interface GridContinuousHandlerroutineId - Routine ID.batch - Acknowledged batch.ctx - Kernal context.@Nullable public @Nullable 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 Database and Caching Platform : ver. 2.11.0 Release Date : September 11 2021