Class Java8IntHash

  • All Implemented Interfaces:
    IntHash

    public class Java8IntHash
    extends java.lang.Object
    implements IntHash
    • Constructor Summary

      Constructors 
      Constructor Description
      Java8IntHash()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean acceptsMemoryAddressBuffer()  
      int calculate​(io.netty.buffer.ByteBuf buffer)  
      int calculate​(io.netty.buffer.ByteBuf buffer, int offset, int len)  
      int resume​(int current, byte[] buffer, int offset, int len)  
      int resume​(int current, io.netty.buffer.ByteBuf buffer)  
      int resume​(int current, io.netty.buffer.ByteBuf buffer, int offset, int len)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Java8IntHash

        public Java8IntHash()
    • Method Detail

      • calculate

        public int calculate​(io.netty.buffer.ByteBuf buffer)
        Specified by:
        calculate in interface IntHash
      • resume

        public int resume​(int current,
                          io.netty.buffer.ByteBuf buffer)
        Specified by:
        resume in interface IntHash
      • calculate

        public int calculate​(io.netty.buffer.ByteBuf buffer,
                             int offset,
                             int len)
        Specified by:
        calculate in interface IntHash
      • resume

        public int resume​(int current,
                          io.netty.buffer.ByteBuf buffer,
                          int offset,
                          int len)
        Specified by:
        resume in interface IntHash
      • resume

        public int resume​(int current,
                          byte[] buffer,
                          int offset,
                          int len)
        Specified by:
        resume in interface IntHash