Uses of Class
org.apache.ignite.internal.processors.query.schema.SchemaIndexCacheStat
-
Packages that use SchemaIndexCacheStat Package Description org.apache.ignite.internal.processors.query.schema -
-
Uses of SchemaIndexCacheStat in org.apache.ignite.internal.processors.query.schema
Methods in org.apache.ignite.internal.processors.query.schema with parameters of type SchemaIndexCacheStat Modifier and Type Method Description voidSchemaIndexCacheStat. accumulate(SchemaIndexCacheStat stat)Adds statistics fromstatto the current statistics.Constructor parameters in org.apache.ignite.internal.processors.query.schema with type arguments of type SchemaIndexCacheStat Constructor Description SchemaIndexCachePartitionWorker(GridCacheContext cctx, GridDhtLocalPartition locPart, AtomicBoolean stop, IndexRebuildCancelToken cancelTok, SchemaIndexCacheVisitorClosure clo, GridFutureAdapter<SchemaIndexCacheStat> fut, AtomicInteger partsCnt)Constructor.
-