Class GridDhtCacheAdapter.MessageHandler<M>
- java.lang.Object
-
- org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtCacheAdapter.MessageHandler<M>
-
- All Implemented Interfaces:
Serializable,IgniteBiInClosure<UUID,M>
- Enclosing class:
- GridDhtCacheAdapter<K,V>
protected abstract class GridDhtCacheAdapter.MessageHandler<M> extends Object implements IgniteBiInClosure<UUID,M>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedMessageHandler()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voidapply(UUID nodeId, M msg)Closure body.protected abstract voidonMessage(ClusterNode node, M msg)
-
-
-
Method Detail
-
apply
public void apply(UUID nodeId, M msg)
Closure body.- Specified by:
applyin interfaceIgniteBiInClosure<UUID,M>- Parameters:
nodeId- First parameter.msg- Second parameter.
-
onMessage
protected abstract void onMessage(ClusterNode node, M msg)
- Parameters:
node- Node.msg- Message.
-
-