Packages
There is one package distributed with the KX Refinery platform:
- DaaSJavaApiCore.Tests _a_b_c_d.zip (where _a_b_c_d is the version)
The DaaSJavaApiCore.Tests zip includes a sample code of basic API calls, the zip includes single jar that packages the DaaS Java API and all of its dependencies
Note
The source code for the Jars is not made available and the API must be used as per the DaaSJavaApiCore.Tests, which has all examples necessary to complete any API function.
The Java API has been created against Kx Stream of 4.2 and above. The API will work with Kx Refinery on the same Kx Stream or above.
If a previous version is being used, the following will need to be checked:
- Aliasing
`.p.exaswith`.pm.exasin the qr (to fix Can_run_getTicks_query) - Shutting down the ops qm (to fix the Streaming_analytics tests)
- Aliasing
`.r.ismasterwith`.rpl.ismasterin the ms (to fix Publish_to_fiTrade_table)