Uses of Interface
org.apache.ignite.index.BinaryLongIndexRow
-
Packages that use BinaryLongIndexRow Package Description org.apache.ignite.index -
-
Uses of BinaryLongIndexRow in org.apache.ignite.index
Methods in org.apache.ignite.index that return BinaryLongIndexRow Modifier and Type Method Description static BinaryLongIndexRow
BinaryLongIndexRow. createRow(int keyHash, byte[] key, long value)
static BinaryLongIndexRow
BinaryLongIndexRow. createTombstone(int keyHash, byte[] key, long value)
static BinaryLongIndexRow
BinaryLongIndexRow. lowerBound(int keyHash, byte[] key)
static BinaryLongIndexRow
BinaryLongIndexRow. upperBound(int keyHash, byte[] key)
-