Uses of Interface
org.apache.ignite.internal.processors.query.stat.IgniteStatisticsStore
-
Packages that use IgniteStatisticsStore Package Description org.apache.ignite.internal.processors.query.stat org.apache.ignite.internal.processors.query.stat.view -
-
Uses of IgniteStatisticsStore in org.apache.ignite.internal.processors.query.stat
Classes in org.apache.ignite.internal.processors.query.stat that implement IgniteStatisticsStore Modifier and Type Class Description classIgniteStatisticsDummyStoreImplStatistics store implementation to log unexpected calls.classIgniteStatisticsInMemoryStoreImplSql statistics storage in metastore.classIgniteStatisticsPersistenceStoreImplSql statistics storage in metastore.Methods in org.apache.ignite.internal.processors.query.stat that return IgniteStatisticsStore Modifier and Type Method Description IgniteStatisticsStoreIgniteStatisticsRepository. statisticsStore()Constructors in org.apache.ignite.internal.processors.query.stat with parameters of type IgniteStatisticsStore Constructor Description IgniteStatisticsRepository(IgniteStatisticsStore store, GridSystemViewManager sysViewMgr, IgniteStatisticsHelper helper, Function<Class<?>,IgniteLogger> logSupplier)Constructor. -
Uses of IgniteStatisticsStore in org.apache.ignite.internal.processors.query.stat.view
Constructors in org.apache.ignite.internal.processors.query.stat.view with parameters of type IgniteStatisticsStore Constructor Description ColumnPartitionDataViewSupplier(IgniteStatisticsStore store)Constructor.
-