Uses of Class
io.airlift.slice.XxHash64
-
Packages that use XxHash64 Package Description io.airlift.slice -
-
Uses of XxHash64 in io.airlift.slice
Methods in io.airlift.slice that return XxHash64 Modifier and Type Method Description XxHash64XxHash64. update(byte[] data)XxHash64XxHash64. update(byte[] data, int offset, int length)XxHash64XxHash64. update(Slice data)XxHash64XxHash64. update(Slice data, int offset, int length)
-