Uses of Interface
org.apache.ignite.internal.processors.cache.CacheObject
-
-
Uses of CacheObject in org.apache.ignite.internal.binary
Classes in org.apache.ignite.internal.binary that implement CacheObject Modifier and Type Class Description classBinaryEnumObjectImplBinary enum object.classBinaryObjectImplBinary object implementation.classBinaryObjectOffheapImplBinary object implementation over offheap memoryMethods in org.apache.ignite.internal.binary that return CacheObject Modifier and Type Method Description CacheObjectBinaryEnumObjectImpl. prepareForCache(CacheObjectContext ctx)Prepares cache object for cache (e.g. copies user-provided object if needed).CacheObjectBinaryObjectImpl. prepareForCache(CacheObjectContext ctx)Prepares cache object for cache (e.g. copies user-provided object if needed).CacheObjectBinaryObjectOffheapImpl. prepareForCache(CacheObjectContext ctx)Prepares cache object for cache (e.g. copies user-provided object if needed). -
Uses of CacheObject in org.apache.ignite.internal.cache.query.index.sorted
Methods in org.apache.ignite.internal.cache.query.index.sorted that return CacheObject Modifier and Type Method Description CacheObjectIndexRowImpl. value() -
Uses of CacheObject in org.apache.ignite.internal.cache.query.index.sorted.keys
Constructors in org.apache.ignite.internal.cache.query.index.sorted.keys with parameters of type CacheObject Constructor Description CacheJavaObjectIndexKey(CacheObject obj, CacheObjectValueContext valCtx)Constructor. -
Uses of CacheObject in org.apache.ignite.internal.pagemem.wal.record
Fields in org.apache.ignite.internal.pagemem.wal.record declared as CacheObject Modifier and Type Field Description protected @Nullable CacheObjectDataEntry. valCache object value.Methods in org.apache.ignite.internal.pagemem.wal.record that return CacheObject Modifier and Type Method Description CacheObjectDataEntry. value()CacheObjectLazyDataEntry. value()Methods in org.apache.ignite.internal.pagemem.wal.record with parameters of type CacheObject Modifier and Type Method Description static ObjectUnwrapDataEntry. unwrapValue(CacheObject val, boolean keepBinary, CacheObjectValueContext cacheObjValCtx)Constructors in org.apache.ignite.internal.pagemem.wal.record with parameters of type CacheObject Constructor Description DataEntry(int cacheId, KeyCacheObject key, @Nullable CacheObject val, GridCacheOperation op, GridCacheVersion nearXidVer, GridCacheVersion writeVer, long expireTime, int partId, long partCnt, byte flags)UnwrapDataEntry(int cacheId, KeyCacheObject key, CacheObject val, GridCacheOperation op, GridCacheVersion nearXidVer, GridCacheVersion writeVer, long expireTime, int partId, long partCnt, CacheObjectValueContext cacheObjValCtx, boolean keepBinary, byte flags) -
Uses of CacheObject in org.apache.ignite.internal.processors.cache
Subinterfaces of CacheObject in org.apache.ignite.internal.processors.cache Modifier and Type Interface Description interfaceKeyCacheObjectClasses in org.apache.ignite.internal.processors.cache that implement CacheObject Modifier and Type Class Description classCacheObjectAdapterclassCacheObjectByteArrayImplCache object over byte array.classCacheObjectImplprotected static classIgniteCacheOffheapManagerImpl.ExpiredKeyCacheObjectThis entry key is used to indicate that an expired entry has already been deleted from PendingEntriesTree and doesn't need to participate in PendingEntriesTree cleanup again.classKeyCacheObjectImplFields in org.apache.ignite.internal.processors.cache declared as CacheObject Modifier and Type Field Description protected CacheObjectGridCacheMapEntry. valValue.protected CacheObjectCacheLazyEntry. valObjCache object value.Methods in org.apache.ignite.internal.processors.cache that return CacheObject Modifier and Type Method Description static @Nullable CacheObjectGridCacheUtils. failed(boolean err)static @Nullable CacheObjectGridCacheUtils. failed(boolean err, CacheObject val)CacheObjectGridCacheEntryEx. innerGet(@Nullable GridCacheVersion ver, @Nullable IgniteInternalTx tx, boolean readThrough, boolean updateMetrics, boolean evt, Object transformClo, String taskName, @Nullable IgniteCacheExpiryPolicy expiryPlc, boolean keepBinary)CacheObjectGridCacheMapEntry. innerGet(@Nullable GridCacheVersion ver, @Nullable IgniteInternalTx tx, boolean readThrough, boolean updateMetrics, boolean evt, Object transformClo, String taskName, @Nullable IgniteCacheExpiryPolicy expirePlc, boolean keepBinary)@Nullable CacheObjectGridCacheEntryEx. innerReload()Reloads entry from underlying storage.@Nullable CacheObjectGridCacheMapEntry. innerReload()Reloads entry from underlying storage.@Nullable CacheObjectGridCacheUpdateAtomicResult. newValue()@Nullable CacheObjectGridCacheUpdateAtomicResult. oldValue()@Nullable CacheObjectGridCacheEntryEx. peek()Peeks into entry without loading value or updating statistics.@Nullable CacheObjectGridCacheEntryEx. peek(boolean heap, boolean offheap, AffinityTopologyVersion topVer, @Nullable IgniteCacheExpiryPolicy plc)Peeks into entry without loading value or updating statistics.@Nullable CacheObjectGridCacheMapEntry. peek()Peeks into entry without loading value or updating statistics.@Nullable CacheObjectGridCacheMapEntry. peek(boolean heap, boolean offheap, AffinityTopologyVersion topVer, @Nullable IgniteCacheExpiryPolicy expiryPlc)Peeks into entry without loading value or updating statistics.protected @Nullable CacheObjectCacheEntryPredicateAdapter. peekVisibleValue(GridCacheEntryEx entry)@Nullable CacheObjectGridCacheEntryEx. peekVisibleValue()Peeks value provided to public API entries and to entry filters.@Nullable CacheObjectGridCacheMapEntry. peekVisibleValue()Peeks value provided to public API entries and to entry filters.CacheObjectCacheObject. prepareForCache(CacheObjectContext ctx)Prepares cache object for cache (e.g. copies user-provided object if needed).CacheObjectCacheObjectByteArrayImpl. prepareForCache(CacheObjectContext ctx)Prepares cache object for cache (e.g. copies user-provided object if needed).CacheObjectCacheObjectImpl. prepareForCache(CacheObjectContext ctx)Prepares cache object for cache (e.g. copies user-provided object if needed).CacheObjectKeyCacheObjectImpl. prepareForCache(CacheObjectContext ctx)Prepares cache object for cache (e.g. copies user-provided object if needed).CacheObjectGridCacheEntryEx. rawGet()CacheObjectGridCacheMapEntry. rawGet()CacheObjectGridCacheEntryEx. rawPut(CacheObject val, long ttl)CacheObjectGridCacheMapEntry. rawPut(CacheObject val, long ttl)CacheObjectCacheInvokeDirectResult. result()@Nullable CacheObjectGridCacheContext. toCacheObject(@Nullable Object obj)@Nullable CacheObjectGridCacheEntryEx. unswap()@Nullable CacheObjectGridCacheEntryEx. unswap(boolean needVal)Unswap ignoring flags.@Nullable CacheObjectGridCacheEntryEx. unswap(CacheDataRow row)CacheObjectGridCacheMapEntry. unswap()@Nullable CacheObjectGridCacheMapEntry. unswap(boolean needVal)Unswap ignoring flags.CacheObjectGridCacheMapEntry. unswap(CacheDataRow row)CacheObjectGridCacheEntryInfo. value()CacheObjectGridCacheFilterFailedException. value()CacheObjectGridCacheEntryEx. valueBytes()@Nullable CacheObjectGridCacheEntryEx. valueBytes(@Nullable GridCacheVersion ver)Gets cached serialized value bytes.CacheObjectGridCacheMapEntry. valueBytes()@Nullable CacheObjectGridCacheMapEntry. valueBytes(@Nullable GridCacheVersion ver)Gets cached serialized value bytes.Methods in org.apache.ignite.internal.processors.cache with parameters of type CacheObject Modifier and Type Method Description voidCacheGroupContext. addCacheEvent(int part, KeyCacheObject key, UUID evtNodeId, int type, @Nullable CacheObject newVal, boolean hasNewVal, @Nullable CacheObject oldVal, boolean hasOldVal, boolean keepBinary)voidGridCacheEventManager. addEvent(int part, KeyCacheObject key, @Nullable IgniteInternalTx tx, @Nullable GridCacheMvccCandidate owner, int type, @Nullable CacheObject newVal, boolean hasNewVal, @Nullable CacheObject oldVal, boolean hasOldVal, String cloClsName, String taskName, boolean keepBinary)voidGridCacheEventManager. addEvent(int part, KeyCacheObject key, UUID evtNodeId, @Nullable GridCacheMvccCandidate owner, int type, @Nullable CacheObject newVal, boolean hasNewVal, CacheObject oldVal, boolean hasOldVal, String cloClsName, String taskName, boolean keepBinary)voidGridCacheEventManager. addEvent(int part, KeyCacheObject key, UUID evtNodeId, @Nullable IgniteInternalTx tx, @Nullable String txLbl, @Nullable Object lockId, int type, @Nullable CacheObject newVal, boolean hasNewVal, @Nullable CacheObject oldVal, boolean hasOldVal, @Nullable String cloClsName, @Nullable String taskName, boolean keepBinary)voidGridCacheEventManager. addEvent(int part, KeyCacheObject key, UUID nodeId, @Nullable IgniteInternalTx tx, GridCacheMvccCandidate owner, int type, CacheObject newVal, boolean hasNewVal, CacheObject oldVal, boolean hasOldVal, String cloClsName, String taskName, boolean keepBinary)<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, CacheObject val, boolean skipVals, boolean keepCacheObjects, boolean deserializeBinary, boolean cpy, GridCacheVersion ver, long expireTime, long ttl, @Nullable ClassLoader ldr)protected voidGridCacheMapEntry. checkOwnerChanged(@Nullable CacheLockCandidates prevOwners, @Nullable CacheLockCandidates owners, CacheObject val)protected voidGridCacheMapEntry. checkOwnerChanged(@Nullable CacheLockCandidates prevOwners, @Nullable CacheLockCandidates owners, CacheObject val, boolean inThreadChain)@Nullable CacheEntryPredicateCacheOperationFilter. createPredicate(@Nullable CacheObject val)Creare predicate from operation filter.CacheDataRowIgniteCacheOffheapManager.CacheDataStore. createRow(GridCacheContext cctx, KeyCacheObject key, CacheObject val, GridCacheVersion ver, long expireTime, @Nullable CacheDataRow oldRow)CacheDataRowIgniteCacheOffheapManagerImpl.CacheDataStoreImpl. createRow(GridCacheContext cctx, KeyCacheObject key, CacheObject val, GridCacheVersion ver, long expireTime, @Nullable CacheDataRow oldRow)static @Nullable CacheObjectGridCacheUtils. failed(boolean err, CacheObject val)default booleanGridCacheEntryEx. initialValue(CacheObject val, GridCacheVersion ver, long ttl, long expireTime, boolean preload, AffinityTopologyVersion topVer, GridDrType drType, boolean fromStore, boolean primary)Sets new value if current version is 0booleanGridCacheEntryEx. initialValue(CacheObject val, GridCacheVersion ver, long ttl, long expireTime, boolean preload, AffinityTopologyVersion topVer, GridDrType drType, boolean fromStore, boolean primary, @Nullable CacheDataRow row)Sets new value if current version is 0booleanGridCacheMapEntry. initialValue(CacheObject val, GridCacheVersion ver, long ttl, long expireTime, boolean preload, AffinityTopologyVersion topVer, GridDrType drType, boolean fromStore, boolean primary, CacheDataRow row)Sets new value if current version is 0GridCacheUpdateTxResultGridCacheEntryEx. innerRemove(@Nullable IgniteInternalTx tx, UUID evtNodeId, UUID affNodeId, boolean retval, boolean evt, boolean metrics, boolean keepBinary, boolean oldValPresent, @Nullable CacheObject oldVal, AffinityTopologyVersion topVer, GridDrType drType, @Nullable GridCacheVersion explicitVer, String taskName, @Nullable GridCacheVersion dhtVer, @Nullable Long updateCntr)GridCacheUpdateTxResultGridCacheMapEntry. innerRemove(@Nullable IgniteInternalTx tx, UUID evtNodeId, UUID affNodeId, boolean retval, boolean evt, boolean metrics, boolean keepBinary, boolean oldValPresent, @Nullable CacheObject oldVal, AffinityTopologyVersion topVer, GridDrType drType, @Nullable GridCacheVersion explicitVer, String taskName, @Nullable GridCacheVersion dhtVer, @Nullable Long updateCntr)GridCacheUpdateTxResultGridCacheEntryEx. innerSet(@Nullable IgniteInternalTx tx, UUID evtNodeId, UUID affNodeId, @Nullable CacheObject val, boolean writeThrough, boolean retval, long ttl, boolean evt, boolean metrics, boolean keepBinary, boolean oldValPresent, @Nullable CacheObject oldVal, AffinityTopologyVersion topVer, GridDrType drType, long drExpireTime, @Nullable GridCacheVersion explicitVer, String taskName, @Nullable GridCacheVersion dhtVer, @Nullable Long updateCntr)GridCacheUpdateTxResultGridCacheMapEntry. innerSet(@Nullable IgniteInternalTx tx, UUID evtNodeId, UUID affNodeId, CacheObject val, boolean writeThrough, boolean retval, long ttl, boolean evt, boolean metrics, boolean keepBinary, boolean oldValPresent, @Nullable CacheObject oldVal, AffinityTopologyVersion topVer, GridDrType drType, long drExpireTime, @Nullable GridCacheVersion explicitVer, String taskName, @Nullable GridCacheVersion dhtVer, @Nullable Long updateCntr)GridCacheUpdateAtomicResultGridCacheEntryEx. innerUpdate(GridCacheVersion ver, UUID evtNodeId, UUID affNodeId, GridCacheOperation op, @Nullable Object val, @Nullable Object[] invokeArgs, boolean writeThrough, boolean readThrough, boolean retval, boolean keepBinary, @Nullable IgniteCacheExpiryPolicy expiryPlc, boolean evt, boolean metrics, boolean primary, boolean checkVer, boolean readRepairRecovery, AffinityTopologyVersion topVer, @Nullable CacheEntryPredicate[] filter, GridDrType drType, long conflictTtl, long conflictExpireTime, @Nullable GridCacheVersion conflictVer, boolean conflictResolve, boolean intercept, String taskName, @Nullable CacheObject prevVal, @Nullable Long updateCntr, @Nullable GridDhtAtomicAbstractUpdateFuture fut, boolean transformOp)GridCacheUpdateAtomicResultGridCacheMapEntry. innerUpdate(GridCacheVersion newVer, UUID evtNodeId, UUID affNodeId, GridCacheOperation op, @Nullable Object writeObj, @Nullable Object[] invokeArgs, boolean writeThrough, boolean readThrough, boolean retval, boolean keepBinary, @Nullable IgniteCacheExpiryPolicy expiryPlc, boolean evt, boolean metrics, boolean primary, boolean verCheck, boolean readRepairRecovery, AffinityTopologyVersion topVer, @Nullable CacheEntryPredicate[] filter, GridDrType drType, long explicitTtl, long explicitExpireTime, @Nullable GridCacheVersion conflictVer, boolean conflictResolve, boolean intercept, String taskName, @Nullable CacheObject prevVal, @Nullable Long updateCntr, @Nullable GridDhtAtomicAbstractUpdateFuture fut, boolean transformOp)protected WALPointerGridCacheMapEntry. logTxUpdate(IgniteInternalTx tx, CacheObject val, GridCacheVersion writeVer, long expireTime, long updCntr)protected voidGridCacheMapEntry. logUpdate(GridCacheOperation op, CacheObject val, GridCacheVersion writeVer, long expireTime, long updCntr, boolean primary)protected voidGridCacheMessage. prepareMarshalCacheObject(CacheObject obj, GridCacheContext ctx)CacheObjectGridCacheEntryEx. rawPut(CacheObject val, long ttl)CacheObjectGridCacheMapEntry. rawPut(CacheObject val, long ttl)voidGridCacheEventManager. readEvent(KeyCacheObject key, @Nullable IgniteInternalTx tx, @Nullable String txLbl, @Nullable CacheObject val, @Nullable String taskName, boolean keepBinary)GridCacheReturnGridCacheReturn. set(GridCacheContext cctx, @Nullable CacheObject cacheObj, boolean success, boolean keepBinary, @Nullable ClassLoader ldr)protected booleanGridCacheMapEntry. storeValue(@Nullable CacheObject val, long expireTime, GridCacheVersion ver)Stores value in offheap.protected booleanGridCacheMapEntry. storeValue(@Nullable CacheObject val, long expireTime, GridCacheVersion ver, @Nullable IgnitePredicate<CacheDataRow> predicate, @Nullable CacheDataRow row)Stores value in off-heap.static ObjectCacheObjectUtils. unwrapBinaryIfNeeded(CacheObjectValueContext ctx, CacheObject o, boolean keepBinary, boolean cpy)protected voidGridCacheMapEntry. update(@Nullable CacheObject val, long expireTime, long ttl, GridCacheVersion ver, boolean addTracked)voidIgniteCacheOffheapManager.CacheDataStore. update(GridCacheContext cctx, KeyCacheObject key, CacheObject val, GridCacheVersion ver, long expireTime, @Nullable CacheDataRow oldRow)voidIgniteCacheOffheapManager. update(GridCacheContext cctx, KeyCacheObject key, CacheObject val, GridCacheVersion ver, long expireTime, GridDhtLocalPartition part, @Nullable CacheDataRow oldRow)voidIgniteCacheOffheapManagerImpl.CacheDataStoreImpl. update(GridCacheContext cctx, KeyCacheObject key, CacheObject val, GridCacheVersion ver, long expireTime, @Nullable CacheDataRow oldRow)voidIgniteCacheOffheapManagerImpl. update(GridCacheContext cctx, KeyCacheObject key, CacheObject val, GridCacheVersion ver, long expireTime, GridDhtLocalPartition part, @Nullable CacheDataRow oldRow)protected voidGridCacheMapEntry. updatePlatformCache(@Nullable CacheObject val, @Nullable AffinityTopologyVersion ver)Invokes platform cache update callback, if applicable.voidGridCacheContext. validateKeyAndValue(KeyCacheObject key, CacheObject val)Performs validation of provided key and value against configured constraints.voidGridCacheEntryInfo. value(CacheObject val)protected voidGridCacheMapEntry. value(@Nullable CacheObject val)Sets entry value.GridCacheReturnGridCacheReturn. value(GridCacheContext cctx, CacheObject v, boolean keepBinary, @Nullable ClassLoader ldr)static <T> TGridCacheUtils. value(@Nullable CacheObject cacheObj, GridCacheContext ctx, boolean cpy)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).Method parameters in org.apache.ignite.internal.processors.cache with type arguments of type CacheObject Modifier and Type Method Description protected voidGridCacheMessage. finishUnmarshalCacheObjects(@Nullable Collection<? extends CacheObject> col, GridCacheContext ctx, ClassLoader ldr)voidGridCacheMessage. finishUnmarshalCacheObjects(@Nullable List<? extends CacheObject> col, GridCacheContext ctx, ClassLoader ldr)protected voidGridCacheMessage. prepareMarshalCacheObjects(@Nullable Collection<? extends CacheObject> col, GridCacheContext ctx)voidGridCacheMessage. prepareMarshalCacheObjects(@Nullable List<? extends CacheObject> col, GridCacheContext ctx)Constructors in org.apache.ignite.internal.processors.cache with parameters of type CacheObject Constructor Description CacheEntryPredicateContainsValue(CacheObject val)CacheInvokeDirectResult(KeyCacheObject key, CacheObject res)CacheInvokeEntry(KeyCacheObject keyObj, @Nullable CacheObject valObj, GridCacheVersion ver, boolean keepBinary, GridCacheEntryEx entry)Constructor.CacheInvokeEntry(KeyCacheObject keyObj, K key, @Nullable CacheObject valObj, V val, GridCacheVersion ver, boolean keepBinary, GridCacheEntryEx entry)CacheLazyEntry(GridCacheContext ctx, KeyCacheObject keyObj, K key, CacheObject valObj, V val, boolean keepBinary)CacheLazyEntry(GridCacheContext ctx, KeyCacheObject keyObj, K key, CacheObject valObj, V val, boolean keepBinary, Long updateCntr)CacheLazyEntry(GridCacheContext cctx, KeyCacheObject keyObj, CacheObject valObj, boolean keepBinary)GridCacheFilterFailedException(CacheObject val) -
Uses of CacheObject in org.apache.ignite.internal.processors.cache.binary
Methods in org.apache.ignite.internal.processors.cache.binary that return CacheObject Modifier and Type Method Description @Nullable CacheObjectCacheObjectBinaryProcessorImpl. prepareForCache(@Nullable CacheObject obj, GridCacheContext cctx)Prepares cache object for cache (e.g. copies user-provided object if needed).CacheObjectCacheObjectBinaryProcessorImpl. toCacheObject(CacheObjectContext ctx, byte type, byte[] bytes)@Nullable CacheObjectCacheObjectBinaryProcessorImpl. toCacheObject(CacheObjectContext ctx, @Nullable Object obj, boolean userObj)@Nullable CacheObjectCacheObjectBinaryProcessorImpl. toCacheObject(CacheObjectContext ctx, @Nullable Object obj, boolean userObj, boolean failIfUnregistered)CacheObjectCacheObjectBinaryProcessorImpl. toCacheObject(CacheObjectContext ctx, ByteBuffer buf)Methods in org.apache.ignite.internal.processors.cache.binary with parameters of type CacheObject Modifier and Type Method Description @Nullable CacheObjectCacheObjectBinaryProcessorImpl. prepareForCache(@Nullable CacheObject obj, GridCacheContext cctx)Prepares cache object for cache (e.g. copies user-provided object if needed). -
Uses of CacheObject in org.apache.ignite.internal.processors.cache.distributed
Methods in org.apache.ignite.internal.processors.cache.distributed that return CacheObject Modifier and Type Method Description @Nullable CacheObjectGridDistributedLockResponse. value(int idx)Methods in org.apache.ignite.internal.processors.cache.distributed that return types with arguments of type CacheObject Modifier and Type Method Description GridTuple<CacheObject>GridDistributedTxRemoteAdapter. peek(GridCacheContext cacheCtx, boolean failFast, KeyCacheObject key)Methods in org.apache.ignite.internal.processors.cache.distributed with parameters of type CacheObject Modifier and Type Method Description voidGridDistributedLockResponse. addValue(CacheObject val) -
Uses of CacheObject in org.apache.ignite.internal.processors.cache.distributed.dht
Methods in org.apache.ignite.internal.processors.cache.distributed.dht that return types with arguments of type CacheObject Modifier and Type Method Description @Nullable IgniteBiTuple<GridCacheVersion,CacheObject>GridDhtCacheEntry. versionedValue(AffinityTopologyVersion topVer)Methods in org.apache.ignite.internal.processors.cache.distributed.dht with parameters of type CacheObject Modifier and Type Method Description voidGridDhtTxRemote. addWrite(GridCacheContext cacheCtx, GridCacheOperation op, IgniteTxKey key, @Nullable CacheObject val, @Nullable Collection<T2<javax.cache.processor.EntryProcessor<Object,Object,Object>,Object[]>> entryProcessors, long ttl, boolean skipStore, boolean keepBinary) -
Uses of CacheObject in org.apache.ignite.internal.processors.cache.distributed.dht.atomic
Fields in org.apache.ignite.internal.processors.cache.distributed.dht.atomic declared as CacheObject Modifier and Type Field Description protected CacheObjectGridDhtAtomicSingleUpdateRequest. prevValPrevious value.protected CacheObjectGridDhtAtomicSingleUpdateRequest. valValue to update.protected CacheObjectGridNearAtomicSingleUpdateRequest. valValue to update.Methods in org.apache.ignite.internal.processors.cache.distributed.dht.atomic that return CacheObject Modifier and Type Method Description abstract @Nullable CacheObjectGridDhtAtomicAbstractUpdateRequest. nearValue(int idx)@Nullable CacheObjectGridDhtAtomicSingleUpdateRequest. nearValue(int idx)@Nullable CacheObjectGridDhtAtomicUpdateRequest. nearValue(int idx)@Nullable CacheObjectGridNearAtomicUpdateResponse. nearValue(int idx)abstract @Nullable CacheObjectGridDhtAtomicAbstractUpdateRequest. previousValue(int idx)@Nullable CacheObjectGridDhtAtomicSingleUpdateRequest. previousValue(int idx)@Nullable CacheObjectGridDhtAtomicUpdateRequest. previousValue(int idx)abstract @Nullable CacheObjectGridDhtAtomicAbstractUpdateRequest. value(int idx)@Nullable CacheObjectGridDhtAtomicSingleUpdateRequest. value(int idx)@Nullable CacheObjectGridDhtAtomicUpdateRequest. value(int idx)abstract CacheObjectGridNearAtomicAbstractUpdateRequest. value(int idx)CacheObjectGridNearAtomicFullUpdateRequest. value(int idx)CacheObjectGridNearAtomicSingleUpdateInvokeRequest. value(int idx)CacheObjectGridNearAtomicSingleUpdateRequest. value(int idx)abstract CacheObjectGridNearAtomicAbstractUpdateRequest. writeValue(int idx)CacheObjectGridNearAtomicFullUpdateRequest. writeValue(int idx)CacheObjectGridNearAtomicSingleUpdateInvokeRequest. writeValue(int idx)CacheObjectGridNearAtomicSingleUpdateRequest. writeValue(int idx)Methods in org.apache.ignite.internal.processors.cache.distributed.dht.atomic with parameters of type CacheObject Modifier and Type Method Description abstract voidGridDhtAtomicAbstractUpdateRequest. addNearWriteValue(KeyCacheObject key, @Nullable CacheObject val, javax.cache.processor.EntryProcessor<Object,Object,Object> entryProcessor, long ttl, long expireTime)voidGridDhtAtomicSingleUpdateRequest. addNearWriteValue(KeyCacheObject key, @Nullable CacheObject val, javax.cache.processor.EntryProcessor<Object,Object,Object> entryProcessor, long ttl, long expireTime)voidGridDhtAtomicUpdateRequest. addNearWriteValue(KeyCacheObject key, @Nullable CacheObject val, javax.cache.processor.EntryProcessor<Object,Object,Object> entryProcessor, long ttl, long expireTime)abstract voidGridDhtAtomicAbstractUpdateRequest. addWriteValue(KeyCacheObject key, @Nullable CacheObject val, javax.cache.processor.EntryProcessor<Object,Object,Object> entryProcessor, long ttl, long conflictExpireTime, @Nullable GridCacheVersion conflictVer, boolean addPrevVal, @Nullable CacheObject prevVal, long updateCntr, GridCacheOperation cacheOp)voidGridDhtAtomicSingleUpdateRequest. addWriteValue(KeyCacheObject key, @Nullable CacheObject val, javax.cache.processor.EntryProcessor<Object,Object,Object> entryProcessor, long ttl, long conflictExpireTime, @Nullable GridCacheVersion conflictVer, boolean addPrevVal, @Nullable CacheObject prevVal, long updateCntr, GridCacheOperation cacheOp)voidGridDhtAtomicUpdateRequest. addWriteValue(KeyCacheObject key, @Nullable CacheObject val, javax.cache.processor.EntryProcessor<Object,Object,Object> entryProcessor, long ttl, long conflictExpireTime, @Nullable GridCacheVersion conflictVer, boolean addPrevVal, @Nullable CacheObject prevVal, long updateCntr, GridCacheOperation cacheOp) -
Uses of CacheObject in org.apache.ignite.internal.processors.cache.distributed.dht.colocated
Methods in org.apache.ignite.internal.processors.cache.distributed.dht.colocated with parameters of type CacheObject Modifier and Type Method Description protected WALPointerGridDhtDetachedCacheEntry. logTxUpdate(IgniteInternalTx tx, CacheObject val, GridCacheVersion writeVer, long expireTime, long updCntr)protected voidGridDhtDetachedCacheEntry. logUpdate(GridCacheOperation op, CacheObject val, GridCacheVersion writeVer, long expireTime, long updCntr, boolean primary)voidGridDhtDetachedCacheEntry. resetFromPrimary(CacheObject val, GridCacheVersion ver)Sets value to detached entry so it can be retrieved in transactional gets.protected booleanGridDhtDetachedCacheEntry. storeValue(CacheObject val, long expireTime, GridCacheVersion ver)Stores value in offheap.protected voidGridDhtDetachedCacheEntry. value(@Nullable CacheObject val)Sets entry value. -
Uses of CacheObject in org.apache.ignite.internal.processors.cache.distributed.near
Methods in org.apache.ignite.internal.processors.cache.distributed.near that return CacheObject Modifier and Type Method Description CacheObjectCacheVersionedValue. value()Methods in org.apache.ignite.internal.processors.cache.distributed.near that return types with arguments of type CacheObject Modifier and Type Method Description @Nullable IgniteBiTuple<GridCacheVersion,CacheObject>GridNearCacheEntry. versionedValue()Methods in org.apache.ignite.internal.processors.cache.distributed.near with parameters of type CacheObject Modifier and Type Method Description booleanGridNearTxRemote. addEntry(GridCacheContext<?,?> cacheCtx, IgniteTxKey key, GridCacheOperation op, CacheObject val, @Nullable GridCacheVersion drVer, boolean skipStore, boolean keepBinary)voidGridNearTxPrepareResponse. addOwnedValue(IgniteTxKey key, GridCacheVersion ver, CacheObject val)Adds owned value.voidGridNearLockResponse. addValueBytes(@Nullable CacheObject val, boolean filterPassed, @Nullable GridCacheVersion dhtVer, @Nullable GridCacheVersion mappedVer)booleanGridNearCacheEntry. loadedValue(@Nullable IgniteInternalTx tx, UUID primaryNodeId, CacheObject val, GridCacheVersion ver, GridCacheVersion dhtVer, long ttl, long expireTime, boolean evt, boolean keepBinary, AffinityTopologyVersion topVer)protected WALPointerGridNearCacheEntry. logTxUpdate(IgniteInternalTx tx, CacheObject val, GridCacheVersion writeVer, long expireTime, long updCntr)protected voidGridNearCacheEntry. logUpdate(GridCacheOperation op, CacheObject val, GridCacheVersion ver, long expireTime, long updCntr, boolean primary)booleanGridNearCacheEntry. resetFromPrimary(CacheObject val, GridCacheVersion ver, GridCacheVersion dhtVer, UUID primaryNodeId, AffinityTopologyVersion topVer)This method should be called only when lock is owned on this entry.protected booleanGridNearCacheEntry. storeValue(CacheObject val, long expireTime, GridCacheVersion ver)Stores value in offheap.voidGridNearCacheEntry. updateOrEvict(GridCacheVersion dhtVer, @Nullable CacheObject val, long expireTime, long ttl, UUID primaryNodeId, AffinityTopologyVersion topVer)This method should be called only when lock is owned on this entry.Constructors in org.apache.ignite.internal.processors.cache.distributed.near with parameters of type CacheObject Constructor Description CacheVersionedValue(CacheObject val, GridCacheVersion ver) -
Uses of CacheObject in org.apache.ignite.internal.processors.cache.dr
Methods in org.apache.ignite.internal.processors.cache.dr that return CacheObject Modifier and Type Method Description CacheObjectGridCacheDrInfo. value()Methods in org.apache.ignite.internal.processors.cache.dr with parameters of type CacheObject Modifier and Type Method Description voidGridCacheDrManager. replicate(KeyCacheObject key, @Nullable CacheObject val, long ttl, long expireTime, GridCacheVersion ver, GridDrType drType, AffinityTopologyVersion topVer)Performs replication.voidGridOsCacheDrManager. replicate(KeyCacheObject key, @Nullable CacheObject val, long ttl, long expireTime, GridCacheVersion ver, GridDrType drType, AffinityTopologyVersion topVer)Performs replication.Constructors in org.apache.ignite.internal.processors.cache.dr with parameters of type CacheObject Constructor Description GridCacheDrExpirationInfo(CacheObject val, GridCacheVersion ver, long ttl, long expireTime)Constructor.GridCacheDrInfo(CacheObject val, GridCacheVersion ver)Constructor. -
Uses of CacheObject in org.apache.ignite.internal.processors.cache.persistence
Fields in org.apache.ignite.internal.processors.cache.persistence declared as CacheObject Modifier and Type Field Description protected CacheObjectCacheDataRowAdapter. valMethods in org.apache.ignite.internal.processors.cache.persistence that return CacheObject Modifier and Type Method Description CacheObjectCacheDataRow. value()CacheObjectCacheDataRowAdapter. value()@Nullable CacheObjectDataRowCacheAware. value()Methods in org.apache.ignite.internal.processors.cache.persistence with parameters of type CacheObject Modifier and Type Method Description CacheDataRowGridCacheOffheapManager.GridCacheDataStore. createRow(GridCacheContext cctx, KeyCacheObject key, CacheObject val, GridCacheVersion ver, long expireTime, @Nullable CacheDataRow oldRow)voidGridCacheOffheapManager.GridCacheDataStore. update(GridCacheContext cctx, KeyCacheObject key, CacheObject val, GridCacheVersion ver, long expireTime, @Nullable CacheDataRow oldRow)Constructors in org.apache.ignite.internal.processors.cache.persistence with parameters of type CacheObject Constructor Description CacheDataRowAdapter(KeyCacheObject key, CacheObject val, GridCacheVersion ver, long expireTime)DataRowCacheAware(KeyCacheObject key, @Nullable CacheObject val, GridCacheVersion ver, int part, long expireTime, int cacheId, boolean storeCacheId) -
Uses of CacheObject in org.apache.ignite.internal.processors.cache.persistence.snapshot.dump
Methods in org.apache.ignite.internal.processors.cache.persistence.snapshot.dump with parameters of type CacheObject Modifier and Type Method Description voidCreateDumpFutureTask. beforeChange(GridCacheContext cctx, KeyCacheObject key, CacheObject val, long expireTime, GridCacheVersion ver)voidDumpEntryChangeListener. beforeChange(GridCacheContext cctx, KeyCacheObject key, @Nullable CacheObject val, long expireTime, GridCacheVersion ver)ByteBufferDumpEntrySerializer. writeToBuffer(int cache, long expireTime, KeyCacheObject key, CacheObject val, GridCacheVersion ver, CacheObjectContext coCtx) -
Uses of CacheObject in org.apache.ignite.internal.processors.cache.query
Methods in org.apache.ignite.internal.processors.cache.query with parameters of type CacheObject Modifier and Type Method Description RAbstractScanQueryIterator. filterAndTransform(KeyCacheObject key, CacheObject val, long start)Perform filtering and transformation of key-value pair. -
Uses of CacheObject in org.apache.ignite.internal.processors.cache.query.continuous
Methods in org.apache.ignite.internal.processors.cache.query.continuous with parameters of type CacheObject Modifier and Type Method Description voidCacheContinuousQueryManager. onEntryExpired(GridCacheEntryEx e, KeyCacheObject key, CacheObject oldVal)voidCacheContinuousQueryManager. onEntryUpdated(Map<UUID,CacheContinuousQueryListener> lsnrCol, KeyCacheObject key, CacheObject newVal, CacheObject oldVal, boolean internal, int partId, boolean primary, boolean preload, long updateCntr, @Nullable GridDhtAtomicAbstractUpdateFuture fut, AffinityTopologyVersion topVer)voidCacheContinuousQueryManager. onEntryUpdated(KeyCacheObject key, CacheObject newVal, CacheObject oldVal, boolean internal, int partId, boolean primary, boolean preload, long updateCntr, @Nullable GridDhtAtomicAbstractUpdateFuture fut, AffinityTopologyVersion topVer) -
Uses of CacheObject in org.apache.ignite.internal.processors.cache.store
Methods in org.apache.ignite.internal.processors.cache.store with parameters of type CacheObject Modifier and Type Method Description booleanCacheStoreManager. put(@Nullable IgniteInternalTx tx, KeyCacheObject key, CacheObject val, GridCacheVersion ver)Puts key-value pair into storage.booleanGridCacheStoreManagerAdapter. put(@Nullable IgniteInternalTx tx, KeyCacheObject key, CacheObject val, GridCacheVersion ver)Puts key-value pair into storage.Method parameters in org.apache.ignite.internal.processors.cache.store with type arguments of type CacheObject Modifier and Type Method Description booleanCacheStoreManager. putAll(@Nullable IgniteInternalTx tx, Map<? extends KeyCacheObject,IgniteBiTuple<? extends CacheObject,GridCacheVersion>> map)Puts key-value pair into storage.booleanGridCacheStoreManagerAdapter. putAll(@Nullable IgniteInternalTx tx, Map<? extends KeyCacheObject,IgniteBiTuple<? extends CacheObject,GridCacheVersion>> map)Puts key-value pair into storage. -
Uses of CacheObject in org.apache.ignite.internal.processors.cache.transactions
Methods in org.apache.ignite.internal.processors.cache.transactions that return CacheObject Modifier and Type Method Description CacheObjectIgniteTxEntry. applyEntryProcessors(CacheObject cacheVal)@Nullable CacheObjectIgniteTxEntry. oldValue()@Nullable CacheObjectIgniteTxEntry. previousValue()@Nullable CacheObjectIgniteTxEntry. value()CacheObjectTxEntryValueHolder. value()Gets stored value.Methods in org.apache.ignite.internal.processors.cache.transactions that return types with arguments of type CacheObject Modifier and Type Method Description protected IgniteBiTuple<GridCacheOperation,CacheObject>IgniteTxAdapter. applyTransformClosures(IgniteTxEntry txEntry, boolean metrics, @Nullable GridCacheReturn ret)T2<GridCacheOperation,CacheObject>IgniteTxEntry. entryProcessorCalculatedValue()@Nullable GridTuple<CacheObject>IgniteInternalTx. peek(GridCacheContext ctx, boolean failFast, KeyCacheObject key)@Nullable GridTuple<CacheObject>IgniteTxLocalAdapter. peek(GridCacheContext cacheCtx, boolean failFast, KeyCacheObject key)Methods in org.apache.ignite.internal.processors.cache.transactions with parameters of type CacheObject Modifier and Type Method Description IgniteTxEntryIgniteTxLocalAdapter. addEntry(GridCacheOperation op, @Nullable CacheObject val, @Nullable javax.cache.processor.EntryProcessor entryProc, Object[] invokeArgs, GridCacheEntryEx entry, @Nullable javax.cache.expiry.ExpiryPolicy expiryPlc, CacheEntryPredicate[] filter, boolean filtersSet, long drTtl, long drExpireTime, @Nullable GridCacheVersion drVer, boolean skipStore, boolean keepBinary, boolean addReader)protected voidIgniteTxLocalAdapter. addInvokeResult(IgniteTxEntry txEntry, CacheObject cacheVal, GridCacheReturn ret, GridCacheVersion ver)CacheObjectIgniteTxEntry. applyEntryProcessors(CacheObject cacheVal)protected IgniteBiTuple<GridCacheOperation,GridCacheVersionConflictContext>IgniteTxAdapter. conflictResolve(GridCacheOperation op, IgniteTxEntry txEntry, CacheObject newVal, GridCacheVersion newVer, GridCacheEntryEx old)Resolve DR conflict.voidIgniteTxEntry. oldValue(CacheObject oldVal)voidIgniteTxEntry. readValue(@Nullable CacheObject val)Sets read value if this tx entry does not have write value yet.voidIgniteTxEntry. setAndMarkValid(CacheObject val)voidIgniteTxEntry. value(@Nullable CacheObject val, boolean writeVal, boolean readVal)voidTxEntryValueHolder. value(@Nullable CacheObject val)voidTxEntryValueHolder. value(GridCacheOperation op, CacheObject val, boolean hasWriteVal, boolean hasReadVal)Method parameters in org.apache.ignite.internal.processors.cache.transactions with type arguments of type CacheObject Modifier and Type Method Description voidIgniteTxEntry. entryProcessorCalculatedValue(T2<GridCacheOperation,CacheObject> entryProcessorCalcVal)Constructors in org.apache.ignite.internal.processors.cache.transactions with parameters of type CacheObject Constructor Description IgniteTxEntry(GridCacheContext<?,?> ctx, IgniteInternalTx tx, GridCacheOperation op, CacheObject val, long ttl, long conflictExpireTime, GridCacheEntryEx entry, @Nullable GridCacheVersion conflictVer, boolean skipStore, boolean keepBinary)This constructor is meant for remote transactions.IgniteTxEntry(GridCacheContext<?,?> ctx, IgniteInternalTx tx, GridCacheOperation op, CacheObject val, javax.cache.processor.EntryProcessor<Object,Object,Object> entryProcessor, Object[] invokeArgs, long ttl, GridCacheEntryEx entry, CacheEntryPredicate[] filters, GridCacheVersion conflictVer, boolean skipStore, boolean keepBinary, boolean addReader)This constructor is meant for local transactions. -
Uses of CacheObject in org.apache.ignite.internal.processors.cache.tree
Constructors in org.apache.ignite.internal.processors.cache.tree with parameters of type CacheObject Constructor Description DataRow(KeyCacheObject key, CacheObject val, GridCacheVersion ver, int part, long expireTime, int cacheId) -
Uses of CacheObject in org.apache.ignite.internal.processors.cache.verify
Methods in org.apache.ignite.internal.processors.cache.verify that return CacheObject Modifier and Type Method Description CacheObjectPartitionEntryHashRecord. value()Methods in org.apache.ignite.internal.processors.cache.verify with parameters of type CacheObject Modifier and Type Method Description voidIdleVerifyUtility.VerifyPartitionContext. update(KeyCacheObject key, CacheObject val, CacheEntryVersion ver)voidPartitionEntryHashRecord. value(CacheObject val)Constructors in org.apache.ignite.internal.processors.cache.verify with parameters of type CacheObject Constructor Description PartitionEntryHashRecord(int cacheId, String cacheName, KeyCacheObject key, String keyStr, byte[] keyBytes, GridCacheVersion ver, int valHash, CacheObject val, String valStr, byte[] valBytes) -
Uses of CacheObject in org.apache.ignite.internal.processors.cache.version
Constructors in org.apache.ignite.internal.processors.cache.version with parameters of type CacheObject Constructor Description GridCacheLazyPlainVersionedEntry(GridCacheContext cctx, KeyCacheObject keyObj, CacheObject valObj, long ttl, long expireTime, GridCacheVersion ver, boolean keepBinary)GridCacheLazyPlainVersionedEntry(GridCacheContext cctx, KeyCacheObject keyObj, CacheObject valObj, long ttl, long expireTime, GridCacheVersion ver, boolean isStartVer, boolean keepBinary)GridCacheRawVersionedEntry(KeyCacheObject key, @Nullable CacheObject val, long ttl, long expireTime, GridCacheVersion ver)Constructor used for local store load when key and value are available. -
Uses of CacheObject in org.apache.ignite.internal.processors.cacheobject
Classes in org.apache.ignite.internal.processors.cacheobject that implement CacheObject Modifier and Type Class Description classPlatformCacheObjectImplWraps value provided by platform, must be transformed before stored in cache.classUserCacheObjectByteArrayImplWraps value provided by user, must be copied before stored in cache.classUserCacheObjectImplWraps value provided by user, must be serialized before stored in cache.classUserKeyCacheObjectImplWraps key provided by user, must be serialized before stored in cache.Methods in org.apache.ignite.internal.processors.cacheobject that return CacheObject Modifier and Type Method Description @Nullable CacheObjectIgniteCacheObjectProcessor. prepareForCache(@Nullable CacheObject obj, GridCacheContext cctx)Prepares cache object for cache (e.g. copies user-provided object if needed).CacheObjectPlatformCacheObjectImpl. prepareForCache(CacheObjectContext ctx)Prepares cache object for cache (e.g. copies user-provided object if needed).CacheObjectUserCacheObjectByteArrayImpl. prepareForCache(CacheObjectContext ctx)Prepares cache object for cache (e.g. copies user-provided object if needed).CacheObjectUserCacheObjectImpl. prepareForCache(CacheObjectContext ctx)Prepares cache object for cache (e.g. copies user-provided object if needed).CacheObjectUserKeyCacheObjectImpl. prepareForCache(CacheObjectContext ctx)Prepares cache object for cache (e.g. copies user-provided object if needed).CacheObjectIgniteCacheObjectProcessor. toCacheObject(CacheObjectContext ctx, byte type, byte[] bytes)@Nullable CacheObjectIgniteCacheObjectProcessor. toCacheObject(CacheObjectContext ctx, @Nullable Object obj, boolean userObj)@Nullable CacheObjectIgniteCacheObjectProcessor. toCacheObject(CacheObjectContext ctx, @Nullable Object obj, boolean userObj, boolean failIfUnregistered)CacheObjectIgniteCacheObjectProcessor. toCacheObject(CacheObjectContext ctx, ByteBuffer buf)Methods in org.apache.ignite.internal.processors.cacheobject with parameters of type CacheObject Modifier and Type Method Description @Nullable CacheObjectIgniteCacheObjectProcessor. prepareForCache(@Nullable CacheObject obj, GridCacheContext cctx)Prepares cache object for cache (e.g. copies user-provided object if needed). -
Uses of CacheObject in org.apache.ignite.internal.processors.datastreamer
Fields in org.apache.ignite.internal.processors.datastreamer declared as CacheObject Modifier and Type Field Description protected CacheObjectDataStreamerEntry. valMethods in org.apache.ignite.internal.processors.datastreamer that return CacheObject Modifier and Type Method Description CacheObjectDataStreamerEntry. getValue()CacheObjectDataStreamerEntry. setValue(CacheObject val)Methods in org.apache.ignite.internal.processors.datastreamer with parameters of type CacheObject Modifier and Type Method Description IgniteFuture<?>DataStreamerImpl. addDataInternal(KeyCacheObject key, CacheObject val)CacheObjectDataStreamerEntry. setValue(CacheObject val)Method parameters in org.apache.ignite.internal.processors.datastreamer with type arguments of type CacheObject Modifier and Type Method Description voidDataStreamerImpl.IsolatedUpdater. receive(IgniteCache<KeyCacheObject,CacheObject> cache, Collection<Map.Entry<KeyCacheObject,CacheObject>> entries)Updates cache with batch of entries.voidDataStreamerImpl.IsolatedUpdater. receive(IgniteCache<KeyCacheObject,CacheObject> cache, Collection<Map.Entry<KeyCacheObject,CacheObject>> entries)Updates cache with batch of entries.Constructors in org.apache.ignite.internal.processors.datastreamer with parameters of type CacheObject Constructor Description DataStreamerEntry(KeyCacheObject key, CacheObject val) -
Uses of CacheObject in org.apache.ignite.internal.processors.dr
Method parameters in org.apache.ignite.internal.processors.dr with type arguments of type CacheObject Modifier and Type Method Description voidIgniteDrDataStreamerCacheUpdater. receive(IgniteCache<KeyCacheObject,CacheObject> cache0, Collection<Map.Entry<KeyCacheObject,CacheObject>> col)Updates cache with batch of entries.voidIgniteDrDataStreamerCacheUpdater. receive(IgniteCache<KeyCacheObject,CacheObject> cache0, Collection<Map.Entry<KeyCacheObject,CacheObject>> col)Updates cache with batch of entries. -
Uses of CacheObject in org.apache.ignite.internal.processors.platform.client.streamer
Methods in org.apache.ignite.internal.processors.platform.client.streamer that return types with arguments of type CacheObject Modifier and Type Method Description IgniteDataStreamer<KeyCacheObject,CacheObject>ClientDataStreamerHandle. getStreamer()Gets the wrapped streamer.Constructor parameters in org.apache.ignite.internal.processors.platform.client.streamer with type arguments of type CacheObject Constructor Description ClientDataStreamerHandle(IgniteDataStreamer<KeyCacheObject,CacheObject> streamer)Ctor. -
Uses of CacheObject in org.apache.ignite.internal.processors.platform.utils
Methods in org.apache.ignite.internal.processors.platform.utils with type parameters of type CacheObject Modifier and Type Method Description static <T extends CacheObject>
TPlatformUtils. readCacheObject(BinaryReaderExImpl reader, boolean isKey)Read cache object from the stream as raw bytes to avoid marshalling. -
Uses of CacheObject in org.apache.ignite.internal.processors.query
Methods in org.apache.ignite.internal.processors.query with parameters of type CacheObject Modifier and Type Method Description booleanGridQueryProcessor. belongsToTable(GridCacheContext cctx, String expCacheName, String expTblName, KeyCacheObject key, CacheObject val)Check whether provided key and value belongs to expected cache and table.booleanGridQueryTypeDescriptor. matchType(CacheObject val)booleanQueryTypeDescriptorImpl. matchType(CacheObject val)@Nullable QueryTypeDescriptorImplGridQueryProcessor. typeByValue(String cacheName, CacheObjectContext coctx, KeyCacheObject key, CacheObject val, boolean checkType)voidGridQueryProcessor. validateKeyAndValue(CacheObjectContext coctx, KeyCacheObject key, CacheObject val)Performs validation of provided key and value against configured constraints.
-
Data center replication processor.