Uses of Class
org.apache.ignite.spi.systemview.view.PagesTimestampHistogramView
-
Packages that use PagesTimestampHistogramView Package Description org.apache.ignite.internal.managers.systemview.walker org.apache.ignite.internal.processors.cache.persistence This package contain cache with persistence implementation. -
-
Uses of PagesTimestampHistogramView in org.apache.ignite.internal.managers.systemview.walker
Methods in org.apache.ignite.internal.managers.systemview.walker with parameters of type PagesTimestampHistogramView Modifier and Type Method Description voidPagesTimestampHistogramViewWalker. visitAll(PagesTimestampHistogramView row, SystemViewRowAttributeWalker.AttributeWithValueVisitor v)Calls visitor for each row attribute. -
Uses of PagesTimestampHistogramView in org.apache.ignite.internal.processors.cache.persistence
Methods in org.apache.ignite.internal.processors.cache.persistence that return types with arguments of type PagesTimestampHistogramView Modifier and Type Method Description Collection<PagesTimestampHistogramView>DataRegionMetricsImpl. pagesTimestampHistogramView()Creates pages timestamp histogram view.
-