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