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 IntIntIndexRowIntIntIndexRow. createRow(int key, int value)Creates a new normal row.static IntIntIndexRowIntIntIndexRow. createTombstone(int key, int value)Creates a new tombstone row.static IntIntIndexRowIntIntIndexRow. lowerBound(int key)Creates a new lower bound row for the provided key.static IntIntIndexRowIntIntIndexRow. upperBound(int key)Creates a new upper bound row for the provided key.
-