Uses of Interface
org.olap4j.driver.xmla.XmlaOlap4jServerInfos
Packages that use XmlaOlap4jServerInfos
Package
Description
olap4j to XML for Analysis bridge.
Provides proxy communications with XML/A servers.
-
Uses of XmlaOlap4jServerInfos in org.olap4j.driver.xmla
Methods in org.olap4j.driver.xmla with parameters of type XmlaOlap4jServerInfosModifier and TypeMethodDescriptionstatic Future<byte[]> XmlaOlap4jDriver.getFuture(XmlaOlap4jProxy proxy, XmlaOlap4jServerInfos serverInfos, String request) Returns a future object representing an asynchronous submission of an XMLA request to a URL. -
Uses of XmlaOlap4jServerInfos in org.olap4j.driver.xmla.proxy
Methods in org.olap4j.driver.xmla.proxy with parameters of type XmlaOlap4jServerInfosModifier and TypeMethodDescriptionbyte[]XmlaOlap4jProxy.get(XmlaOlap4jServerInfos serverInfos, String request) Sends a request to a URL and returns the response.byte[]XmlaOlap4jHttpProxy.getResponse(XmlaOlap4jServerInfos serverInfos, String request) Future<byte[]> XmlaOlap4jHttpProxy.getResponseViaSubmit(XmlaOlap4jServerInfos serverInfos, String request) Future<byte[]> XmlaOlap4jProxy.submit(XmlaOlap4jServerInfos serverInfos, String request) Submits a request for background execution.