Package org.aoju.bus.core.io
Class RingBuffer<T>
java.lang.Object
org.aoju.bus.core.io.RingBuffer<T>
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget(int sequence) intintvoidpublishReadIndex(int sequence) voidpublishWriteIndex(int sequence) intint
-
Constructor Details
-
RingBuffer
-
-
Method Details
-
nextWriteIndex
- Throws:
InterruptedException
-
tryNextWriteIndex
- Throws:
InterruptedException
-
publishWriteIndex
public void publishWriteIndex(int sequence) -
get
-
tryNextReadIndex
public int tryNextReadIndex() -
nextReadIndex
- Throws:
InterruptedException
-
publishReadIndex
public void publishReadIndex(int sequence)
-