Package | Description |
---|---|
com.bigdata.counters.query | |
com.bigdata.counters.render |
Modifier and Type | Method and Description |
---|---|
static URLQueryModel |
URLQueryModel.getInstance(IService service,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
Factory for Servlet API integration.
|
static URLQueryModel |
URLQueryModel.getInstance(IService service,
String uri,
LinkedHashMap<String,Vector<String>> params,
Map<String,String> headers)
Factory for performance counter integration.
|
static URLQueryModel |
URLQueryModel.getInstance(URL url)
Create a
URLQueryModel from a URL. |
Modifier and Type | Method and Description |
---|---|
static IRenderer |
RendererFactory.get(URLQueryModel model,
ICounterSelector counterSelector,
String defaultMimeType) |
Constructor and Description |
---|
TextRenderer(URLQueryModel model,
ICounterSelector counterSelector) |
TextValueFormatter(URLQueryModel model) |
ValueFormatter(URLQueryModel model) |
XHTMLRenderer.HTMLValueFormatter(URLQueryModel model) |
XHTMLRenderer(URLQueryModel model,
ICounterSelector counterSelector) |
XMLRenderer(URLQueryModel model,
ICounterSelector counterSelector,
String charset) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.