Uses of Interface
org.apache.ignite.index.IntIntIndexRow
-
Packages that use IntIntIndexRow Package Description org.apache.ignite.index -
-
Uses of IntIntIndexRow in org.apache.ignite.index
Methods in org.apache.ignite.index that return IntIntIndexRow Modifier and Type Method Description static IntIntIndexRow
IntIntIndexRow. createRow(int key, int value)
Creates a new normal row.static IntIntIndexRow
IntIntIndexRow. createTombstone(int key, int value)
Creates a new tombstone row.static IntIntIndexRow
IntIntIndexRow. lowerBound(int key)
Creates a new lower bound row for the provided key.static IntIntIndexRow
IntIntIndexRow. upperBound(int key)
Creates a new upper bound row for the provided key.
-