public final class Hash extends Object
Modifier and Type | Method and 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) |
public static byte[] hash128toArray(io.netty.buffer.ByteBuf objectState)
public static long hash64(io.netty.buffer.ByteBuf objectState)
public static long[] hash128(io.netty.buffer.ByteBuf objectState)
protected static HighwayHash calcHash(io.netty.buffer.ByteBuf objectState)
public static String hash128toBase64(io.netty.buffer.ByteBuf objectState)
Copyright © 2014–2020 Redisson. All rights reserved.