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