Uses of Class
org.apache.ignite.internal.processors.cache.GridCacheMessage
-
-
Uses of GridCacheMessage in org.apache.ignite.internal.processors.cache
Subclasses of GridCacheMessage in org.apache.ignite.internal.processors.cache Modifier and Type Class Description classGridCacheGroupIdMessageMessage related to particular cache group.classGridCacheIdMessageMessage related to particular cache.classGridChangeGlobalStateMessageResponseMethods in org.apache.ignite.internal.processors.cache with type parameters of type GridCacheMessage Modifier and Type Method Description <Msg extends GridCacheMessage>
voidGridCacheIoManager. addCacheHandler(int hndId, AffinityTopologyVersion startTopVer, Class<Msg> type, IgniteBiInClosure<UUID,? super Msg> c)<Msg extends GridCacheMessage>
voidGridCacheIoManager. addCacheHandler(Class<Msg> type, IgniteBiInClosure<UUID,? super Msg> c)Registers a new message handler for the given messagetype.<Msg extends GridCacheMessage>
IgniteBiInClosure<UUID,? super Msg>GridCacheIoManager. cacheHandler(int hndId, Class<? extends GridCacheMessage> msgCls)Finds cache message handler by its ID and message class.Methods in org.apache.ignite.internal.processors.cache with parameters of type GridCacheMessage Modifier and Type Method Description voidGridCacheIoManager. onMessageProcessed(GridCacheMessage msg)voidGridCacheIoManager. send(UUID nodeId, GridCacheMessage msg, byte plc)Sends communication message.voidGridCacheIoManager. send(ClusterNode node, GridCacheMessage msg, byte plc)Sends communication message.voidGridCacheIoManager. sendOrderedMessage(ClusterNode node, Object topic, GridCacheMessage msg, byte plc, long timeout)Method parameters in org.apache.ignite.internal.processors.cache with type arguments of type GridCacheMessage Modifier and Type Method Description <Msg extends GridCacheMessage>
IgniteBiInClosure<UUID,? super Msg>GridCacheIoManager. cacheHandler(int hndId, Class<? extends GridCacheMessage> msgCls)Finds cache message handler by its ID and message class.voidGridCacheIoManager. removeHandler(boolean cacheGrp, int hndId, Class<? extends GridCacheMessage> type) -
Uses of GridCacheMessage in org.apache.ignite.internal.processors.cache.distributed
Subclasses of GridCacheMessage in org.apache.ignite.internal.processors.cache.distributed Modifier and Type Class Description classGridCacheTtlUpdateRequestclassGridCacheTxRecoveryRequestMessage sent to check that transactions related to transaction were prepared on remote node.classGridCacheTxRecoveryResponseTransactions recovery check response.classGridDistributedBaseMessageBase for all messages in replicated cache.classGridDistributedLockRequestLock request message.classGridDistributedLockResponseLock response message.classGridDistributedTxFinishRequestTransaction completion message.classGridDistributedTxFinishResponseTransaction finish response.classGridDistributedTxPrepareRequestTransaction prepare request for optimistic and eventually consistent transactions.classGridDistributedTxPrepareResponseResponse to prepare request.classGridDistributedUnlockRequestLock request message. -
Uses of GridCacheMessage in org.apache.ignite.internal.processors.cache.distributed.dht
Subclasses of GridCacheMessage in org.apache.ignite.internal.processors.cache.distributed.dht Modifier and Type Class Description classGridDhtAffinityAssignmentRequestAffinity assignment request.classGridDhtAffinityAssignmentResponseAffinity assignment response.classGridDhtLockRequestDHT lock request.classGridDhtLockResponseDHT cache lock response.classGridDhtTxFinishRequestNear transaction finish request.classGridDhtTxFinishResponseDHT transaction finish response.classGridDhtTxOnePhaseCommitAckRequestOne Phase Commit Near transaction ack request.classGridDhtTxPrepareRequestDHT prepare request.classGridDhtTxPrepareResponseDHT transaction prepare response.classGridDhtUnlockRequestDHT cache unlock request. -
Uses of GridCacheMessage in org.apache.ignite.internal.processors.cache.distributed.dht.atomic
Subclasses of GridCacheMessage in org.apache.ignite.internal.processors.cache.distributed.dht.atomic Modifier and Type Class Description classGridDhtAtomicAbstractUpdateRequestclassGridDhtAtomicDeferredUpdateResponseDeferred dht atomic update response.classGridDhtAtomicNearResponseMessage sent from DHT nodes to near node in FULL_SYNC mode.classGridDhtAtomicSingleUpdateRequestclassGridDhtAtomicUpdateRequestLite dht cache backup update request.classGridDhtAtomicUpdateResponseDHT atomic cache backup update response.classGridNearAtomicAbstractSingleUpdateRequestclassGridNearAtomicAbstractUpdateRequestclassGridNearAtomicCheckUpdateRequestclassGridNearAtomicFullUpdateRequestLite DHT cache update request sent from near node to primary node.classGridNearAtomicSingleUpdateFilterRequestclassGridNearAtomicSingleUpdateInvokeRequestclassGridNearAtomicSingleUpdateRequestclassGridNearAtomicUpdateResponseDHT atomic cache near update response. -
Uses of GridCacheMessage in org.apache.ignite.internal.processors.cache.distributed.dht.preloader
Subclasses of GridCacheMessage in org.apache.ignite.internal.processors.cache.distributed.dht.preloader Modifier and Type Class Description classGridDhtForceKeysRequestForce keys request.classGridDhtForceKeysResponseForce keys response.classGridDhtPartitionDemandLegacyMessagePartition demand request.classGridDhtPartitionDemandMessagePartition demand request.classGridDhtPartitionsAbstractMessageRequest for single partition info.classGridDhtPartitionsFullMessageInformation about partitions of all nodes in topology.classGridDhtPartitionsSingleMessageInformation about partitions of a single node.classGridDhtPartitionsSingleRequestRequest for single partition info.classGridDhtPartitionSupplyMessagePartition supply message.classGridDhtPartitionSupplyMessageV2Supply message with supplier error transfer support.Methods in org.apache.ignite.internal.processors.cache.distributed.dht.preloader that return GridCacheMessage Modifier and Type Method Description GridCacheMessageGridDhtPartitionDemandMessage. convertIfNeeded(IgniteProductVersion target)Converts message to it's legacy version if necessary. -
Uses of GridCacheMessage in org.apache.ignite.internal.processors.cache.distributed.near
Subclasses of GridCacheMessage in org.apache.ignite.internal.processors.cache.distributed.near Modifier and Type Class Description classGridNearGetRequestGet request.classGridNearGetResponseGet response.classGridNearLockRequestNear cache lock request to primary node.classGridNearLockResponseNear cache lock response.classGridNearSingleGetRequestclassGridNearSingleGetResponseclassGridNearTxFinishRequestNear transaction finish request.classGridNearTxFinishResponseReply for synchronous phase 2.classGridNearTxPrepareRequestNear transaction prepare request to primary node.classGridNearTxPrepareResponseNear cache prepare response.classGridNearUnlockRequestNear cache unlock request. -
Uses of GridCacheMessage in org.apache.ignite.internal.processors.cache.persistence.snapshot
Subclasses of GridCacheMessage in org.apache.ignite.internal.processors.cache.persistence.snapshot Modifier and Type Class Description classIncrementalSnapshotAwareMessageMessage that holds a transaction message and incremental snapshot ID.Methods in org.apache.ignite.internal.processors.cache.persistence.snapshot that return GridCacheMessage Modifier and Type Method Description GridCacheMessageIncrementalSnapshotAwareMessage. payload()Constructors in org.apache.ignite.internal.processors.cache.persistence.snapshot with parameters of type GridCacheMessage Constructor Description IncrementalSnapshotAwareMessage(GridCacheMessage payload, UUID id, @Nullable UUID txSnpId, long topVer) -
Uses of GridCacheMessage in org.apache.ignite.internal.processors.cache.query
Subclasses of GridCacheMessage in org.apache.ignite.internal.processors.cache.query Modifier and Type Class Description classGridCacheQueryRequestQuery request.classGridCacheQueryResponsePage of cache query response. -
Uses of GridCacheMessage in org.apache.ignite.internal.processors.cache.query.continuous
Subclasses of GridCacheMessage in org.apache.ignite.internal.processors.cache.query.continuous Modifier and Type Class Description classCacheContinuousQueryBatchAckBatch acknowledgement. -
Uses of GridCacheMessage in org.apache.ignite.internal.processors.cache.transactions
Subclasses of GridCacheMessage in org.apache.ignite.internal.processors.cache.transactions Modifier and Type Class Description classTxLocksRequestTransactions lock list request.classTxLocksResponseTransactions lock list response.Methods in org.apache.ignite.internal.processors.cache.transactions with parameters of type GridCacheMessage Modifier and Type Method Description voidIgniteTxManager. sendTransactionMessage(UUID nodeId, GridCacheMessage msg, IgniteInternalTx tx, byte plc)Sends transaction message after transforming it.voidIgniteTxManager. sendTransactionMessage(ClusterNode n, GridCacheMessage msg, IgniteInternalTx tx, byte plc)Sends transaction message after transforming it.Method parameters in org.apache.ignite.internal.processors.cache.transactions with type arguments of type GridCacheMessage Modifier and Type Method Description voidIgniteTxManager. txMessageTransformer(BiFunction<GridCacheMessage,IgniteInternalTx,GridCacheMessage> transform)voidIgniteTxManager. txMessageTransformer(BiFunction<GridCacheMessage,IgniteInternalTx,GridCacheMessage> transform)
-