Uses of Interface
org.apache.ignite.internal.processors.query.schema.SchemaIndexCacheVisitorClosure
-
Packages that use SchemaIndexCacheVisitorClosure Package Description org.apache.ignite.internal.managers.indexing Indexing manager classes.org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation.org.apache.ignite.internal.processors.query.schema -
-
Uses of SchemaIndexCacheVisitorClosure in org.apache.ignite.internal.managers.indexing
Methods in org.apache.ignite.internal.managers.indexing with parameters of type SchemaIndexCacheVisitorClosure Modifier and Type Method Description protected voidIndexesRebuildTask. startRebuild(GridCacheContext cctx, GridFutureAdapter<Void> fut, SchemaIndexCacheVisitorClosure clo, IndexRebuildCancelToken cancelTok)Actual start rebuilding. -
Uses of SchemaIndexCacheVisitorClosure in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache with parameters of type SchemaIndexCacheVisitorClosure Modifier and Type Method Description voidGridCacheEntryEx. updateIndex(SchemaIndexCacheVisitorClosure clo)Update index from within entry lock, passing key, value, and expiration time to provided closure.voidGridCacheMapEntry. updateIndex(SchemaIndexCacheVisitorClosure clo)Update index from within entry lock, passing key, value, and expiration time to provided closure. -
Uses of SchemaIndexCacheVisitorClosure in org.apache.ignite.internal.processors.query.schema
Methods in org.apache.ignite.internal.processors.query.schema with parameters of type SchemaIndexCacheVisitorClosure Modifier and Type Method Description voidSchemaIndexCacheVisitor. visit(SchemaIndexCacheVisitorClosure clo)Visit cache entries and pass them to closure.voidSchemaIndexCacheVisitorImpl. visit(SchemaIndexCacheVisitorClosure clo)Visit cache entries and pass them to closure.Constructors in org.apache.ignite.internal.processors.query.schema with parameters of type SchemaIndexCacheVisitorClosure Constructor Description SchemaIndexCachePartitionWorker(GridCacheContext cctx, GridDhtLocalPartition locPart, AtomicBoolean stop, IndexRebuildCancelToken cancelTok, SchemaIndexCacheVisitorClosure clo, GridFutureAdapter<SchemaIndexCacheStat> fut, AtomicInteger partsCnt)Constructor.
-