Package org.agrona.agent
Class BufferAlignmentInterceptor.LongVerifier
java.lang.Object
org.agrona.agent.BufferAlignmentInterceptor.LongVerifier
- Enclosing class:
BufferAlignmentInterceptor
Verifier for
long
types.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
verifyAlignment
(int index, DirectBuffer buffer) Verify alignment of thelong
types.
-
Constructor Details
-
LongVerifier
public LongVerifier()
-
-
Method Details
-
verifyAlignment
Verify alignment of thelong
types.- Parameters:
index
- into the buffer.buffer
- the buffer.
-