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 BinaryLongIndexRowBinaryLongIndexRow. createRow(int keyHash, byte[] key, long value)static BinaryLongIndexRowBinaryLongIndexRow. createTombstone(int keyHash, byte[] key, long value)static BinaryLongIndexRowBinaryLongIndexRow. lowerBound(int keyHash, byte[] key)static BinaryLongIndexRowBinaryLongIndexRow. upperBound(int keyHash, byte[] key)
-