Package | Description |
---|---|
com.buabook.kdb.connection | |
com.buabook.kdb.consumer | |
com.buabook.kdb.publisher | |
com.buabook.kdb.query |
Modifier and Type | Method and Description |
---|---|
void |
KdbConnection.connect()
Performs the connection to the KDB process
|
Constructor and Description |
---|
KdbConsumer(KdbProcess server,
KdbDict subscriptionConfiguration,
IKdbRawDataConsumer rawDataConsumer,
IKdbTableConsumer tableConsumer) |
KdbConsumer(KdbProcess server,
List<String> tables,
IKdbRawDataConsumer rawDataConsumer,
IKdbTableConsumer tableConsumer)
Generates a new kdb consumer (which is generally a consumer from a kdb TickerPlant)
|
KdbConsumer(KdbProcess server,
List<String> tables,
IKdbTableConsumer tableConsumer) |
KdbConsumer(KdbProcess server,
List<String> tables,
KdbDict subscriptionConfiguration,
IKdbRawDataConsumer rawDataConsumer,
IKdbTableConsumer tableConsumer) |
KdbConsumerThread(KdbProcess server,
KdbDict subscriptionConfig,
IKdbRawDataConsumer rawDataConsumer,
IKdbTableConsumer tableConsumer,
IKdbConsumerFailedListener failureListener) |
KdbConsumerThread(KdbProcess server,
List<String> tables,
IKdbRawDataConsumer rawDataConsumer,
IKdbTableConsumer tableConsumer,
IKdbConsumerFailedListener failureListener)
NOTE: At least one of
IKdbRawDataConsumer or IKdbTableConsumer must be supplied. |
Modifier and Type | Method and Description |
---|---|
void |
KdbPublisherManager.addPublisher(KdbProcess server) |
Constructor and Description |
---|
KdbPublisher(KdbProcess server) |
KdbPublisher(KdbProcess server,
org.joda.time.Duration resetConnectionDuration)
Generates a new KDB publisher.
|
KdbPublisherThread(KdbProcess server)
Configures the publisher thread with the default thread sleep interval
|
KdbPublisherThread(KdbProcess server,
Long threadSleepMs)
Provides a instantiation of a
KdbPublisher but wrapped up in this threaded
class to allow execution to occur separately from the main thread |
KdbPublisherThread(KdbProcess server,
Long threadSleepMs,
org.joda.time.Duration resetConnectionDuration) |
Constructor and Description |
---|
KdbAsyncQuery(KdbConnection existingConnection) |
KdbAsyncQuery(KdbProcess target) |
KdbQuery(KdbConnection existingConnection)
Constructs a new query object, re-using the specified connection object.
|
KdbQuery(KdbProcess target)
Constructs a new query object, first opening an connection to the specified process
|
KdbSyncQuery(KdbConnection existingConnection) |
KdbSyncQuery(KdbProcess target) |
Copyright © 2017. All rights reserved.