Class Hash


  • public final class Hash
    extends 
    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 hash128toBase64​(io.netty.buffer.ByteBuf objectState)  
      static long hash64​(io.netty.buffer.ByteBuf objectState)  
      • Methods inherited from class java.lang.

        , , , , , , , , , ,
    • 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  hash128toBase64​(io.netty.buffer.ByteBuf objectState)