Uses of Class
org.apache.ignite.internal.processors.cache.distributed.near.GridNearGetResponse
-
Packages that use GridNearGetResponse Package Description org.apache.ignite.internal.processors.cache.distributed.dht org.apache.ignite.internal.processors.cache.distributed.near -
-
Uses of GridNearGetResponse in org.apache.ignite.internal.processors.cache.distributed.dht
Methods in org.apache.ignite.internal.processors.cache.distributed.dht with parameters of type GridNearGetResponse Modifier and Type Method Description voidCacheDistributedGetFutureAdapter.AbstractMiniFuture. onResult(GridNearGetResponse res)voidCacheDistributedGetFutureAdapter. onResult(UUID nodeId, GridNearGetResponse res)voidCacheGetFuture. onResult(UUID nodeId, GridNearGetResponse res)voidGridPartitionedSingleGetFuture. onResult(UUID nodeId, GridNearGetResponse res)protected voidCacheDistributedGetFutureAdapter.AbstractMiniFuture. postProcessResult(GridNearGetResponse res)protected voidGridDhtCacheAdapter. processNearGetResponse(UUID nodeId, GridNearGetResponse res) -
Uses of GridNearGetResponse in org.apache.ignite.internal.processors.cache.distributed.near
Methods in org.apache.ignite.internal.processors.cache.distributed.near with parameters of type GridNearGetResponse Modifier and Type Method Description protected voidGridNearCacheAdapter. processGetResponse(UUID nodeId, GridNearGetResponse res)
-