Class Hash


  • public class Hash
    extends Object
    Author:
    Nikita Koksharov
    • 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)