Uses of Class
org.apache.ignite.internal.processors.cache.QueryCursorImpl.State
-
Packages that use QueryCursorImpl.State Package Description org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation. -
-
Uses of QueryCursorImpl.State in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache that return QueryCursorImpl.State Modifier and Type Method Description static QueryCursorImpl.StateQueryCursorImpl.State. valueOf(String name)Returns the enum constant of this type with the specified name.static QueryCursorImpl.State[]QueryCursorImpl.State. values()Returns an array containing the constants of this enum type, in the order they are declared.
-