Uses of Class
org.apache.ignite.internal.processors.cache.persistence.CacheDataRowAdapter.RowData
-
Packages that use CacheDataRowAdapter.RowData Package Description org.apache.ignite.internal.processors.cache.persistence This package contain cache with persistence implementation.org.apache.ignite.internal.processors.cache.tree -
-
Uses of CacheDataRowAdapter.RowData in org.apache.ignite.internal.processors.cache.persistence
Methods in org.apache.ignite.internal.processors.cache.persistence that return CacheDataRowAdapter.RowData Modifier and Type Method Description static CacheDataRowAdapter.RowDataCacheDataRowAdapter.RowData. valueOf(String name)Returns the enum constant of this type with the specified name.static CacheDataRowAdapter.RowData[]CacheDataRowAdapter.RowData. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.ignite.internal.processors.cache.persistence with parameters of type CacheDataRowAdapter.RowData Modifier and Type Method Description voidCacheDataRowAdapter. initFromDataPage(DataPageIO io, long pageAddr, int itemId, @Nullable CacheGroupContext grp, GridCacheSharedContext<?,?> sharedCtx, PageMemory pageMem, CacheDataRowAdapter.RowData rowData, boolean skipVer)voidCacheDataRowAdapter. initFromLink(@Nullable CacheGroupContext grp, GridCacheSharedContext<?,?> sharedCtx, PageMemory pageMem, CacheDataRowAdapter.RowData rowData, boolean skipVer)Read row from data pages.voidCacheDataRowAdapter. initFromLink(CacheGroupContext grp, CacheDataRowAdapter.RowData rowData)Read row from data pages.voidCacheDataRowAdapter. initFromLink(CacheGroupContext grp, CacheDataRowAdapter.RowData rowData, boolean skipVer)Read row from data pages.voidCacheDataRowAdapter. initFromPageBuffer(GridCacheSharedContext<?,?> sctx, CacheObjectContext coctx, IgniteThrowableFunction<Long,ByteBuffer> reader, ByteBuffer pageBuff, int itemId, boolean readCacheId, CacheDataRowAdapter.RowData rowData, boolean skipVer)protected voidCacheDataRowAdapter. readFullRow(GridCacheSharedContext<?,?> sharedCtx, CacheObjectContext coctx, long addr, CacheDataRowAdapter.RowData rowData, boolean readCacheId, boolean skipVer)protected IncompleteObject<?>CacheDataRowAdapter. readIncomplete(IncompleteObject<?> incomplete, GridCacheSharedContext<?,?> sharedCtx, CacheObjectContext coctx, int pageSize, int realPageSize, long pageAddr, int itemId, DataPageIO io, CacheDataRowAdapter.RowData rowData, boolean readCacheId, boolean skipVer) -
Uses of CacheDataRowAdapter.RowData in org.apache.ignite.internal.processors.cache.tree
Methods in org.apache.ignite.internal.processors.cache.tree with parameters of type CacheDataRowAdapter.RowData Modifier and Type Method Description protected CacheDataRowCacheDataRowStore. dataRow(int cacheId, int hash, long link, CacheDataRowAdapter.RowData rowData)Constructors in org.apache.ignite.internal.processors.cache.tree with parameters of type CacheDataRowAdapter.RowData Constructor Description DataRow(CacheGroupContext grp, int hash, long link, int part, CacheDataRowAdapter.RowData rowData, boolean skipVer)
-