Uses of Class
org.apache.ignite.internal.processors.cache.tree.DataRow
-
Packages that use DataRow Package Description org.apache.ignite.internal.processors.cache.persistence This package contain cache with persistence implementation. -
-
Uses of DataRow in org.apache.ignite.internal.processors.cache.persistence
Subclasses of DataRow in org.apache.ignite.internal.processors.cache.persistence Modifier and Type Class Description classDataRowCacheAwareData row implementation that can optionally hide the cache identifier and can setnullas value.
It is used to simplify storing a data row into page memory, because in some cases the cache identifier is not stored on the data pages, but is required to link this data row inBPlusTree.
-