jar

com.buabook : java-kdb-communication

Maven & Gradle

Mar 30, 2017
5 stars

Java <-> kdb Communication Library · Java library to publish data into and query data out of kdb+ processes (c) 2017 Sport Trades Ltd

Table Of Contents

Latest Version

Download com.buabook : java-kdb-communication JAR file - Latest Versions:

All Versions

Download com.buabook : java-kdb-communication JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window java-kdb-communication-1.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.buabook.kdb.data

├─ com.buabook.kdb.data.KdbDict.class - [JAR]

├─ com.buabook.kdb.data.KdbTable.class - [JAR]

├─ com.buabook.kdb.data.KdbTableIterator.class - [JAR]

├─ com.buabook.kdb.data.PrintableDict.class - [JAR]

com.kx

├─ com.kx.c.class - [JAR]

com.buabook.kdb.connection

├─ com.buabook.kdb.connection.KdbConnection.class - [JAR]

├─ com.buabook.kdb.connection.KdbProcess.class - [JAR]

com.buabook.kdb

├─ com.buabook.kdb.Converters.class - [JAR]

├─ com.buabook.kdb.Dicts.class - [JAR]

├─ com.buabook.kdb.Flips.class - [JAR]

├─ com.buabook.kdb.Types.class - [JAR]

com.buabook.kdb.interfaces

├─ com.buabook.kdb.interfaces.IKdbConsumerFailedListener.class - [JAR]

├─ com.buabook.kdb.interfaces.IKdbRawDataConsumer.class - [JAR]

├─ com.buabook.kdb.interfaces.IKdbTableConsumer.class - [JAR]

com.buabook.kdb.exceptions

├─ com.buabook.kdb.exceptions.DataConsumerException.class - [JAR]

├─ com.buabook.kdb.exceptions.DataOverwriteNotPermittedException.class - [JAR]

├─ com.buabook.kdb.exceptions.DictUnionNotPermittedException.class - [JAR]

├─ com.buabook.kdb.exceptions.KdbProcessSubscriptionFailedException.class - [JAR]

├─ com.buabook.kdb.exceptions.KdbPublisherAlreadyExistsException.class - [JAR]

├─ com.buabook.kdb.exceptions.KdbPublisherDoesNotExistException.class - [JAR]

├─ com.buabook.kdb.exceptions.KdbTargetProcessUnavailableException.class - [JAR]

├─ com.buabook.kdb.exceptions.QueryExecutionFailedException.class - [JAR]

├─ com.buabook.kdb.exceptions.TableColumnAlreadyExistsException.class - [JAR]

├─ com.buabook.kdb.exceptions.TableSchemaMismatchException.class - [JAR]

com.buabook.kdb.publisher

├─ com.buabook.kdb.publisher.KdbPublisher.class - [JAR]

├─ com.buabook.kdb.publisher.KdbPublisherManager.class - [JAR]

├─ com.buabook.kdb.publisher.KdbPublisherThread.class - [JAR]

com.buabook.kdb.consumer

├─ com.buabook.kdb.consumer.KdbConsumer.class - [JAR]

├─ com.buabook.kdb.consumer.KdbConsumerThread.class - [JAR]

com.buabook.kdb.query

├─ com.buabook.kdb.query.KdbAsyncQuery.class - [JAR]

├─ com.buabook.kdb.query.KdbQuery.class - [JAR]

├─ com.buabook.kdb.query.KdbSyncQuery.class - [JAR]

Advertisement