Class BufferAlignmentInterceptor.LongVerifier

  • Enclosing class:
    BufferAlignmentInterceptor

    public static final class BufferAlignmentInterceptor.LongVerifier
    extends java.lang.Object
    Verifier for long types.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private LongVerifier()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void verifyAlignment​(int index, DirectBuffer buffer)
      Verify alignment of the long types.
      • Methods inherited from class java.lang.Object

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

      • LongVerifier

        private LongVerifier()
    • Method Detail

      • verifyAlignment

        @OnMethodEnter
        public static void verifyAlignment​(int index,
                                           @This
                                           DirectBuffer buffer)
        Verify alignment of the long types.
        Parameters:
        index - into the buffer.
        buffer - the buffer.