Uses of Class
org.apache.ignite.internal.processors.query.h2.twostep.msg.GridH2RowMessage
-
Packages that use GridH2RowMessage Package Description org.apache.ignite.internal.processors.query.h2 Contains default H2-based indexing SPI implementation.org.apache.ignite.internal.processors.query.h2.database org.apache.ignite.internal.processors.query.h2.twostep.msg -
-
Uses of GridH2RowMessage in org.apache.ignite.internal.processors.query.h2
Methods in org.apache.ignite.internal.processors.query.h2 that return GridH2RowMessage Modifier and Type Method Description static GridH2RowMessageH2Utils. toRowMessage(org.h2.result.Row row) -
Uses of GridH2RowMessage in org.apache.ignite.internal.processors.query.h2.database
Methods in org.apache.ignite.internal.processors.query.h2.database that return GridH2RowMessage Modifier and Type Method Description GridH2RowMessageH2TreeIndex. toSearchRowMessage(org.h2.result.SearchRow row) -
Uses of GridH2RowMessage in org.apache.ignite.internal.processors.query.h2.twostep.msg
Methods in org.apache.ignite.internal.processors.query.h2.twostep.msg that return GridH2RowMessage Modifier and Type Method Description GridH2RowMessageGridH2RowRangeBounds. first()GridH2RowMessageGridH2RowRangeBounds. last()Methods in org.apache.ignite.internal.processors.query.h2.twostep.msg that return types with arguments of type GridH2RowMessage Modifier and Type Method Description List<GridH2RowMessage>GridH2RowRange. rows()Methods in org.apache.ignite.internal.processors.query.h2.twostep.msg with parameters of type GridH2RowMessage Modifier and Type Method Description voidGridH2RowRangeBounds. first(GridH2RowMessage first)voidGridH2RowRangeBounds. last(GridH2RowMessage last)static GridH2RowRangeBoundsGridH2RowRangeBounds. rangeBounds(int rangeId, GridH2RowMessage first, GridH2RowMessage last)Method parameters in org.apache.ignite.internal.processors.query.h2.twostep.msg with type arguments of type GridH2RowMessage Modifier and Type Method Description voidGridH2RowRange. rows(List<GridH2RowMessage> rows)
-