Package org.agrona.agent
Class BufferAlignmentInterceptor.LongVerifier
- java.lang.Object
-
- org.agrona.agent.BufferAlignmentInterceptor.LongVerifier
-
- Enclosing class:
- BufferAlignmentInterceptor
public static final class BufferAlignmentInterceptor.LongVerifier extends java.lang.Object
Verifier forlong
types.
-
-
Constructor Summary
Constructors Constructor Description LongVerifier()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
verifyAlignment(int index, DirectBuffer buffer)
Verify alignment of thelong
types.
-
-
-
Method Detail
-
verifyAlignment
@OnMethodEnter public static void verifyAlignment(int index, @This DirectBuffer buffer)
Verify alignment of thelong
types.- Parameters:
index
- into the buffer.buffer
- the buffer.
-
-