| Modifier and Type | Interface and Description |
|---|---|
interface |
ExecutorAwareMessage
Message with specified custom executor must be processed in the appropriate thread pool.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridJobCancelRequest
Job cancellation request.
|
class |
GridJobExecuteRequest
Job execution request.
|
class |
GridJobExecuteResponse
Job execution response.
|
class |
GridJobSiblingsRequest
Job siblings request.
|
class |
GridJobSiblingsResponse
Job siblings response.
|
class |
GridTaskCancelRequest
Request for cancelling tasks.
|
class |
GridTaskSessionRequest
Task session request.
|
class |
IgniteDiagnosticMessage |
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryEnumObjectImpl
Binary enum object.
|
class |
BinaryObjectImpl
Binary object implementation.
|
class |
BinaryObjectOffheapImpl
Binary object implementation over offheap memory
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Message> |
DirectMessageReader.readMessage(String name)
Reads nested message.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DirectMessageWriter.writeMessage(String name,
@Nullable Message msg)
Writes nested message.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DirectMessageReader.afterMessageRead(Class<? extends Message> msgCls)
Callback that must be invoked by a message implementation after message body finished decoding.
|
void |
DirectMessageReader.setCurrentReadClass(Class<? extends Message> msgCls)
Sets type of message currently read.
|
void |
DirectMessageWriter.setCurrentWriteClass(Class<? extends Message> msgCls)
Sets type of message currently written.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Message> |
DirectByteBufferStream.readMessage(MessageReader reader) |
| Modifier and Type | Method and Description |
|---|---|
void |
DirectByteBufferStream.writeMessage(Message msg,
MessageWriter writer) |
| Modifier and Type | Method and Description |
|---|---|
<T extends Message> |
DirectByteBufferStreamImplV1.readMessage(MessageReader reader) |
| Modifier and Type | Method and Description |
|---|---|
void |
DirectByteBufferStreamImplV1.writeMessage(Message msg,
MessageWriter writer) |
| Modifier and Type | Method and Description |
|---|---|
<T extends Message> |
DirectByteBufferStreamImplV2.readMessage(MessageReader reader) |
| Modifier and Type | Method and Description |
|---|---|
void |
DirectByteBufferStreamImplV2.writeMessage(Message msg,
MessageWriter writer) |
| Modifier and Type | Class and Description |
|---|---|
class |
GridCheckpointRequest
This class defines checkpoint request.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridIoMessage
Wrapper for all grid messages.
|
class |
GridIoSecurityAwareMessage |
class |
GridIoUserMessage
User message wrapper.
|
class |
IgniteIoTestMessage |
| Modifier and Type | Method and Description |
|---|---|
Message |
GridIoMessageFactory.create(short type)
Always throws
UnsupportedOperationException. |
@Nullable Message |
IgniteMessageFactoryImpl.create(short directType)
Creates new message instance of provided direct type.
|
Message |
GridIoMessage.message() |
| Modifier and Type | Method and Description |
|---|---|
void |
GridIoManager.sendGeneric(ClusterNode node,
Object topic,
int topicOrd,
Message msg,
byte plc) |
void |
GridIoManager.sendOrderedMessage(ClusterNode node,
Object topic,
Message msg,
byte plc,
long timeout,
boolean skipOnTimeout) |
void |
GridIoManager.sendOrderedMessage(ClusterNode node,
Object topic,
Message msg,
byte plc,
long timeout,
boolean skipOnTimeout,
IgniteInClosure<IgniteException> ackC) |
void |
GridIoManager.sendToCustomTopic(ClusterNode node,
Object topic,
Message msg,
byte plc) |
void |
GridIoManager.sendToCustomTopic(UUID nodeId,
Object topic,
Message msg,
byte plc) |
void |
GridIoManager.sendToGridTopic(ClusterNode node,
GridTopic topic,
Message msg,
byte plc) |
void |
GridIoManager.sendToGridTopic(ClusterNode node,
GridTopic topic,
Message msg,
byte plc,
IgniteInClosure<IgniteException> ackC) |
void |
GridIoManager.sendToGridTopic(ClusterNode node,
GridTopic topic,
Message msg,
byte plc,
Span span) |
void |
GridIoManager.sendToGridTopic(Collection<? extends ClusterNode> nodes,
GridTopic topic,
Message msg,
byte plc) |
void |
GridIoManager.sendToGridTopic(UUID nodeId,
GridTopic topic,
Message msg,
byte plc) |
| Modifier and Type | Method and Description |
|---|---|
void |
IgniteMessageFactoryImpl.register(short directType,
Supplier<Message> supplier)
Register message factory with given direct type.
|
| Constructor and 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) |
| Modifier and Type | Class and Description |
|---|---|
class |
GridDeploymentInfoBean
Deployment info bean.
|
class |
GridDeploymentRequest
Deployment request.
|
class |
GridDeploymentResponse
Grid deployment response containing requested resource bytes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GenerateEncryptionKeyRequest
Generate encryption key request.
|
class |
GenerateEncryptionKeyResponse
Generate encryption key response.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridEventStorageMessage
Event storage message.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AffinityTopologyVersion |
| Modifier and Type | Class and Description |
|---|---|
class |
UserAuthenticateRequestMessage
Message is sent from client to coordinator node when a user needs to authorize on client node.
|
class |
UserAuthenticateResponseMessage
Is sent from coordinator node to client to deliver the results of the user authentication.
|
class |
UserManagementOperationFinishedMessage
Message indicating that user operation is finished locally on the node.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CacheEntryPredicate |
interface |
CacheObject |
interface |
KeyCacheObject |
| Modifier and Type | Class and Description |
|---|---|
class |
CacheEntryInfoCollection |
class |
CacheEntryPredicateAdapter |
class |
CacheEntryPredicateContainsValue |
class |
CacheEntryPredicateHasValue |
class |
CacheEntryPredicateNoValue |
class |
CacheEntrySerializablePredicate |
class |
CacheEvictionEntry |
class |
CacheInvokeDirectResult |
class |
CacheObjectAdapter |
class |
CacheObjectByteArrayImpl
Cache object over byte array.
|
class |
CacheObjectImpl |
class |
GridCacheEntryInfo
Entry information that gets passed over wire.
|
class |
GridCacheGroupIdMessage
Message related to particular cache group.
|
class |
GridCacheIdMessage
Message related to particular cache.
|
class |
GridCacheMessage
Parent of all cache messages.
|
class |
GridCacheMvccEntryInfo |
class |
GridCacheReturn
Return value for cases where both, value and success flag need to be returned.
|
class |
GridChangeGlobalStateMessageResponse |
class |
KeyCacheObjectImpl |
class |
WalStateAckMessage
WAL state ack message (sent from participant node to coordinator).
|
| Modifier and Type | Class and Description |
|---|---|
class |
MetadataRequestMessage
As
DiscoveryCustomMessage messages 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. |
class |
MetadataResponseMessage
Carries latest version of metadata to client as a response for
MetadataRequestMessage. |
| Modifier and Type | Class and Description |
|---|---|
class |
GridCacheTtlUpdateRequest |
class |
GridCacheTxRecoveryRequest
Message sent to check that transactions related to transaction were prepared on remote node.
|
class |
GridCacheTxRecoveryResponse
Transactions recovery check response.
|
class |
GridDistributedBaseMessage
Base for all messages in replicated cache.
|
class |
GridDistributedLockRequest
Lock request message.
|
class |
GridDistributedLockResponse
Lock response message.
|
class |
GridDistributedTxFinishRequest
Transaction completion message.
|
class |
GridDistributedTxFinishResponse
Transaction finish response.
|
class |
GridDistributedTxPrepareRequest
Transaction prepare request for optimistic and eventually consistent
transactions.
|
class |
GridDistributedTxPrepareResponse
Response to prepare request.
|
class |
GridDistributedUnlockRequest
Lock request message.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridDhtAffinityAssignmentRequest
Affinity assignment request.
|
class |
GridDhtAffinityAssignmentResponse
Affinity assignment response.
|
class |
GridDhtLockRequest
DHT lock request.
|
class |
GridDhtLockResponse
DHT cache lock response.
|
class |
GridDhtTxFinishRequest
Near transaction finish request.
|
class |
GridDhtTxFinishResponse
DHT transaction finish response.
|
class |
GridDhtTxOnePhaseCommitAckRequest
One Phase Commit Near transaction ack request.
|
class |
GridDhtTxPrepareRequest
DHT prepare request.
|
class |
GridDhtTxPrepareResponse
DHT transaction prepare response.
|
class |
GridDhtTxQueryEnlistRequest |
class |
GridDhtTxQueryEnlistResponse |
class |
GridDhtTxQueryFirstEnlistRequest
First enlist request.
|
class |
GridDhtUnlockRequest
DHT cache unlock request.
|
class |
GridInvokeValue |
class |
PartitionUpdateCountersMessage
Partition update counters message.
|
| Modifier and Type | Method and Description |
|---|---|
List<Message> |
GridDhtTxQueryEnlistRequest.values() |
| Modifier and Type | Class and Description |
|---|---|
class |
CacheGroupAffinityMessage
Information about affinity assignment.
|
class |
GridDhtForceKeysRequest
Force keys request.
|
class |
GridDhtForceKeysResponse
Force keys response.
|
class |
GridDhtPartitionDemandLegacyMessage
Partition demand request.
|
class |
GridDhtPartitionDemandMessage
Partition demand request.
|
class |
GridDhtPartitionExchangeId
Exchange ID.
|
class |
GridDhtPartitionsAbstractMessage
Request for single partition info.
|
class |
GridDhtPartitionsFullMessage
Information about partitions of all nodes in topology.
|
class |
GridDhtPartitionsSingleMessage
Information about partitions of a single node.
|
class |
GridDhtPartitionsSingleRequest
Request for single partition info.
|
class |
GridDhtPartitionSupplyMessage
Partition supply message.
|
class |
GridDhtPartitionSupplyMessageV2
Supply message with supplier error transfer support.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LatchAckMessage
Message is used to send acks for
Latch instances management. |
| Modifier and Type | Class and Description |
|---|---|
class |
CacheVersionedValue
Cache object and version.
|
class |
GridNearGetRequest
Get request.
|
class |
GridNearGetResponse
Get response.
|
class |
GridNearLockRequest
Near cache lock request to primary node.
|
class |
GridNearLockResponse
Near cache lock response.
|
class |
GridNearSingleGetRequest |
class |
GridNearSingleGetResponse |
class |
GridNearTxEnlistRequest
Request to enlist into transaction and acquire locks for entries produced with Cache API operations.
|
class |
GridNearTxEnlistResponse
A response to
GridNearTxEnlistRequest. |
class |
GridNearTxFinishRequest
Near transaction finish request.
|
class |
GridNearTxFinishResponse
Reply for synchronous phase 2.
|
class |
GridNearTxPrepareRequest
Near transaction prepare request to primary node.
|
class |
GridNearTxPrepareResponse
Near cache prepare response.
|
class |
GridNearTxQueryEnlistRequest |
class |
GridNearTxQueryEnlistResponse
A response to
GridNearTxQueryEnlistRequest. |
class |
GridNearTxQueryResultsEnlistRequest
Request to enlist into transaction and acquire locks for entries produced
with complex DML queries with reducer step.
|
class |
GridNearTxQueryResultsEnlistResponse
A response to
GridNearTxQueryResultsEnlistRequest. |
class |
GridNearUnlockRequest
Near cache unlock request.
|
| Modifier and Type | Method and Description |
|---|---|
Message |
GridNearSingleGetResponse.result() |
| Constructor and Description |
|---|
GridNearSingleGetResponse(int cacheId,
long futId,
AffinityTopologyVersion topVer,
@Nullable Message res,
boolean invalidPartitions,
boolean addDepInfo) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MvccSnapshot
MVCC snapshot which holds the following information:
- Current MVCC version which should be used for visibility checks
- List of active transactions which should not be visible to current transaction
- Cleanup version which is used to help vacuum process.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DeadlockProbe
Probe message travelling between transactions (from waiting to blocking) during deadlock detection.
|
class |
MvccSnapshotWithoutTxs |
class |
MvccVersionImpl
Base MVCC version implementation.
|
class |
ProbedTx
Contains attributes of tx visited during deadlock detection.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
MvccMessage
Common interface for all MVCC-related messages.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MvccAckRequestQueryCntr |
class |
MvccAckRequestQueryId |
class |
MvccAckRequestTx |
class |
MvccAckRequestTxAndQueryCntr |
class |
MvccAckRequestTxAndQueryId |
class |
MvccActiveQueriesMessage |
class |
MvccFutureResponse |
class |
MvccQuerySnapshotRequest
Request to get MVCC snapshot for a query.
|
class |
MvccRecoveryFinishedMessage |
class |
MvccSnapshotResponse |
class |
MvccTxSnapshotRequest
Request to get MVCC snapshot for a new transaction.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IncrementalSnapshotAwareMessage
Message that holds a transaction message and incremental snapshot ID.
|
class |
SnapshotFilesFailureMessage
Message indicating a failure occurred during processing snapshot files request.
|
class |
SnapshotFilesRequestMessage |
| Modifier and Type | Class and Description |
|---|---|
class |
LongListReuseBag
GridLongList-based reuse bag. |
| Modifier and Type | Class and Description |
|---|---|
class |
GridCacheQueryRequest
Query request.
|
class |
GridCacheQueryResponse
Page of cache query response.
|
class |
GridCacheSqlQuery
Query.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CacheContinuousQueryBatchAck
Batch acknowledgement.
|
class |
CacheContinuousQueryEntry
Continuous query entry.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IgniteTxEntry
Transaction entry.
|
class |
IgniteTxKey
Cache transaction key.
|
class |
TxEntryValueHolder
Auxiliary class to hold value, value-has-been-set flag, value update operation, value bytes.
|
class |
TxLock
Corresponds to one
GridCacheMvccCandidate from local MVCC candidates queue. |
class |
TxLockList
List of transaction locks for particular key.
|
class |
TxLocksRequest
Transactions lock list request.
|
class |
TxLocksResponse
Transactions lock list response.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IgniteTxHandler.mvccEnlistBatch(GridDhtTxRemote tx,
GridCacheContext ctx,
EnlistOperation op,
List<KeyCacheObject> keys,
List<Message> vals,
MvccSnapshot snapshot,
IgniteUuid futId,
int batchNum)
Writes updated values on the backup node.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridCacheRawVersionedEntry<K,V>
Raw versioned entry.
|
class |
GridCacheVersion
Grid unique version.
|
class |
GridCacheVersionEx
Extended cache version which also has additional DR version.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UserCacheObjectByteArrayImpl
Wraps value provided by user, must be copied before stored in cache.
|
class |
UserCacheObjectImpl
Wraps value provided by user, must be serialized before stored in cache.
|
class |
UserKeyCacheObjectImpl
Wraps key provided by user, must be serialized before stored in cache.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClusterMetricsUpdateMessage |
| Modifier and Type | Class and Description |
|---|---|
class |
ContinuousRoutineStartResultMessage |
class |
GridContinuousMessage
Continuous processor message.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DataStreamerEntry |
class |
DataStreamerRequest |
class |
DataStreamerResponse |
| Modifier and Type | Class and Description |
|---|---|
class |
MissingMappingRequestMessage
Client 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.
|
class |
MissingMappingResponseMessage
On receiving a
MissingMappingRequestMessage mapping request server node looks up class name
for requested platformId and typeId in its local marshaller cache and sends back
a MissingMappingResponseMessage mapping response with resolved class name. |
| Modifier and Type | Class and Description |
|---|---|
class |
ClientMessage |
| Modifier and Type | Class and Description |
|---|---|
class |
GridQueryCancelRequest
Cancel map part of query request.
|
class |
GridQueryFailResponse
Error message.
|
class |
GridQueryNextPageRequest
Request to fetch next page.
|
class |
GridQueryNextPageResponse
Next page response.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Message> |
GridQueryNextPageResponse.values() |
| Constructor and Description |
|---|
GridQueryNextPageResponse(long qryReqId,
int segmentId,
int qry,
int page,
int allRows,
int cols,
Collection<Message> vals,
Collection<?> plainRows,
boolean last) |
| Modifier and Type | Class and Description |
|---|---|
class |
GridQueryKillRequest
Query kill request.
|
class |
GridQueryKillResponse
Query kill response.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SchemaOperationStatusMessage
Schema operation status message.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StatisticsColumnData
Statistics by column (or by set of columns, if they collected together)
|
class |
StatisticsDecimalMessage
H2 Decimal.
|
class |
StatisticsKeyMessage
Key, describing the object of statistics.
|
class |
StatisticsObjectData
Statistics for some object (index or table) in database.
|
class |
StatisticsRequest
Request for statistics.
|
class |
StatisticsResponse
Response for statistics request.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridTaskResultRequest
Task result request.
|
class |
GridTaskResultResponse
Task result response.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ServiceDeploymentProcessId
Service deployment process' identifier.
|
class |
ServiceSingleNodeDeploymentResult
Service single node deployment result.
|
class |
ServiceSingleNodeDeploymentResultBatch
Batch of service single node deployment result.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridMessageCollection<M extends Message>
Collection of messages.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridByteArrayList
Re-sizable array implementation of the byte list (eliminating auto-boxing of primitive byte type).
|
class |
GridIntList
Minimal list API to work with primitive ints.
|
class |
GridLongList
Minimal list API to work with primitive longs.
|
class |
GridMessageCollection<M extends Message>
Collection of messages.
|
class |
UUIDCollectionMessage
Collection of UUIDs.
|
| Modifier and Type | Method and Description |
|---|---|
static <X extends Message> |
GridMessageCollection.of(X... msgs) |
| Modifier and Type | Method and Description |
|---|---|
static <X extends Message> |
GridMessageCollection.of(X... msgs) |
static int |
IgniteUtils.writeMessageFully(Message msg,
OutputStream out,
ByteBuffer buf,
MessageWriter writer)
Fully writes communication message to provided stream.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SingleNodeMessage<R extends Serializable>
Single node result message.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
GridNioMessageReader.read(@Nullable UUID nodeId,
Message msg,
ByteBuffer buf) |
boolean |
GridCommunicationClient.sendMessage(@Nullable UUID nodeId,
Message msg,
@Nullable IgniteInClosure<IgniteException> c) |
boolean |
GridTcpNioCommunicationClient.sendMessage(@Nullable UUID nodeId,
Message msg,
IgniteInClosure<IgniteException> c) |
void |
GridNioServer.sendSystem(GridNioSession ses,
Message msg)
Adds message at the front of the queue without acquiring back pressure semaphore.
|
void |
GridNioServer.sendSystem(GridNioSession ses,
Message msg,
@Nullable IgniteInClosure<? super IgniteInternalFuture<?>> lsnr)
Adds message at the front of the queue without acquiring back pressure semaphore.
|
boolean |
GridNioMessageWriter.write(@Nullable UUID nodeId,
Message msg,
ByteBuffer buf) |
int |
GridNioMessageWriter.writeFully(@Nullable UUID nodeId,
Message msg,
OutputStream out,
ByteBuffer buf) |
| Modifier and Type | Method and Description |
|---|---|
GridNioServer.Builder<T> |
GridNioServer.Builder.skipRecoveryPredicate(IgnitePredicate<Message> skipRecoveryPred) |
| Modifier and Type | Method and Description |
|---|---|
<T extends Message> |
MessageReader.readMessage(String name)
Reads nested message.
|
| Modifier and Type | Method and Description |
|---|---|
default @Nullable Message |
MessageFactoryProvider.create(short type)
Always throws
UnsupportedOperationException. |
@Nullable Message |
MessageFactory.create(short type)
Deprecated.
Creates new message instance of provided type.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
MessageWriter.writeMessage(String name,
Message val)
Writes nested message.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
MessageReader.afterMessageRead(Class<? extends Message> msgCls)
Callback that must be invoked by a message implementation after message body finished decoding.
|
void |
IgniteMessageFactory.register(short directType,
Supplier<Message> supplier)
Register message factory with given direct type.
|
void |
MessageReader.setCurrentReadClass(Class<? extends Message> msgCls)
Sets type of message currently read.
|
void |
MessageWriter.setCurrentWriteClass(Class<? extends Message> msgCls)
Sets type of message currently written.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JobStealingRequest
Job stealing request.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
TcpCommunicationSpi.notifyListener(UUID sndId,
Message msg,
IgniteRunnable msgC) |
void |
TcpCommunicationMetricsListener.onMessageReceived(Message msg,
Object consistentId)
Collects statistics for message received by SPI.
|
void |
TcpCommunicationMetricsListener.onMessageSent(Message msg,
Object consistentId)
Collects statistics for message sent by SPI.
|
IgniteInternalFuture<Channel> |
TcpCommunicationSpi.openChannel(ClusterNode remote,
Message initMsg) |
void |
TcpCommunicationSpi.sendMessage(ClusterNode node,
Message msg)
Sends given message to destination node.
|
void |
TcpCommunicationSpi.sendMessage(ClusterNode node,
Message msg,
IgniteInClosure<IgniteException> ackC)
Sends given message to destination node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TcpCommunicationSpi.setListener(CommunicationListener<Message> lsnr)
Deprecated.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TcpConnectionIndexAwareMessage |
| Modifier and Type | Class and Description |
|---|---|
class |
TcpInverseConnectionResponseMessage
Inverse connection response message sent by client node as a response to
inverse connection request received by discovery.
|
| Modifier and Type | Method and Description |
|---|---|
GridNioServer<Message> |
GridNioServerWrapper.nio()
Deprecated.
Returns original nio server instance.
|
GridNioServer<Message> |
GridNioServerWrapper.resetNioServer()
Deprecated.
Recreates tpcSrvr socket instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridNioServerWrapper.onChannelCreate(GridSelectorNioSessionImpl ses,
ConnectionKey connKey,
Message msg)
Deprecated.
|
void |
InboundConnectionHandler.onMessage(GridNioSession ses,
Message msg)
This method is called whenever a
GridNioParser returns non-null value. |
void |
InboundConnectionHandler.onMessageSent(GridNioSession ses,
Message msg)
Handle message sent.
|
IgniteInternalFuture<Channel> |
GridNioServerWrapper.openChannel(ClusterNode remote,
Message initMsg)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridNioServerWrapper.nio(GridNioServer<Message> srv)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HandshakeMessage
Handshake message.
|
class |
HandshakeMessage2
Updated handshake message.
|
class |
HandshakeWaitMessage
Message requesting to wait until node's SPI context initialize.
|
class |
NodeIdMessage
Node ID message.
|
class |
RecoveryLastReceivedMessage
Recovery acknowledgment message.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023