Uses of Class
org.apache.ignite.internal.processors.query.h2.opt.H2CacheRow
-
Packages that use H2CacheRow Package Description org.apache.ignite.internal.processors.query.h2.database org.apache.ignite.internal.processors.query.h2.opt -
-
Uses of H2CacheRow in org.apache.ignite.internal.processors.query.h2.database
Methods in org.apache.ignite.internal.processors.query.h2.database that return H2CacheRow Modifier and Type Method Description H2CacheRowH2PkHashIndex. put(H2CacheRow row)Puts row.H2CacheRowH2TreeClientIndex. put(H2CacheRow row)Puts row.H2CacheRowH2TreeIndex. put(H2CacheRow row)Puts row.Methods in org.apache.ignite.internal.processors.query.h2.database with parameters of type H2CacheRow Modifier and Type Method Description H2CacheRowH2PkHashIndex. put(H2CacheRow row)Puts row.H2CacheRowH2TreeClientIndex. put(H2CacheRow row)Puts row.H2CacheRowH2TreeIndex. put(H2CacheRow row)Puts row.booleanH2PkHashIndex. putx(H2CacheRow row)Puts row.booleanH2TreeClientIndex. putx(H2CacheRow row)Puts row.booleanH2TreeIndex. putx(H2CacheRow row)Puts row. -
Uses of H2CacheRow in org.apache.ignite.internal.processors.query.h2.opt
Methods in org.apache.ignite.internal.processors.query.h2.opt that return H2CacheRow Modifier and Type Method Description abstract H2CacheRowGridH2IndexBase. put(H2CacheRow row)Puts row.Methods in org.apache.ignite.internal.processors.query.h2.opt with parameters of type H2CacheRow Modifier and Type Method Description abstract H2CacheRowGridH2IndexBase. put(H2CacheRow row)Puts row.abstract booleanGridH2IndexBase. putx(H2CacheRow row)Puts row.
-