| 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,
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 |
GridIoUserMessage
User message wrapper.
|
class |
IgniteIoTestMessage |
| Modifier and Type | Method and Description |
|---|---|
Message |
GridIoMessageFactory.create(short type)
Creates new message instance of provided 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(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 |
|---|---|
static void |
GridIoMessageFactory.registerCustom(short type,
IgniteOutClosure<Message> c)
Registers factory for custom message.
|
| Constructor and Description |
|---|
GridIoMessage(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 |
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 |
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 |
GridDhtUnlockRequest
DHT cache unlock request.
|
| 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.
|
| 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 |
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 |
GridNearUnlockRequest
Near cache unlock request.
|
| Modifier and Type | Method and Description |
|---|---|
Message |
GridNearSingleGetResponse.result() |
| Constructor and Description |
|---|
GridNearSingleGetResponse(int cacheId,
long futId,
AffinityTopologyVersion topVer,
Message res,
boolean invalidPartitions,
boolean addDepInfo) |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
BPlusTree.DestroyBag
Reuse bag for destroy.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridCacheQueryRequest
Query request.
|
class |
GridCacheQueryResponse
Query request.
|
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 | 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 |
HadoopJobId
Job ID.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HadoopDirectShuffleMessage
Direct shuffle message.
|
class |
HadoopShuffleAck
Acknowledgement message.
|
class |
HadoopShuffleFinishRequest
Shuffle finish request.
|
class |
HadoopShuffleFinishResponse
Shuffle finish response.
|
class |
HadoopShuffleMessage
Shuffle message.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IgfsAckMessage
Block write request acknowledgement message.
|
class |
IgfsBlockKey
File's binary data block key.
|
class |
IgfsBlocksMessage
IGFS write blocks message.
|
class |
IgfsCommunicationMessage
Base class for all IGFS communication messages sent between nodes.
|
class |
IgfsDeleteMessage
Indicates that entry scheduled for delete was actually deleted.
|
class |
IgfsFileAffinityRange
Affinity range.
|
class |
IgfsFragmentizerRequest
Fragmentizer request.
|
class |
IgfsFragmentizerResponse
Fragmentizer response.
|
class |
IgfsSyncMessage
Basic sync message.
|
| 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 |
GridQueryCancelRequest
Cancel 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 |
SchemaOperationStatusMessage
Schema operation status message.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridTaskResultRequest
Task result request.
|
class |
GridTaskResultResponse
Task result response.
|
| 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 | Method and Description |
|---|---|
boolean |
GridNioMessageReader.read(UUID nodeId,
Message msg,
ByteBuffer buf) |
boolean |
GridTcpNioCommunicationClient.sendMessage(UUID nodeId,
Message msg,
IgniteInClosure<IgniteException> c) |
boolean |
GridCommunicationClient.sendMessage(UUID nodeId,
Message msg,
IgniteInClosure<IgniteException> c) |
boolean |
GridShmemCommunicationClient.sendMessage(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,
IgniteInClosure<? super IgniteInternalFuture<?>> lsnr)
Adds message at the front of the queue without acquiring back pressure semaphore.
|
boolean |
GridNioMessageWriter.write(UUID nodeId,
Message msg,
ByteBuffer buf) |
int |
GridNioMessageWriter.writeFully(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 |
|---|---|
Message |
MessageFactory.create(short type)
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 |
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,
UUID nodeId)
Collects statistics for message received by SPI.
|
void |
TcpCommunicationMetricsListener.onMessageSent(Message msg,
UUID nodeId)
Collects statistics for message sent by SPI.
|
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)
Set communication listener.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HandshakeMessage
Handshake message.
|
class |
HandshakeMessage2
Updated handshake message.
|
class |
NodeIdMessage
Node ID message.
|
class |
RecoveryLastReceivedMessage
Recovery acknowledgment message.
|
Follow @ApacheIgnite
Ignite Fabric : ver. 2.5.0 Release Date : May 23 2018