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 voidverifyAlignment(int index, DirectBuffer buffer) Verify alignment of thelongtypes.
-
Constructor Details
-
LongVerifier
private LongVerifier()
-
-
Method Details
-
verifyAlignment
Verify alignment of thelongtypes.- Parameters:
index- into the buffer.buffer- the buffer.
-