Package | Description |
---|---|
com.devexperts.qd.ng |
This package contains next-generation interfaces for data and subscription exchange based on
RecordCursor class. |
com.devexperts.qd.qtp |
This package contains interfaces with default implementations required
to create and operate a connection using QTP.
|
Modifier and Type | Method and Description |
---|---|
static RecordBuffer |
RecordBuffer.getInstance()
Returns instance from thread-local pool with a default mode of
RecordMode.DATA . |
static RecordBuffer |
RecordBuffer.getInstance(RecordMode mode)
Returns instance from thread-local pool with a specified mode.
|
Modifier and Type | Method and Description |
---|---|
protected RecordBuffer |
AbstractQTPParser.nextRecordsMessage(MessageConsumer consumer,
MessageType messageType) |
Modifier and Type | Method and Description |
---|---|
static void |
AgentChannels.clearDataInBuffer(RecordBuffer buf,
boolean keepTime) |
void |
AgentChannels.closeAndExamineDataBySubscription(RecordBuffer buf) |
RecordCursor |
BinaryRecordDesc.readRecord(com.devexperts.io.BufferedInput msg,
RecordBuffer buffer,
int cipher,
String symbol,
int eventFlags)
Reads record from the specified input and adds it to the specified cursor.
|
Copyright © 2002–2025 Devexperts LLC. All rights reserved.