Package org.redisson.misc
Class Hash
java.lang.Object
org.redisson.misc.Hash
- Author:
- Nikita Koksharov
-
Method Summary
Modifier and TypeMethodDescriptionprotected static HighwayHashcalcHash(io.netty.buffer.ByteBuf objectState) static long[]hash128(io.netty.buffer.ByteBuf objectState) static byte[]hash128toArray(io.netty.buffer.ByteBuf objectState) static Stringhash128toBase64(io.netty.buffer.ByteBuf objectState) static longhash64(io.netty.buffer.ByteBuf objectState)
-
Method Details
-
hash128toArray
public static byte[] hash128toArray(io.netty.buffer.ByteBuf objectState) -
hash64
public static long hash64(io.netty.buffer.ByteBuf objectState) -
hash128
public static long[] hash128(io.netty.buffer.ByteBuf objectState) -
calcHash
-
hash128toBase64
-