Uses of Class
org.apache.ignite.internal.processors.cache.EntryGetResult
-
Packages that use EntryGetResult Package Description org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation.org.apache.ignite.internal.processors.cache.distributed.near.consistency -
-
Uses of EntryGetResult in org.apache.ignite.internal.processors.cache
Subclasses of EntryGetResult in org.apache.ignite.internal.processors.cache Modifier and Type Class Description classEntryGetWithTtlResultMethods in org.apache.ignite.internal.processors.cache that return EntryGetResult Modifier and Type Method Description EntryGetResultGridCacheEntryEx. innerGetAndReserveForLoad(boolean updateMetrics, boolean evt, String taskName, @Nullable IgniteCacheExpiryPolicy expiryPlc, boolean keepBinary, @Nullable ReaderArguments readerArgs)EntryGetResultGridCacheMapEntry. innerGetAndReserveForLoad(boolean updateMetrics, boolean evt, String taskName, @Nullable IgniteCacheExpiryPolicy expiryPlc, boolean keepBinary, @Nullable ReaderArguments readerArgs)EntryGetResultGridCacheEntryEx. innerGetVersioned(@Nullable GridCacheVersion ver, IgniteInternalTx tx, boolean updateMetrics, boolean evt, Object transformClo, String taskName, @Nullable IgniteCacheExpiryPolicy expiryPlc, boolean keepBinary, @Nullable ReaderArguments readerArgs)EntryGetResultGridCacheMapEntry. innerGetVersioned(@Nullable GridCacheVersion ver, IgniteInternalTx tx, boolean updateMetrics, boolean evt, Object transformClo, String taskName, @Nullable IgniteCacheExpiryPolicy expiryPlc, boolean keepBinary, @Nullable ReaderArguments readerArgs)EntryGetResultGridCacheEntryEx. versionedValue(CacheObject val, @Nullable GridCacheVersion curVer, @Nullable GridCacheVersion newVer, @Nullable IgniteCacheExpiryPolicy loadExpiryPlc, @Nullable ReaderArguments readerArgs)Sets new value if passed in version matches the current version (used for read-through only).EntryGetResultGridCacheMapEntry. versionedValue(CacheObject val, GridCacheVersion curVer, GridCacheVersion newVer, @Nullable IgniteCacheExpiryPolicy loadExpiryPlc, @Nullable ReaderArguments readerArgs)Sets new value if passed in version matches the current version (used for read-through only).Methods in org.apache.ignite.internal.processors.cache with parameters of type EntryGetResult Modifier and Type Method Description <K1,V1>
voidGridCacheContext. addResult(Map<K1,V1> map, KeyCacheObject key, CacheObject val, boolean skipVals, boolean keepCacheObjects, boolean deserializeBinary, boolean cpy, @Nullable EntryGetResult getRes, GridCacheVersion ver, long expireTime, long ttl, boolean needVer, @Nullable ClassLoader ldr)<K1,V1>
voidGridCacheContext. addResult(Map<K1,V1> map, KeyCacheObject key, EntryGetResult getRes, boolean skipVals, boolean keepCacheObjects, boolean deserializeBinary, boolean cpy, boolean needVer) -
Uses of EntryGetResult in org.apache.ignite.internal.processors.cache.distributed.near.consistency
Fields in org.apache.ignite.internal.processors.cache.distributed.near.consistency with type parameters of type EntryGetResult Modifier and Type Field Description protected Map<ClusterNode,GridPartitionedGetFuture<KeyCacheObject,EntryGetResult>>GridNearReadRepairAbstractFuture. futsAffinity node's get futures.Methods in org.apache.ignite.internal.processors.cache.distributed.near.consistency that return types with arguments of type EntryGetResult Modifier and Type Method Description protected Map<KeyCacheObject,EntryGetResult>GridNearReadRepairAbstractFuture. check()Checks consistency.protected Map<KeyCacheObject,EntryGetResult>GridNearReadRepairAbstractFuture. correct(Set<KeyCacheObject> keys)Calculates correct values.Map<KeyCacheObject,EntryGetResult>GridNearReadRepairAbstractFuture.IgniteConsistencyRepairFailedException. correctedMap()Repairable keys.Map<KeyCacheObject,EntryGetResult>IgniteAtomicConsistencyViolationException. correctedMap()protected Map<KeyCacheObject,EntryGetResult>GridNearReadRepairAbstractFuture. correctWithPrimary(Collection<KeyCacheObject> inconsistentKeys)Map<KeyCacheObject,EntryGetResult>IgniteAtomicConsistencyViolationException. primaryMap()Method parameters in org.apache.ignite.internal.processors.cache.distributed.near.consistency with type arguments of type EntryGetResult Modifier and Type Method Description protected voidGridNearReadRepairCheckOnlyFuture. onDoneRepairRequired(Map<KeyCacheObject,EntryGetResult> correcredMap)protected voidGridNearReadRepairAbstractFuture. onResult(IgniteInternalFuture<Map<KeyCacheObject,EntryGetResult>> finished)Collects results of each 'get' future and prepares an overall result of the operation.protected voidGridNearReadRepairAbstractFuture. recordConsistencyViolation(Collection<KeyCacheObject> inconsistentKeys, Map<KeyCacheObject,EntryGetResult> repairedEntries)Constructor parameters in org.apache.ignite.internal.processors.cache.distributed.near.consistency with type arguments of type EntryGetResult Constructor Description IgniteAtomicConsistencyViolationException(Map<KeyCacheObject,EntryGetResult> correctedMap, Map<KeyCacheObject,EntryGetResult> primaryMap, Consumer<Map<KeyCacheObject,EntryGetResult>> callback)IgniteAtomicConsistencyViolationException(Map<KeyCacheObject,EntryGetResult> correctedMap, Map<KeyCacheObject,EntryGetResult> primaryMap, Consumer<Map<KeyCacheObject,EntryGetResult>> callback)IgniteConsistencyRepairFailedException(Map<KeyCacheObject,EntryGetResult> correctedMap, Set<KeyCacheObject> irreparableKeys)
-