Uses of Class
org.apache.ignite.internal.metric.IndexPageType
-
Packages that use IndexPageType Package Description org.apache.ignite.internal.metric org.apache.ignite.internal.processors.cache.persistence.tree.io -
-
Uses of IndexPageType in org.apache.ignite.internal.metric
Methods in org.apache.ignite.internal.metric that return IndexPageType Modifier and Type Method Description static IndexPageTypeIndexPageType. valueOf(String name)Returns the enum constant of this type with the specified name.static IndexPageType[]IndexPageType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of IndexPageType in org.apache.ignite.internal.processors.cache.persistence.tree.io
Methods in org.apache.ignite.internal.processors.cache.persistence.tree.io that return IndexPageType Modifier and Type Method Description static IndexPageTypePageIO. deriveIndexPageType(long pageAddr)
-