-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Jas edited this page Mar 14, 2017
·
9 revisions
The wiki section of this repository provides details of the classes that are available library. Complete Javadoc can also be found here.
The list below gives the packages provided by this library along with the functionality:
-
com.buabook.kdb.connection
:- KdbProcess: Connection definition (with username and password support)
- KdbConnection: A kdb connection with reconnect support
-
com.buabook.kdb.consumer
:- KdbConsumer / KdbConsumerThread: Real-time streaming data consumer (generally from tickerplant)
-
com.buabook.kdb.data
:-
KdbDict: Java friendly
Dict
-
PrintableDict: Replacement for
Dict
withtoString
andgetSize
support -
KdbTable: Java friendly
Flip
-
KdbDict: Java friendly
-
com.buabook.kdb.exceptions
: Custom exceptions thrown from other classes within this library -
com.buabook.kdb.interfaces
: Interfaces that are used to integrate with other classes within this library -
com.buabook.kdb.publisher
:- KdbPublisher / KdbPublisherThread: Data publisher (generally to TickerPlant)
- KdbPublisherManager: Multiple publisher manager
-
com.buabook.kdb.query
:- KdbSyncQuery / KdbAsyncQuery: Synchronous and asynchronous querying
-
com.buabook.kdb
:- Converters: Java to kdb object converters
-
Dicts:
Dict
helpers -
Flips:
Flip
helpers - Types: Java to kdb type mappings
Copyright (C) Sport Trades Ltd 2017 - 2020, John Keys and Jaskirat Rajasansir 2020 - 2021