| 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.
|
| Modifier and Type | Method and Description |
|---|---|
GridTcpCommunicationMessageAdapter |
GridJobSiblingsResponse.clone() |
GridTcpCommunicationMessageAdapter |
GridJobExecuteResponse.clone() |
GridTcpCommunicationMessageAdapter |
GridJobCancelRequest.clone() |
GridTcpCommunicationMessageAdapter |
GridJobSiblingsRequest.clone() |
GridTcpCommunicationMessageAdapter |
GridTaskCancelRequest.clone() |
GridTcpCommunicationMessageAdapter |
GridTaskSessionRequest.clone() |
GridTcpCommunicationMessageAdapter |
GridJobExecuteRequest.clone() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GridJobSiblingsResponse.clone0(GridTcpCommunicationMessageAdapter _msg)
Clones all fields of the provided message to
this. |
protected void |
GridJobExecuteResponse.clone0(GridTcpCommunicationMessageAdapter _msg)
Clones all fields of the provided message to
this. |
protected void |
GridJobCancelRequest.clone0(GridTcpCommunicationMessageAdapter _msg)
Clones all fields of the provided message to
this. |
protected void |
GridJobSiblingsRequest.clone0(GridTcpCommunicationMessageAdapter _msg)
Clones all fields of the provided message to
this. |
protected void |
GridTaskCancelRequest.clone0(GridTcpCommunicationMessageAdapter _msg)
Clones all fields of the provided message to
this. |
protected void |
GridTaskSessionRequest.clone0(GridTcpCommunicationMessageAdapter _msg)
Clones all fields of the provided message to
this. |
protected void |
GridJobExecuteRequest.clone0(GridTcpCommunicationMessageAdapter _msg)
Clones all fields of the provided message to
this. |
| Modifier and Type | Class and Description |
|---|---|
class |
GridCheckpointRequest
This class defines checkpoint request.
|
| Modifier and Type | Method and Description |
|---|---|
GridTcpCommunicationMessageAdapter |
GridCheckpointRequest.clone() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GridCheckpointRequest.clone0(GridTcpCommunicationMessageAdapter _msg)
Clones all fields of the provided message to
this. |
| Modifier and Type | Class and Description |
|---|---|
class |
GridIoMessage
Wrapper for all grid messages.
|
class |
GridIoUserMessage
User message wrapper.
|
| Modifier and Type | Method and Description |
|---|---|
GridTcpCommunicationMessageAdapter |
GridIoUserMessage.clone() |
GridTcpCommunicationMessageAdapter |
GridIoMessage.clone() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GridIoUserMessage.clone0(GridTcpCommunicationMessageAdapter _msg)
Clones all fields of the provided message to
this. |
protected void |
GridIoMessage.clone0(GridTcpCommunicationMessageAdapter _msg)
Clones all fields of the provided message to
this. |
void |
GridIoManager.send(Collection<? extends GridNode> nodes,
GridTopic topic,
GridTcpCommunicationMessageAdapter msg,
GridIoPolicy plc) |
void |
GridIoManager.send(Collection<? extends GridNode> nodes,
Object topic,
GridTcpCommunicationMessageAdapter msg,
GridIoPolicy plc) |
void |
GridIoManager.send(GridNode node,
GridTopic topic,
GridTcpCommunicationMessageAdapter msg,
GridIoPolicy plc) |
void |
GridIoManager.send(GridNode node,
Object topic,
GridTcpCommunicationMessageAdapter msg,
GridIoPolicy plc) |
void |
GridIoManager.send(UUID nodeId,
GridTopic topic,
GridTcpCommunicationMessageAdapter msg,
GridIoPolicy plc) |
void |
GridIoManager.send(UUID nodeId,
Object topic,
GridTcpCommunicationMessageAdapter msg,
GridIoPolicy plc) |
void |
GridIoManager.sendOrderedMessage(Collection<? extends GridNode> nodes,
Object topic,
long msgId,
GridTcpCommunicationMessageAdapter msg,
GridIoPolicy plc,
long timeout,
boolean skipOnTimeout) |
void |
GridIoManager.sendOrderedMessage(GridNode node,
Object topic,
long msgId,
GridTcpCommunicationMessageAdapter msg,
GridIoPolicy plc,
long timeout,
boolean skipOnTimeout) |
void |
GridIoManager.sendOrderedMessage(UUID nodeId,
Object topic,
long msgId,
GridTcpCommunicationMessageAdapter msg,
GridIoPolicy plc,
long timeout,
boolean skipOnTimeout) |
| Constructor and Description |
|---|
GridIoMessage(GridIoPolicy plc,
Object topic,
int topicOrd,
GridTcpCommunicationMessageAdapter msg,
long msgId,
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 | Method and Description |
|---|---|
GridTcpCommunicationMessageAdapter |
GridDeploymentRequest.clone() |
GridTcpCommunicationMessageAdapter |
GridDeploymentInfoBean.clone() |
GridTcpCommunicationMessageAdapter |
GridDeploymentResponse.clone() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GridDeploymentRequest.clone0(GridTcpCommunicationMessageAdapter _msg)
Clones all fields of the provided message to
this. |
protected void |
GridDeploymentInfoBean.clone0(GridTcpCommunicationMessageAdapter _msg)
Clones all fields of the provided message to
this. |
protected void |
GridDeploymentResponse.clone0(GridTcpCommunicationMessageAdapter _msg)
Clones all fields of the provided message to
this. |
| Modifier and Type | Class and Description |
|---|---|
class |
GridEventStorageMessage
Event storage message.
|
| Modifier and Type | Method and Description |
|---|---|
GridTcpCommunicationMessageAdapter |
GridEventStorageMessage.clone() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GridEventStorageMessage.clone0(GridTcpCommunicationMessageAdapter _msg)
Clones all fields of the provided message to
this. |
| Modifier and Type | Class and Description |
|---|---|
class |
GridCacheDgcRequest<K,V>
DGC request.
|
class |
GridCacheDgcResponse<K,V>
DGC response.
|
class |
GridCacheEvictionRequest<K,V>
Cache eviction request.
|
class |
GridCacheEvictionResponse<K,V>
Cache eviction response.
|
class |
GridCacheMessage<K,V>
Parent of all cache messages.
|
| Modifier and Type | Method and Description |
|---|---|
GridTcpCommunicationMessageAdapter |
GridCacheDgcResponse.clone() |
GridTcpCommunicationMessageAdapter |
GridCacheDgcRequest.clone() |
GridTcpCommunicationMessageAdapter |
GridCacheEvictionRequest.clone() |
GridTcpCommunicationMessageAdapter |
GridCacheEvictionResponse.clone() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GridCacheMessage.clone0(GridTcpCommunicationMessageAdapter _msg)
Clones all fields of the provided message to
this. |
protected void |
GridCacheDgcResponse.clone0(GridTcpCommunicationMessageAdapter _msg)
Clones all fields of the provided message to
this. |
protected void |
GridCacheDgcRequest.clone0(GridTcpCommunicationMessageAdapter _msg)
Clones all fields of the provided message to
this. |
protected void |
GridCacheEvictionRequest.clone0(GridTcpCommunicationMessageAdapter _msg)
Clones all fields of the provided message to
this. |
protected void |
GridCacheEvictionResponse.clone0(GridTcpCommunicationMessageAdapter _msg)
Clones all fields of the provided message to
this. |
| Modifier and Type | Class and Description |
|---|---|
class |
GridCacheOptimisticCheckPreparedTxRequest<K,V>
Message sent to check that transactions related to some optimistic transaction
were prepared on remote node.
|
class |
GridCacheOptimisticCheckPreparedTxResponse<K,V>
Check prepared transactions response.
|
class |
GridCachePessimisticCheckCommittedTxRequest<K,V>
Message sent to check that transactions related to some pessimistic transaction
were prepared on remote node.
|
class |
GridCachePessimisticCheckCommittedTxResponse<K,V>
Check prepared transactions response.
|
class |
GridDistributedBaseMessage<K,V>
Base for all messages in replicated cache.
|
class |
GridDistributedLockRequest<K,V>
Lock request message.
|
class |
GridDistributedLockResponse<K,V>
Lock response message.
|
class |
GridDistributedTxFinishRequest<K,V>
Transaction completion message.
|
class |
GridDistributedTxFinishResponse<K,V>
Transaction finish response.
|
class |
GridDistributedTxPrepareRequest<K,V>
Transaction prepare request for optimistic and eventually consistent
transactions.
|
class |
GridDistributedTxPrepareResponse<K,V>
Response to prepare request.
|
class |
GridDistributedUnlockRequest<K,V>
Lock request message.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
GridDistributedTxPrepareResponse.clone0(GridTcpCommunicationMessageAdapter _msg)
Clones all fields of the provided message to
this. |
protected void |
GridDistributedTxPrepareRequest.clone0(GridTcpCommunicationMessageAdapter _msg)
Clones all fields of the provided message to
this. |
protected void |
GridDistributedTxFinishRequest.clone0(GridTcpCommunicationMessageAdapter _msg)
Clones all fields of the provided message to
this. |
protected void |
GridDistributedLockRequest.clone0(GridTcpCommunicationMessageAdapter _msg)
Clones all fields of the provided message to
this. |
protected void |
GridDistributedBaseMessage.clone0(GridTcpCommunicationMessageAdapter _msg)
Clones all fields of the provided message to
this. |
protected void |
GridCacheOptimisticCheckPreparedTxResponse.clone0(GridTcpCommunicationMessageAdapter _msg)
Clones all fields of the provided message to
this. |
protected void |
GridDistributedUnlockRequest.clone0(GridTcpCommunicationMessageAdapter _msg)
Clones all fields of the provided message to
this. |
protected void |
GridDistributedLockResponse.clone0(GridTcpCommunicationMessageAdapter _msg)
Clones all fields of the provided message to
this. |
protected void |
GridCachePessimisticCheckCommittedTxResponse.clone0(GridTcpCommunicationMessageAdapter _msg)
Clones all fields of the provided message to
this. |
protected void |
GridDistributedTxFinishResponse.clone0(GridTcpCommunicationMessageAdapter _msg)
Clones all fields of the provided message to
this. |
protected void |
GridCacheOptimisticCheckPreparedTxRequest.clone0(GridTcpCommunicationMessageAdapter _msg)
Clones all fields of the provided message to
this. |
protected void |
GridCachePessimisticCheckCommittedTxRequest.clone0(GridTcpCommunicationMessageAdapter _msg)
Clones all fields of the provided message to
this. |
| Modifier and Type | Class and Description |
|---|---|
class |
GridDhtAffinityAssignmentRequest<K,V>
Affinity assignment request.
|
class |
GridDhtAffinityAssignmentResponse<K,V>
Affinity assignment response.
|
class |
GridDhtLockRequest<K,V>
DHT lock request.
|
class |
GridDhtLockResponse<K,V>
DHT cache lock response.
|
class |
GridDhtTxFinishRequest<K,V>
Near transaction finish request.
|
class |
GridDhtTxFinishResponse<K,V>
DHT transaction finish response.
|
class |
GridDhtTxPrepareRequest<K,V>
DHT prepare request.
|
class |
GridDhtTxPrepareResponse<K,V>
DHT transaction prepare response.
|
class |
GridDhtUnlockRequest<K,V>
DHT cache unlock request.
|
| Modifier and Type | Method and Description |
|---|---|
GridTcpCommunicationMessageAdapter |
GridDhtTxPrepareResponse.clone() |
GridTcpCommunicationMessageAdapter |
GridDhtTxFinishResponse.clone() |
GridTcpCommunicationMessageAdapter |
GridDhtUnlockRequest.clone() |
GridTcpCommunicationMessageAdapter |
GridDhtAffinityAssignmentResponse.clone() |
GridTcpCommunicationMessageAdapter |
GridDhtLockRequest.clone() |
GridTcpCommunicationMessageAdapter |
GridDhtTxPrepareRequest.clone() |
GridTcpCommunicationMessageAdapter |
GridDhtTxFinishRequest.clone() |
GridTcpCommunicationMessageAdapter |
GridDhtAffinityAssignmentRequest.clone() |
GridTcpCommunicationMessageAdapter |
GridDhtLockResponse.clone() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GridDhtTxPrepareResponse.clone0(GridTcpCommunicationMessageAdapter _msg)
Clones all fields of the provided message to
this. |
protected void |
GridDhtTxFinishResponse.clone0(GridTcpCommunicationMessageAdapter _msg)
Clones all fields of the provided message to
this. |
protected void |
GridDhtUnlockRequest.clone0(GridTcpCommunicationMessageAdapter _msg)
Clones all fields of the provided message to
this. |
protected void |
GridDhtAffinityAssignmentResponse.clone0(GridTcpCommunicationMessageAdapter _msg)
Clones all fields of the provided message to
this. |
protected void |
GridDhtLockRequest.clone0(GridTcpCommunicationMessageAdapter _msg)
Clones all fields of the provided message to
this. |
protected void |
GridDhtTxPrepareRequest.clone0(GridTcpCommunicationMessageAdapter _msg)
Clones all fields of the provided message to
this. |
protected void |
GridDhtTxFinishRequest.clone0(GridTcpCommunicationMessageAdapter _msg)
Clones all fields of the provided message to
this. |
protected void |
GridDhtAffinityAssignmentRequest.clone0(GridTcpCommunicationMessageAdapter _msg)
Clones all fields of the provided message to
this. |
protected void |
GridDhtLockResponse.clone0(GridTcpCommunicationMessageAdapter _msg)
Clones all fields of the provided message to
this. |
| Modifier and Type | Class and Description |
|---|---|
class |
GridDhtAtomicDeferredUpdateResponse<K,V>
Deferred dht atomic update response.
|
class |
GridDhtAtomicUpdateRequest<K,V>
Lite dht cache backup update request.
|
class |
GridDhtAtomicUpdateResponse<K,V>
DHT atomic cache backup update response.
|
class |
GridNearAtomicUpdateRequest<K,V>
Lite DHT cache update request sent from near node to primary node.
|
class |
GridNearAtomicUpdateResponse<K,V>
DHT atomic cache near update response.
|
| Modifier and Type | Method and Description |
|---|---|
GridTcpCommunicationMessageAdapter |
GridDhtAtomicUpdateResponse.clone() |
GridTcpCommunicationMessageAdapter |
GridDhtAtomicUpdateRequest.clone() |
GridTcpCommunicationMessageAdapter |
GridNearAtomicUpdateResponse.clone() |
GridTcpCommunicationMessageAdapter |
GridNearAtomicUpdateRequest.clone() |
GridTcpCommunicationMessageAdapter |
GridDhtAtomicDeferredUpdateResponse.clone() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GridDhtAtomicUpdateResponse.clone0(GridTcpCommunicationMessageAdapter _msg)
Clones all fields of the provided message to
this. |
protected void |
GridDhtAtomicUpdateRequest.clone0(GridTcpCommunicationMessageAdapter _msg)
Clones all fields of the provided message to
this. |
protected void |
GridNearAtomicUpdateResponse.clone0(GridTcpCommunicationMessageAdapter _msg)
Clones all fields of the provided message to
this. |
protected void |
GridNearAtomicUpdateRequest.clone0(GridTcpCommunicationMessageAdapter _msg)
Clones all fields of the provided message to
this. |
protected void |
GridDhtAtomicDeferredUpdateResponse.clone0(GridTcpCommunicationMessageAdapter _msg)
Clones all fields of the provided message to
this. |
| Modifier and Type | Class and Description |
|---|---|
class |
GridDhtForceKeysRequest<K,V>
Force keys request.
|
class |
GridDhtForceKeysResponse<K,V>
Force keys response.
|
class |
GridDhtPartitionDemandMessage<K,V>
Partition demand request.
|
class |
GridDhtPartitionsFullMessage<K,V>
Information about partitions of all nodes in topology.
|
class |
GridDhtPartitionsSingleMessage<K,V>
Information about partitions of a single node.
|
class |
GridDhtPartitionsSingleRequest<K,V>
Request for single partition info.
|
class |
GridDhtPartitionSupplyMessage<K,V>
Partition supply message.
|
| Modifier and Type | Method and Description |
|---|---|
GridTcpCommunicationMessageAdapter |
GridDhtPartitionSupplyMessage.clone() |
GridTcpCommunicationMessageAdapter |
GridDhtPartitionsSingleMessage.clone() |
GridTcpCommunicationMessageAdapter |
GridDhtPartitionsSingleRequest.clone() |
GridTcpCommunicationMessageAdapter |
GridDhtPartitionDemandMessage.clone() |
GridTcpCommunicationMessageAdapter |
GridDhtForceKeysResponse.clone() |
GridTcpCommunicationMessageAdapter |
GridDhtPartitionsFullMessage.clone() |
GridTcpCommunicationMessageAdapter |
GridDhtForceKeysRequest.clone() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GridDhtPartitionSupplyMessage.clone0(GridTcpCommunicationMessageAdapter _msg)
Clones all fields of the provided message to
this. |
protected void |
GridDhtPartitionsSingleMessage.clone0(GridTcpCommunicationMessageAdapter _msg)
Clones all fields of the provided message to
this. |
protected void |
GridDhtPartitionsSingleRequest.clone0(GridTcpCommunicationMessageAdapter _msg)
Clones all fields of the provided message to
this. |
protected void |
GridDhtPartitionDemandMessage.clone0(GridTcpCommunicationMessageAdapter _msg)
Clones all fields of the provided message to
this. |
protected void |
GridDhtForceKeysResponse.clone0(GridTcpCommunicationMessageAdapter _msg)
Clones all fields of the provided message to
this. |
protected void |
GridDhtPartitionsFullMessage.clone0(GridTcpCommunicationMessageAdapter _msg)
Clones all fields of the provided message to
this. |
protected void |
GridDhtForceKeysRequest.clone0(GridTcpCommunicationMessageAdapter _msg)
Clones all fields of the provided message to
this. |
| Modifier and Type | Class and Description |
|---|---|
class |
GridNearGetRequest<K,V>
Get request.
|
class |
GridNearGetResponse<K,V>
Get response.
|
class |
GridNearLockRequest<K,V>
Near cache lock request.
|
class |
GridNearLockResponse<K,V>
Near cache lock response.
|
class |
GridNearTxFinishRequest<K,V>
Near transaction finish request.
|
class |
GridNearTxFinishResponse<K,V>
Reply for synchronous phase 2.
|
class |
GridNearTxPrepareRequest<K,V>
Near transaction prepare request.
|
class |
GridNearTxPrepareResponse<K,V>
Near cache prepare response.
|
class |
GridNearUnlockRequest<K,V>
Near cache unlock request.
|
| Modifier and Type | Method and Description |
|---|---|
GridTcpCommunicationMessageAdapter |
GridNearTxPrepareRequest.clone() |
GridTcpCommunicationMessageAdapter |
GridNearGetResponse.clone() |
GridTcpCommunicationMessageAdapter |
GridNearUnlockRequest.clone() |
GridTcpCommunicationMessageAdapter |
GridNearTxPrepareResponse.clone() |
GridTcpCommunicationMessageAdapter |
GridNearLockResponse.clone() |
GridTcpCommunicationMessageAdapter |
GridNearGetRequest.clone() |
GridTcpCommunicationMessageAdapter |
GridNearTxFinishRequest.clone() |
GridTcpCommunicationMessageAdapter |
GridNearTxFinishResponse.clone() |
GridTcpCommunicationMessageAdapter |
GridNearLockRequest.clone() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GridNearTxPrepareRequest.clone0(GridTcpCommunicationMessageAdapter _msg)
Clones all fields of the provided message to
this. |
protected void |
GridNearGetResponse.clone0(GridTcpCommunicationMessageAdapter _msg)
Clones all fields of the provided message to
this. |
protected void |
GridNearUnlockRequest.clone0(GridTcpCommunicationMessageAdapter _msg)
Clones all fields of the provided message to
this. |
protected void |
GridNearTxPrepareResponse.clone0(GridTcpCommunicationMessageAdapter _msg)
Clones all fields of the provided message to
this. |
protected void |
GridNearLockResponse.clone0(GridTcpCommunicationMessageAdapter _msg)
Clones all fields of the provided message to
this. |
protected void |
GridNearGetRequest.clone0(GridTcpCommunicationMessageAdapter _msg)
Clones all fields of the provided message to
this. |
protected void |
GridNearTxFinishRequest.clone0(GridTcpCommunicationMessageAdapter _msg)
Clones all fields of the provided message to
this. |
protected void |
GridNearTxFinishResponse.clone0(GridTcpCommunicationMessageAdapter _msg)
Clones all fields of the provided message to
this. |
protected void |
GridNearLockRequest.clone0(GridTcpCommunicationMessageAdapter _msg)
Clones all fields of the provided message to
this. |
| Modifier and Type | Class and Description |
|---|---|
class |
GridCacheQueryRequest<K,V>
Query request.
|
class |
GridCacheQueryResponse<K,V>
Query request.
|
| Modifier and Type | Method and Description |
|---|---|
GridTcpCommunicationMessageAdapter |
GridCacheQueryResponse.clone() |
GridTcpCommunicationMessageAdapter |
GridCacheQueryRequest.clone() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GridCacheQueryResponse.clone0(GridTcpCommunicationMessageAdapter _msg)
Clones all fields of the provided message to
this. |
protected void |
GridCacheQueryRequest.clone0(GridTcpCommunicationMessageAdapter _msg)
Clones all fields of the provided message to
this. |
| Modifier and Type | Class and Description |
|---|---|
class |
GridClockDeltaSnapshotMessage
Message containing time delta map for all nodes.
|
| Modifier and Type | Method and Description |
|---|---|
GridTcpCommunicationMessageAdapter |
GridClockDeltaSnapshotMessage.clone() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GridClockDeltaSnapshotMessage.clone0(GridTcpCommunicationMessageAdapter _msg)
Clones all fields of the provided message to
this. |
| Modifier and Type | Class and Description |
|---|---|
class |
GridContinuousMessage
Continuous processor message.
|
| Modifier and Type | Method and Description |
|---|---|
GridTcpCommunicationMessageAdapter |
GridContinuousMessage.clone() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GridContinuousMessage.clone0(GridTcpCommunicationMessageAdapter _msg)
Clones all fields of the provided message to
this. |
| Modifier and Type | Class and Description |
|---|---|
class |
GridDataLoadRequest<K,V> |
class |
GridDataLoadResponse |
| Modifier and Type | Method and Description |
|---|---|
GridTcpCommunicationMessageAdapter |
GridDataLoadResponse.clone() |
GridTcpCommunicationMessageAdapter |
GridDataLoadRequest.clone() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GridDataLoadResponse.clone0(GridTcpCommunicationMessageAdapter _msg)
Clones all fields of the provided message to
this. |
protected void |
GridDataLoadRequest.clone0(GridTcpCommunicationMessageAdapter _msg)
Clones all fields of the provided message to
this. |
| Modifier and Type | Class and Description |
|---|---|
class |
GridDrInternalRequest
Internal DR request.
|
class |
GridDrInternalResponse
Internal replication response.
|
| Modifier and Type | Method and Description |
|---|---|
GridTcpCommunicationMessageAdapter |
GridDrInternalResponse.clone() |
GridTcpCommunicationMessageAdapter |
GridDrInternalRequest.clone() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GridDrInternalResponse.clone0(GridTcpCommunicationMessageAdapter _msg)
Clones all fields of the provided message to
this. |
protected void |
GridDrInternalRequest.clone0(GridTcpCommunicationMessageAdapter _msg)
Clones all fields of the provided message to
this. |
| Modifier and Type | Class and Description |
|---|---|
class |
GridClientHandshakeRequestWrapper
Client handshake wrapper for direct marshalling.
|
class |
GridClientHandshakeResponseWrapper
Client handshake wrapper for direct marshalling.
|
class |
GridClientMessageWrapper
Client message wrapper for direct marshalling.
|
class |
GridClientPingPacketWrapper
Ping packet wrapper for direct marshalling.
|
| Modifier and Type | Method and Description |
|---|---|
GridTcpCommunicationMessageAdapter |
GridClientHandshakeResponseWrapper.clone() |
GridTcpCommunicationMessageAdapter |
GridClientHandshakeRequestWrapper.clone() |
GridTcpCommunicationMessageAdapter |
GridClientMessageWrapper.clone() |
GridTcpCommunicationMessageAdapter |
GridClientPingPacketWrapper.clone() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GridClientHandshakeResponseWrapper.clone0(GridTcpCommunicationMessageAdapter _msg)
Clones all fields of the provided message to
this. |
protected void |
GridClientHandshakeRequestWrapper.clone0(GridTcpCommunicationMessageAdapter _msg)
Clones all fields of the provided message to
this. |
protected void |
GridClientMessageWrapper.clone0(GridTcpCommunicationMessageAdapter _msg)
Clones all fields of the provided message to
this. |
protected void |
GridClientPingPacketWrapper.clone0(GridTcpCommunicationMessageAdapter _msg)
Clones all fields of the provided message to
this. |
| Modifier and Type | Class and Description |
|---|---|
class |
GridTaskResultRequest
Task result request.
|
class |
GridTaskResultResponse
Task result response.
|
| Modifier and Type | Method and Description |
|---|---|
GridTcpCommunicationMessageAdapter |
GridTaskResultResponse.clone() |
GridTcpCommunicationMessageAdapter |
GridTaskResultRequest.clone() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GridTaskResultResponse.clone0(GridTcpCommunicationMessageAdapter _msg)
Clones all fields of the provided message to
this. |
protected void |
GridTaskResultRequest.clone0(GridTcpCommunicationMessageAdapter _msg)
Clones all fields of the provided message to
this. |
| Modifier and Type | Class and Description |
|---|---|
class |
GridMemcachedMessageWrapper
Memcached message wrapper for direct marshalling.
|
| Modifier and Type | Method and Description |
|---|---|
GridTcpCommunicationMessageAdapter |
GridMemcachedMessageWrapper.clone() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GridMemcachedMessageWrapper.clone0(GridTcpCommunicationMessageAdapter _msg)
Clones all fields of the provided message to
this. |
| Modifier and Type | Class and Description |
|---|---|
class |
GridStreamerCancelRequest
Streamer cancel request.
|
class |
GridStreamerExecutionRequest |
class |
GridStreamerResponse |
| Modifier and Type | Method and Description |
|---|---|
GridTcpCommunicationMessageAdapter |
GridStreamerResponse.clone() |
GridTcpCommunicationMessageAdapter |
GridStreamerExecutionRequest.clone() |
GridTcpCommunicationMessageAdapter |
GridStreamerCancelRequest.clone() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GridStreamerResponse.clone0(GridTcpCommunicationMessageAdapter _msg)
Clones all fields of the provided message to
this. |
protected void |
GridStreamerExecutionRequest.clone0(GridTcpCommunicationMessageAdapter _msg)
Clones all fields of the provided message to
this. |
protected void |
GridStreamerCancelRequest.clone0(GridTcpCommunicationMessageAdapter _msg)
Clones all fields of the provided message to
this. |
| Modifier and Type | Class and Description |
|---|---|
class |
GridJobStealingRequest
Job stealing request.
|
| Modifier and Type | Method and Description |
|---|---|
GridTcpCommunicationMessageAdapter |
GridJobStealingRequest.clone() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GridJobStealingRequest.clone0(GridTcpCommunicationMessageAdapter _msg)
Clones all fields of the provided message to
this. |
| Modifier and Type | Class and Description |
|---|---|
static class |
GridTcpCommunicationSpi.NodeIdMessage
Node ID message.
|
| Modifier and Type | Method and Description |
|---|---|
GridTcpCommunicationMessageAdapter |
GridTcpCommunicationSpi.NodeIdMessage.clone() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GridTcpCommunicationSpi.NodeIdMessage.clone0(GridTcpCommunicationMessageAdapter _msg)
Clones all fields of the provided message to
this. |
protected void |
GridTcpCommunicationSpi.notifyListener(UUID sndId,
GridTcpCommunicationMessageAdapter msg,
GridRunnable msgC) |
void |
GridTcpCommunicationSpi.sendMessage(GridNode node,
GridTcpCommunicationMessageAdapter msg)
Sends given message to destination node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridTcpCommunicationSpi.setListener(GridCommunicationListener<GridTcpCommunicationMessageAdapter> lsnr)
Set communication listener.
|
| Modifier and Type | Field and Description |
|---|---|
static GridTcpCommunicationMessageAdapter |
GridTcpCommunicationMessageAdapter.MSG_NOT_READ |
| Modifier and Type | Method and Description |
|---|---|
abstract GridTcpCommunicationMessageAdapter |
GridTcpCommunicationMessageAdapter.clone() |
static GridTcpCommunicationMessageAdapter |
GridTcpCommunicationMessageFactory.create(byte type) |
GridTcpCommunicationMessageAdapter |
GridTcpCommunicationMessageProducer.create(byte type)
Create message.
|
GridTcpCommunicationMessageAdapter |
GridTcpCommunicationMessageState.getMessage() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
GridTcpCommunicationMessageAdapter.clone0(GridTcpCommunicationMessageAdapter _msg)
Clones all fields of the provided message to
this. |
boolean |
GridTcpCommunicationMessageState.putMessage(GridTcpCommunicationMessageAdapter msg) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
GridNioMessageReader.read(UUID nodeId,
GridTcpCommunicationMessageAdapter msg,
ByteBuffer buf) |
void |
GridCommunicationClient.sendMessage(UUID nodeId,
GridTcpCommunicationMessageAdapter msg) |
void |
GridTcpNioCommunicationClient.sendMessage(UUID nodeId,
GridTcpCommunicationMessageAdapter msg) |
void |
GridShmemCommunicationClient.sendMessage(UUID nodeId,
GridTcpCommunicationMessageAdapter msg) |
void |
GridTcpCommunicationClient.sendMessage(UUID nodeId,
GridTcpCommunicationMessageAdapter msg) |
boolean |
GridNioMessageWriter.write(UUID nodeId,
GridTcpCommunicationMessageAdapter msg,
ByteBuffer buf) |
int |
GridNioMessageWriter.writeFully(UUID nodeId,
GridTcpCommunicationMessageAdapter msg,
OutputStream out,
ByteBuffer buf) |
Copyright © 2014. All rights reserved.