Uses of Interface
org.apache.ignite.internal.processors.cacheobject.IgniteCacheObjectProcessor
-
Packages that use IgniteCacheObjectProcessor Package Description org.apache.ignite.internal Contains main implementation.org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation.org.apache.ignite.internal.processors.cache.binary Implementation of binary processor.org.apache.ignite.internal.processors.cache.persistence.wal.reader org.apache.ignite.internal.processors.cache.persistence.wal.serializer -
-
Uses of IgniteCacheObjectProcessor in org.apache.ignite.internal
Methods in org.apache.ignite.internal that return IgniteCacheObjectProcessor Modifier and Type Method Description IgniteCacheObjectProcessorGridKernalContext. cacheObjects()Gets cache object processor.IgniteCacheObjectProcessorGridKernalContextImpl. cacheObjects()Gets cache object processor. -
Uses of IgniteCacheObjectProcessor in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache that return IgniteCacheObjectProcessor Modifier and Type Method Description IgniteCacheObjectProcessorGridCacheContext. cacheObjects()Methods in org.apache.ignite.internal.processors.cache with parameters of type IgniteCacheObjectProcessor Modifier and Type Method Description CacheObjectContextDynamicCacheDescriptor. cacheObjectContext(IgniteCacheObjectProcessor proc)Creates and caches cache object context if needed. -
Uses of IgniteCacheObjectProcessor in org.apache.ignite.internal.processors.cache.binary
Classes in org.apache.ignite.internal.processors.cache.binary that implement IgniteCacheObjectProcessor Modifier and Type Class Description classCacheObjectBinaryProcessorImplBinary processor implementation.Methods in org.apache.ignite.internal.processors.cache.binary that return IgniteCacheObjectProcessor Modifier and Type Method Description IgniteCacheObjectProcessorIgniteBinaryImpl. processor()Constructors in org.apache.ignite.internal.processors.cache.binary with parameters of type IgniteCacheObjectProcessor Constructor Description IgniteBinaryImpl(GridKernalContext ctx, IgniteCacheObjectProcessor proc) -
Uses of IgniteCacheObjectProcessor in org.apache.ignite.internal.processors.cache.persistence.wal.reader
Methods in org.apache.ignite.internal.processors.cache.persistence.wal.reader that return IgniteCacheObjectProcessor Modifier and Type Method Description IgniteCacheObjectProcessorStandaloneGridKernalContext. cacheObjects()Gets cache object processor. -
Uses of IgniteCacheObjectProcessor in org.apache.ignite.internal.processors.cache.persistence.wal.serializer
Fields in org.apache.ignite.internal.processors.cache.persistence.wal.serializer declared as IgniteCacheObjectProcessor Modifier and Type Field Description protected IgniteCacheObjectProcessorRecordDataV1Serializer. coCache object processor to readingDataEntries.
-