public class MondrianInprocProxy extends Object
Constructor and Description |
---|
MondrianInprocProxy(Map<String,String> catalogNameUrls,
String urlString)
Creates and initializes a MondrianInprocProxy.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
get(XmlaOlap4jServerInfos infos,
String request) |
String |
getEncodingCharsetName() |
Future<byte[]> |
submit(XmlaOlap4jServerInfos infos,
String request) |
public MondrianInprocProxy(Map<String,String> catalogNameUrls, String urlString)
catalogNameUrls
- Collection of catalog names and the URL where
their catalog is to be found. For testing purposes, this should contain
a catalog called "FoodMart".urlString
- JDBC connect string; must begin with "jdbc:mondrian:"