| Package | Description |
|---|---|
| io.apiman.gateway.engine | |
| io.apiman.gateway.engine.impl |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends IMetrics> |
IEngineConfig.getMetricsClass(IPluginRegistry pluginRegistry) |
| Modifier and Type | Class and Description |
|---|---|
class |
InMemoryMetrics
An in-memory implementation of
IMetrics. |
| Modifier and Type | Method and Description |
|---|---|
protected IMetrics |
DefaultEngineFactory.createMetrics(IPluginRegistry pluginRegistry) |
protected IMetrics |
ConfigDrivenEngineFactory.createMetrics(IPluginRegistry pluginRegistry) |
protected abstract IMetrics |
AbstractEngineFactory.createMetrics(IPluginRegistry pluginRegistry)
Creates the metrics system.
|
IMetrics |
EngineImpl.getMetrics() |
| Modifier and Type | Method and Description |
|---|---|
void |
EngineImpl.setMetrics(IMetrics metrics) |
| Constructor and Description |
|---|
EngineImpl(IRegistry registry,
IPluginRegistry pluginRegistry,
IComponentRegistry componentRegistry,
IConnectorFactory connectorFactory,
IPolicyFactory policyFactory,
IMetrics metrics)
Constructor.
|
ServiceRequestExecutorImpl(io.apiman.gateway.engine.beans.ServiceRequest serviceRequest,
IAsyncResultHandler<IEngineResult> resultHandler,
IRegistry registry,
IPolicyContext context,
IPolicyFactory policyFactory,
IConnectorFactory connectorFactory,
IMetrics metrics)
Constructs a new
ServiceRequestExecutorImpl. |
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.