Class AbstractIndex
- java.lang.Object
-
- org.apache.ignite.internal.cache.query.index.AbstractIndex
-
- All Implemented Interfaces:
Index
- Direct Known Subclasses:
AbstractClientIndex,InlineIndexImpl
public abstract class AbstractIndex extends Object implements Index
Abstract class for all Index implementations.
-
-
Constructor Summary
Constructors Constructor Description AbstractIndex()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidmarkIndexRebuild(boolean val)booleanrebuildInProgress()<T extends Index>
Tunwrap(Class<T> clazz)Provides a standard way to access the underlying concrete index implementation to provide access to further, proprietary features.
-