Package org.redisson.misc
Class Hash
- java.lang.Object
-
- org.redisson.misc.Hash
-
public final class Hash extends Object
- Author:
- Nikita Koksharov
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static HighwayHash
calcHash(io.netty.buffer.ByteBuf objectState)
static long[]
hash128(io.netty.buffer.ByteBuf objectState)
static byte[]
hash128toArray(io.netty.buffer.ByteBuf objectState)
static String
hash128toBase64(io.netty.buffer.ByteBuf objectState)
static long
hash64(io.netty.buffer.ByteBuf objectState)
-
-
-
Method Detail
-
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
protected static HighwayHash calcHash(io.netty.buffer.ByteBuf objectState)
-
hash128toBase64
public static String hash128toBase64(io.netty.buffer.ByteBuf objectState)
-
-