Class CursorAeronClient
- java.lang.Object
-
- deltix.qsrv.hf.tickdb.comm.client.CursorAeronClient
-
- All Implemented Interfaces:
deltix.util.lang.Disposable,java.io.Closeable,java.lang.AutoCloseable
public class CursorAeronClient extends java.lang.Object implements deltix.util.lang.Disposable
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCHANNELstatic intMAX_MESSAGES_TO_GET
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()static CursorAeronClientcreate(int aeronDataStreamId, io.aeron.logbuffer.ControlledFragmentHandler delegate, io.aeron.Aeron aeron, java.lang.String aeronChannel)io.aeron.SubscriptiongetSubscription()booleanisClosed()booleanpageDataIn()
-
-
-
Field Detail
-
CHANNEL
public static final java.lang.String CHANNEL
- See Also:
- Constant Field Values
-
MAX_MESSAGES_TO_GET
public static final int MAX_MESSAGES_TO_GET
- See Also:
- Constant Field Values
-
-
Method Detail
-
create
public static CursorAeronClient create(int aeronDataStreamId, io.aeron.logbuffer.ControlledFragmentHandler delegate, io.aeron.Aeron aeron, java.lang.String aeronChannel)
-
pageDataIn
public boolean pageDataIn()
-
isClosed
public boolean isClosed()
-
close
public void close()
- Specified by:
closein interfacejava.lang.AutoCloseable- Specified by:
closein interfacejava.io.Closeable- Specified by:
closein interfacedeltix.util.lang.Disposable
-
getSubscription
public io.aeron.Subscription getSubscription()
-
-