Class IndexPlainRowImpl
- java.lang.Object
-
- org.apache.ignite.internal.cache.query.index.sorted.IndexPlainRowImpl
-
-
Constructor Summary
Constructors Constructor Description IndexPlainRowImpl(IndexKey[] idxKeys, InlineIndexRowHandler rowHnd)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CacheDataRowcacheDataRow()booleanindexPlainRow()IndexKeykey(int idx)intkeysCount()longlink()InlineIndexRowHandlerrowHandler()StringtoString()
-
-
-
Constructor Detail
-
IndexPlainRowImpl
public IndexPlainRowImpl(IndexKey[] idxKeys, InlineIndexRowHandler rowHnd)
Constructor.
-
-
Method Detail
-
key
public IndexKey key(int idx)
-
rowHandler
public InlineIndexRowHandler rowHandler()
- Specified by:
rowHandlerin interfaceIndexRow- Returns:
- Schema of an index.
-
cacheDataRow
public CacheDataRow cacheDataRow()
- Specified by:
cacheDataRowin interfaceIndexRow- Returns:
- Cache row.
-
indexPlainRow
public boolean indexPlainRow()
- Specified by:
indexPlainRowin interfaceIndexRow- Returns:
Truefor rows used for index search (as opposed to rows stored inInlineIndexTree.
-
-