Uses of Interface
org.apache.ignite.plugin.extensions.communication.Message
-
-
Uses of Message in org.apache.ignite.internal
Subinterfaces of Message in org.apache.ignite.internal Modifier and Type Interface Description interfaceExecutorAwareMessageMessage with specified custom executor must be processed in the appropriate thread pool.Classes in org.apache.ignite.internal that implement Message Modifier and Type Class Description classGridJobCancelRequestJob cancellation request.classGridJobExecuteRequestJob execution request.classGridJobExecuteResponseJob execution response.classGridJobSiblingsRequestJob siblings request.classGridJobSiblingsResponseJob siblings response.classGridTaskCancelRequestRequest for cancelling tasks.classGridTaskSessionRequestTask session request.classIgniteDiagnosticMessage -
Uses of Message in org.apache.ignite.internal.binary
Classes in org.apache.ignite.internal.binary that implement Message Modifier and Type Class Description classBinaryEnumObjectImplBinary enum object.classBinaryObjectImplBinary object implementation.classBinaryObjectOffheapImplBinary object implementation over offheap memory -
Uses of Message in org.apache.ignite.internal.direct
Methods in org.apache.ignite.internal.direct with type parameters of type Message Modifier and Type Method Description <T extends Message>
TDirectMessageReader. readMessage(String name)Reads nested message.Methods in org.apache.ignite.internal.direct with parameters of type Message Modifier and Type Method Description booleanDirectMessageWriter. writeMessage(String name, @Nullable Message msg)Writes nested message.Method parameters in org.apache.ignite.internal.direct with type arguments of type Message Modifier and Type Method Description booleanDirectMessageReader. afterMessageRead(Class<? extends Message> msgCls)Callback that must be invoked by a message implementation after message body finished decoding.voidDirectMessageReader. setCurrentReadClass(Class<? extends Message> msgCls)Sets type of message currently read.voidDirectMessageWriter. setCurrentWriteClass(Class<? extends Message> msgCls)Sets type of message currently written. -
Uses of Message in org.apache.ignite.internal.direct.stream
Methods in org.apache.ignite.internal.direct.stream with type parameters of type Message Modifier and Type Method Description <T extends Message>
TDirectByteBufferStream. readMessage(MessageReader reader)Methods in org.apache.ignite.internal.direct.stream with parameters of type Message Modifier and Type Method Description voidDirectByteBufferStream. writeMessage(Message msg, MessageWriter writer) -
Uses of Message in org.apache.ignite.internal.managers.checkpoint
Classes in org.apache.ignite.internal.managers.checkpoint that implement Message Modifier and Type Class Description classGridCheckpointRequestThis class defines checkpoint request. -
Uses of Message in org.apache.ignite.internal.managers.communication
Classes in org.apache.ignite.internal.managers.communication that implement Message Modifier and Type Class Description classGridIoMessageWrapper for all grid messages.classGridIoSecurityAwareMessageclassGridIoUserMessageUser message wrapper.classIgniteIoTestMessageMethods in org.apache.ignite.internal.managers.communication that return Message Modifier and Type Method Description @Nullable MessageIgniteMessageFactoryImpl. create(short directType)Creates new message instance of provided direct type.MessageGridIoMessage. message()Methods in org.apache.ignite.internal.managers.communication with parameters of type Message Modifier and Type Method Description voidGridIoManager. sendGeneric(ClusterNode node, Object topic, int topicOrd, Message msg, byte plc)voidGridIoManager. sendOrderedMessage(ClusterNode node, Object topic, Message msg, byte plc, long timeout, boolean skipOnTimeout)voidGridIoManager. sendOrderedMessage(ClusterNode node, Object topic, Message msg, byte plc, long timeout, boolean skipOnTimeout, IgniteInClosure<IgniteException> ackC)voidGridIoManager. sendToCustomTopic(UUID nodeId, Object topic, Message msg, byte plc)voidGridIoManager. sendToCustomTopic(ClusterNode node, Object topic, Message msg, byte plc)voidGridIoManager. sendToGridTopic(Collection<? extends ClusterNode> nodes, GridTopic topic, Message msg, byte plc)voidGridIoManager. sendToGridTopic(UUID nodeId, GridTopic topic, Message msg, byte plc)voidGridIoManager. sendToGridTopic(ClusterNode node, GridTopic topic, Message msg, byte plc)voidGridIoManager. sendToGridTopic(ClusterNode node, GridTopic topic, Message msg, byte plc, Span span)voidGridIoManager. sendToGridTopic(ClusterNode node, GridTopic topic, Message msg, byte plc, IgniteInClosure<IgniteException> ackC)Method parameters in org.apache.ignite.internal.managers.communication with type arguments of type Message Modifier and Type Method Description voidIgniteMessageFactoryImpl. register(short directType, Supplier<Message> supplier)Register message factory with given direct type.Constructors in org.apache.ignite.internal.managers.communication with parameters of type Message Constructor Description GridIoMessage(byte plc, Object topic, int topicOrd, Message msg, boolean ordered, long timeout, boolean skipOnTimeout)GridIoSecurityAwareMessage(UUID secSubjId, byte plc, Object topic, int topicOrd, Message msg, boolean ordered, long timeout, boolean skipOnTimeout) -
Uses of Message in org.apache.ignite.internal.managers.deployment
Classes in org.apache.ignite.internal.managers.deployment that implement Message Modifier and Type Class Description classGridDeploymentInfoBeanDeployment info bean.classGridDeploymentRequestDeployment request.classGridDeploymentResponseGrid deployment response containing requested resource bytes. -
Uses of Message in org.apache.ignite.internal.managers.encryption
Classes in org.apache.ignite.internal.managers.encryption that implement Message Modifier and Type Class Description classGenerateEncryptionKeyRequestGenerate encryption key request.classGenerateEncryptionKeyResponseGenerate encryption key response. -
Uses of Message in org.apache.ignite.internal.managers.eventstorage
Classes in org.apache.ignite.internal.managers.eventstorage that implement Message Modifier and Type Class Description classGridEventStorageMessageEvent storage message. -
Uses of Message in org.apache.ignite.internal.processors.affinity
Classes in org.apache.ignite.internal.processors.affinity that implement Message Modifier and Type Class Description classAffinityTopologyVersion -
Uses of Message in org.apache.ignite.internal.processors.authentication
Classes in org.apache.ignite.internal.processors.authentication that implement Message Modifier and Type Class Description classUserAuthenticateRequestMessageMessage is sent from client to coordinator node when a user needs to authorize on client node.classUserAuthenticateResponseMessageIs sent from coordinator node to client to deliver the results of the user authentication.classUserManagementOperationFinishedMessageMessage indicating that user operation is finished locally on the node. -
Uses of Message in org.apache.ignite.internal.processors.cache
Subinterfaces of Message in org.apache.ignite.internal.processors.cache Modifier and Type Interface Description interfaceCacheEntryPredicateinterfaceCacheObjectinterfaceKeyCacheObjectClasses in org.apache.ignite.internal.processors.cache that implement Message Modifier and Type Class Description classCacheEntryInfoCollectionclassCacheEntryPredicateAdapterclassCacheEntryPredicateContainsValueclassCacheEntryPredicateHasValueclassCacheEntryPredicateNoValueclassCacheEntrySerializablePredicateclassCacheEvictionEntryclassCacheInvokeDirectResultclassCacheObjectAdapterclassCacheObjectByteArrayImplCache object over byte array.classCacheObjectImplclassGridCacheEntryInfoEntry information that gets passed over wire.classGridCacheGroupIdMessageMessage related to particular cache group.classGridCacheIdMessageMessage related to particular cache.classGridCacheMessageParent of all cache messages.classGridCacheReturnReturn value for cases where both, value and success flag need to be returned.classGridChangeGlobalStateMessageResponseprotected static classIgniteCacheOffheapManagerImpl.ExpiredKeyCacheObjectThis entry key is used to indicate that an expired entry has already been deleted from PendingEntriesTree and doesn't need to participate in PendingEntriesTree cleanup again.classKeyCacheObjectImplclassWalStateAckMessageWAL state ack message (sent from participant node to coordinator). -
Uses of Message in org.apache.ignite.internal.processors.cache.binary
Classes in org.apache.ignite.internal.processors.cache.binary that implement Message Modifier and Type Class Description classMetadataRequestMessageAsDiscoveryCustomMessagemessages are delivered to client nodes asynchronously it is possible that server nodes are allowed to send to clients some BinaryObjects clients don't have metadata for.classMetadataResponseMessageCarries latest version of metadata to client as a response forMetadataRequestMessage. -
Uses of Message in org.apache.ignite.internal.processors.cache.distributed
Classes in org.apache.ignite.internal.processors.cache.distributed that implement Message 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 Message in org.apache.ignite.internal.processors.cache.distributed.dht
Classes in org.apache.ignite.internal.processors.cache.distributed.dht that implement Message 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.classPartitionUpdateCountersMessagePartition update counters message. -
Uses of Message in org.apache.ignite.internal.processors.cache.distributed.dht.atomic
-
Uses of Message in org.apache.ignite.internal.processors.cache.distributed.dht.preloader
Classes in org.apache.ignite.internal.processors.cache.distributed.dht.preloader that implement Message Modifier and Type Class Description classCacheGroupAffinityMessageInformation about affinity assignment.classGridDhtForceKeysRequestForce keys request.classGridDhtForceKeysResponseForce keys response.classGridDhtPartitionDemandLegacyMessagePartition demand request.classGridDhtPartitionDemandMessagePartition demand request.classGridDhtPartitionExchangeIdExchange ID.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. -
Uses of Message in org.apache.ignite.internal.processors.cache.distributed.dht.preloader.latch
Classes in org.apache.ignite.internal.processors.cache.distributed.dht.preloader.latch that implement Message Modifier and Type Class Description classLatchAckMessageMessage is used to send acks forLatchinstances management. -
Uses of Message in org.apache.ignite.internal.processors.cache.distributed.near
Classes in org.apache.ignite.internal.processors.cache.distributed.near that implement Message Modifier and Type Class Description classCacheVersionedValueCache object and version.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.Methods in org.apache.ignite.internal.processors.cache.distributed.near that return Message Modifier and Type Method Description MessageGridNearSingleGetResponse. result()Constructors in org.apache.ignite.internal.processors.cache.distributed.near with parameters of type Message Constructor Description GridNearSingleGetResponse(int cacheId, long futId, AffinityTopologyVersion topVer, @Nullable Message res, boolean invalidPartitions, boolean addDepInfo) -
Uses of Message in org.apache.ignite.internal.processors.cache.persistence.snapshot
Classes in org.apache.ignite.internal.processors.cache.persistence.snapshot that implement Message Modifier and Type Class Description classIncrementalSnapshotAwareMessageMessage that holds a transaction message and incremental snapshot ID.classSnapshotFilesFailureMessageMessage indicating a failure occurred during processing snapshot files request.classSnapshotFilesRequestMessage -
Uses of Message in org.apache.ignite.internal.processors.cache.persistence.tree.reuse
Classes in org.apache.ignite.internal.processors.cache.persistence.tree.reuse that implement Message Modifier and Type Class Description classLongListReuseBagGridLongList-based reuse bag. -
Uses of Message in org.apache.ignite.internal.processors.cache.query
Classes in org.apache.ignite.internal.processors.cache.query that implement Message Modifier and Type Class Description classGridCacheQueryRequestQuery request.classGridCacheQueryResponsePage of cache query response.classGridCacheSqlQueryQuery. -
Uses of Message in org.apache.ignite.internal.processors.cache.query.continuous
Classes in org.apache.ignite.internal.processors.cache.query.continuous that implement Message Modifier and Type Class Description classCacheContinuousQueryBatchAckBatch acknowledgement.classCacheContinuousQueryEntryContinuous query entry. -
Uses of Message in org.apache.ignite.internal.processors.cache.transactions
Classes in org.apache.ignite.internal.processors.cache.transactions that implement Message Modifier and Type Class Description classIgniteTxEntryTransaction entry.classIgniteTxKeyCache transaction key.classTxEntryValueHolderAuxiliary class to hold value, value-has-been-set flag, value update operation, value bytes.classTxLockCorresponds to oneGridCacheMvccCandidatefrom local MVCC candidates queue.classTxLockListList of transaction locks for particular key.classTxLocksRequestTransactions lock list request.classTxLocksResponseTransactions lock list response. -
Uses of Message in org.apache.ignite.internal.processors.cache.version
Classes in org.apache.ignite.internal.processors.cache.version that implement Message Modifier and Type Class Description classGridCacheRawVersionedEntry<K,V>Raw versioned entry.classGridCacheVersionGrid unique version.classGridCacheVersionExExtended cache version which also has additional DR version. -
Uses of Message in org.apache.ignite.internal.processors.cacheobject
Classes in org.apache.ignite.internal.processors.cacheobject that implement Message Modifier and Type Class Description classPlatformCacheObjectImplWraps value provided by platform, must be transformed before stored in cache.classUserCacheObjectByteArrayImplWraps value provided by user, must be copied before stored in cache.classUserCacheObjectImplWraps value provided by user, must be serialized before stored in cache.classUserKeyCacheObjectImplWraps key provided by user, must be serialized before stored in cache. -
Uses of Message in org.apache.ignite.internal.processors.cluster
Classes in org.apache.ignite.internal.processors.cluster that implement Message Modifier and Type Class Description classClusterMetricsUpdateMessage -
Uses of Message in org.apache.ignite.internal.processors.continuous
Classes in org.apache.ignite.internal.processors.continuous that implement Message Modifier and Type Class Description classContinuousRoutineStartResultMessageclassGridContinuousMessageContinuous processor message. -
Uses of Message in org.apache.ignite.internal.processors.datastreamer
Classes in org.apache.ignite.internal.processors.datastreamer that implement Message Modifier and Type Class Description classDataStreamerEntryclassDataStreamerRequestclassDataStreamerResponse -
Uses of Message in org.apache.ignite.internal.processors.marshaller
Classes in org.apache.ignite.internal.processors.marshaller that implement Message Modifier and Type Class Description classMissingMappingRequestMessageClient node receives discovery messages in asynchronous mode so it is possible that all server nodes already accepted new mapping but clients are unaware about it.classMissingMappingResponseMessageOn receiving aMissingMappingRequestMessagemapping request server node looks up class name for requested platformId and typeId in its local marshaller cache and sends back aMissingMappingResponseMessagemapping response with resolved class name. -
Uses of Message in org.apache.ignite.internal.processors.odbc
Classes in org.apache.ignite.internal.processors.odbc that implement Message Modifier and Type Class Description classClientMessage -
Uses of Message in org.apache.ignite.internal.processors.query.h2.twostep.messages
Classes in org.apache.ignite.internal.processors.query.h2.twostep.messages that implement Message Modifier and Type Class Description classGridQueryCancelRequestCancel map part of query request.classGridQueryFailResponseError message.classGridQueryNextPageRequestRequest to fetch next page.classGridQueryNextPageResponseNext page response.Methods in org.apache.ignite.internal.processors.query.h2.twostep.messages that return types with arguments of type Message Modifier and Type Method Description Collection<Message>GridQueryNextPageResponse. values()Constructor parameters in org.apache.ignite.internal.processors.query.h2.twostep.messages with type arguments of type Message Constructor Description GridQueryNextPageResponse(long qryReqId, int segmentId, int qry, int page, int allRows, int cols, Collection<Message> vals, Collection<?> plainRows, boolean last) -
Uses of Message in org.apache.ignite.internal.processors.query.messages
Classes in org.apache.ignite.internal.processors.query.messages that implement Message Modifier and Type Class Description classGridQueryKillRequestQuery kill request.classGridQueryKillResponseQuery kill response. -
Uses of Message in org.apache.ignite.internal.processors.query.schema.message
Classes in org.apache.ignite.internal.processors.query.schema.message that implement Message Modifier and Type Class Description classSchemaOperationStatusMessageSchema operation status message. -
Uses of Message in org.apache.ignite.internal.processors.query.stat.messages
Classes in org.apache.ignite.internal.processors.query.stat.messages that implement Message Modifier and Type Class Description classStatisticsColumnDataStatistics by column (or by set of columns, if they collected together)classStatisticsDecimalMessageH2 Decimal.classStatisticsKeyMessageKey, describing the object of statistics.classStatisticsObjectDataStatistics for some object (index or table) in database.classStatisticsRequestRequest for statistics.classStatisticsResponseResponse for statistics request. -
Uses of Message in org.apache.ignite.internal.processors.rest.handlers.task
Classes in org.apache.ignite.internal.processors.rest.handlers.task that implement Message Modifier and Type Class Description classGridTaskResultRequestTask result request.classGridTaskResultResponseTask result response. -
Uses of Message in org.apache.ignite.internal.processors.service
Classes in org.apache.ignite.internal.processors.service that implement Message Modifier and Type Class Description classServiceDeploymentProcessIdService deployment process' identifier.classServiceSingleNodeDeploymentResultService single node deployment result.classServiceSingleNodeDeploymentResultBatchBatch of service single node deployment result. -
Uses of Message in org.apache.ignite.internal.util
Classes in org.apache.ignite.internal.util with type parameters of type Message Modifier and Type Class Description classGridMessageCollection<M extends Message>Collection of messages.Classes in org.apache.ignite.internal.util that implement Message Modifier and Type Class Description classGridByteArrayListRe-sizable array implementation of the byte list (eliminating auto-boxing of primitive byte type).classGridIntListMinimal list API to work with primitive ints.classGridLongListMinimal list API to work with primitive longs.classGridMessageCollection<M extends Message>Collection of messages.classUUIDCollectionMessageCollection of UUIDs.Methods in org.apache.ignite.internal.util with type parameters of type Message Modifier and Type Method Description static <X extends Message>
GridMessageCollection<X>GridMessageCollection. of(X... msgs)Methods in org.apache.ignite.internal.util with parameters of type Message Modifier and Type Method Description static <X extends Message>
GridMessageCollection<X>GridMessageCollection. of(X... msgs)static intIgniteUtils. writeMessageFully(Message msg, OutputStream out, ByteBuffer buf, MessageWriter writer)Fully writes communication message to provided stream. -
Uses of Message in org.apache.ignite.internal.util.distributed
Classes in org.apache.ignite.internal.util.distributed that implement Message Modifier and Type Class Description classSingleNodeMessage<R extends Serializable>Single node result message. -
Uses of Message in org.apache.ignite.internal.util.nio
Methods in org.apache.ignite.internal.util.nio with parameters of type Message Modifier and Type Method Description booleanGridCommunicationClient. sendMessage(@Nullable UUID nodeId, Message msg, @Nullable IgniteInClosure<IgniteException> c)booleanGridTcpNioCommunicationClient. sendMessage(@Nullable UUID nodeId, Message msg, IgniteInClosure<IgniteException> c)voidGridNioServer. sendSystem(GridNioSession ses, Message msg)Adds message at the front of the queue without acquiring back pressure semaphore.voidGridNioServer. sendSystem(GridNioSession ses, Message msg, @Nullable IgniteInClosure<? super IgniteInternalFuture<?>> lsnr)Adds message at the front of the queue without acquiring back pressure semaphore.Method parameters in org.apache.ignite.internal.util.nio with type arguments of type Message Modifier and Type Method Description GridNioServer.Builder<T>GridNioServer.Builder. skipRecoveryPredicate(IgnitePredicate<Message> skipRecoveryPred) -
Uses of Message in org.apache.ignite.plugin.extensions.communication
Methods in org.apache.ignite.plugin.extensions.communication with type parameters of type Message Modifier and Type Method Description <T extends Message>
TMessageReader. readMessage(String name)Reads nested message.Methods in org.apache.ignite.plugin.extensions.communication that return Message Modifier and Type Method Description MessageMessageFactory. create(short type)Creates new message instance of provided type.Methods in org.apache.ignite.plugin.extensions.communication with parameters of type Message Modifier and Type Method Description booleanMessageWriter. writeMessage(String name, Message val)Writes nested message.Method parameters in org.apache.ignite.plugin.extensions.communication with type arguments of type Message Modifier and Type Method Description booleanMessageReader. afterMessageRead(Class<? extends Message> msgCls)Callback that must be invoked by a message implementation after message body finished decoding.voidMessageFactory. register(short directType, Supplier<Message> supplier)Register message factory with given direct type.voidMessageReader. setCurrentReadClass(Class<? extends Message> msgCls)Sets type of message currently read.voidMessageWriter. setCurrentWriteClass(Class<? extends Message> msgCls)Sets type of message currently written. -
Uses of Message in org.apache.ignite.spi.collision.jobstealing
Classes in org.apache.ignite.spi.collision.jobstealing that implement Message Modifier and Type Class Description classJobStealingRequestJob stealing request. -
Uses of Message in org.apache.ignite.spi.communication.tcp
Methods in org.apache.ignite.spi.communication.tcp with parameters of type Message Modifier and Type Method Description protected voidTcpCommunicationSpi. notifyListener(UUID sndId, Message msg, IgniteRunnable msgC)voidTcpCommunicationMetricsListener. onMessageReceived(Message msg, Object consistentId)Collects statistics for message received by SPI.voidTcpCommunicationMetricsListener. onMessageSent(Message msg, Object consistentId)Collects statistics for message sent by SPI.IgniteInternalFuture<Channel>TcpCommunicationSpi. openChannel(ClusterNode remote, Message initMsg)voidTcpCommunicationSpi. sendMessage(ClusterNode node, Message msg)Sends given message to destination node.voidTcpCommunicationSpi. sendMessage(ClusterNode node, Message msg, IgniteInClosure<IgniteException> ackC)Sends given message to destination node.Method parameters in org.apache.ignite.spi.communication.tcp with type arguments of type Message Modifier and Type Method Description voidTcpCommunicationSpi. setListener(CommunicationListener<Message> lsnr)Deprecated. -
Uses of Message in org.apache.ignite.spi.communication.tcp.internal
Subinterfaces of Message in org.apache.ignite.spi.communication.tcp.internal Modifier and Type Interface Description interfaceTcpConnectionIndexAwareMessageClasses in org.apache.ignite.spi.communication.tcp.internal that implement Message Modifier and Type Class Description classTcpInverseConnectionResponseMessageInverse connection response message sent by client node as a response to inverse connection request received by discovery.Methods in org.apache.ignite.spi.communication.tcp.internal that return types with arguments of type Message Modifier and Type Method Description GridNioServer<Message>GridNioServerWrapper. nio()Deprecated.Returns original nio server instance.GridNioServer<Message>GridNioServerWrapper. resetNioServer()Deprecated.Recreates tpcSrvr socket instance.Methods in org.apache.ignite.spi.communication.tcp.internal with parameters of type Message Modifier and Type Method Description voidGridNioServerWrapper. onChannelCreate(GridSelectorNioSessionImpl ses, ConnectionKey connKey, Message msg)Deprecated.voidInboundConnectionHandler. onMessage(GridNioSession ses, Message msg)This method is called whenever aGridNioParserreturns non-null value.voidInboundConnectionHandler. onMessageSent(GridNioSession ses, Message msg)Handle message sent.IgniteInternalFuture<Channel>GridNioServerWrapper. openChannel(ClusterNode remote, Message initMsg)Deprecated.Method parameters in org.apache.ignite.spi.communication.tcp.internal with type arguments of type Message Modifier and Type Method Description voidGridNioServerWrapper. nio(GridNioServer<Message> srv)Deprecated. -
Uses of Message in org.apache.ignite.spi.communication.tcp.messages
Classes in org.apache.ignite.spi.communication.tcp.messages that implement Message Modifier and Type Class Description classHandshakeMessageHandshake message.classHandshakeMessage2Updated handshake message.classHandshakeWaitMessageMessage requesting to wait until node's SPI context initialize.classNodeIdMessageNode ID message.classRecoveryLastReceivedMessageRecovery acknowledgment message.
-