Uses of Interface
org.apache.ignite.internal.processors.cache.GridCacheDeployable
-
Packages that use GridCacheDeployable Package Description org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation.org.apache.ignite.internal.processors.cache.distributed org.apache.ignite.internal.processors.cache.distributed.dht org.apache.ignite.internal.processors.cache.distributed.dht.atomic org.apache.ignite.internal.processors.cache.distributed.dht.preloader org.apache.ignite.internal.processors.cache.distributed.near org.apache.ignite.internal.processors.cache.query org.apache.ignite.internal.processors.cache.query.continuous -
-
Uses of GridCacheDeployable in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache with parameters of type GridCacheDeployable Modifier and Type Method Description voidGridCacheDeploymentManager. prepare(GridCacheDeployable deployable)Prepares deployable object. -
Uses of GridCacheDeployable in org.apache.ignite.internal.processors.cache.distributed
Classes in org.apache.ignite.internal.processors.cache.distributed that implement GridCacheDeployable Modifier and Type Class Description classGridCacheTxRecoveryRequestMessage 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.classGridDistributedTxPrepareRequestTransaction prepare request for optimistic and eventually consistent transactions.classGridDistributedTxPrepareResponseResponse to prepare request.classGridDistributedUnlockRequestLock request message. -
Uses of GridCacheDeployable in org.apache.ignite.internal.processors.cache.distributed.dht
Classes in org.apache.ignite.internal.processors.cache.distributed.dht that implement GridCacheDeployable Modifier and Type Class Description classGridDhtLockRequestDHT lock request.classGridDhtLockResponseDHT cache lock response.classGridDhtTxFinishRequestNear transaction finish request.classGridDhtTxPrepareRequestDHT prepare request.classGridDhtTxPrepareResponseDHT transaction prepare response.classGridDhtUnlockRequestDHT cache unlock request. -
Uses of GridCacheDeployable in org.apache.ignite.internal.processors.cache.distributed.dht.atomic
Classes in org.apache.ignite.internal.processors.cache.distributed.dht.atomic that implement GridCacheDeployable Modifier and Type Class Description classGridDhtAtomicAbstractUpdateRequestclassGridDhtAtomicDeferredUpdateResponseDeferred dht atomic update response.classGridDhtAtomicSingleUpdateRequestclassGridDhtAtomicUpdateRequestLite dht cache backup update request.classGridDhtAtomicUpdateResponseDHT atomic cache backup update response.classGridNearAtomicAbstractSingleUpdateRequestclassGridNearAtomicAbstractUpdateRequestclassGridNearAtomicFullUpdateRequestLite DHT cache update request sent from near node to primary node.classGridNearAtomicSingleUpdateFilterRequestclassGridNearAtomicSingleUpdateInvokeRequestclassGridNearAtomicSingleUpdateRequestclassGridNearAtomicUpdateResponseDHT atomic cache near update response. -
Uses of GridCacheDeployable in org.apache.ignite.internal.processors.cache.distributed.dht.preloader
Classes in org.apache.ignite.internal.processors.cache.distributed.dht.preloader that implement GridCacheDeployable Modifier and Type Class Description classGridDhtForceKeysRequestForce keys request.classGridDhtForceKeysResponseForce keys response.classGridDhtPartitionSupplyMessagePartition supply message.classGridDhtPartitionSupplyMessageV2Supply message with supplier error transfer support. -
Uses of GridCacheDeployable in org.apache.ignite.internal.processors.cache.distributed.near
Classes in org.apache.ignite.internal.processors.cache.distributed.near that implement GridCacheDeployable Modifier and Type Class Description classGridNearGetRequestGet request.classGridNearGetResponseGet response.classGridNearLockRequestNear cache lock request to primary node.classGridNearLockResponseNear cache lock response.classGridNearSingleGetRequestclassGridNearSingleGetResponseclassGridNearTxFinishRequestNear transaction finish request.classGridNearTxPrepareRequestNear transaction prepare request to primary node.classGridNearTxPrepareResponseNear cache prepare response.classGridNearUnlockRequestNear cache unlock request. -
Uses of GridCacheDeployable in org.apache.ignite.internal.processors.cache.query
Classes in org.apache.ignite.internal.processors.cache.query that implement GridCacheDeployable Modifier and Type Class Description classGridCacheQueryRequestQuery request.classGridCacheQueryResponsePage of cache query response. -
Uses of GridCacheDeployable in org.apache.ignite.internal.processors.cache.query.continuous
Classes in org.apache.ignite.internal.processors.cache.query.continuous that implement GridCacheDeployable Modifier and Type Class Description classCacheContinuousQueryEntryContinuous query entry.
-