Package | Description |
---|---|
org.wildfly.swarm.config.modcluster.proxy | |
org.wildfly.swarm.config.modcluster.proxy.load_provider |
Modifier and Type | Method and Description |
---|---|
CustomLoadMetric |
DynamicLoadProvider.DynamicLoadProviderResources.customLoadMetric(String key) |
Modifier and Type | Method and Description |
---|---|
List<CustomLoadMetric> |
DynamicLoadProvider.DynamicLoadProviderResources.customLoadMetrics()
Get the list of CustomLoadMetric resources
|
Modifier and Type | Method and Description |
---|---|
T |
DynamicLoadProvider.customLoadMetric(CustomLoadMetric value)
Add the CustomLoadMetric object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
DynamicLoadProvider.customLoadMetrics(List<CustomLoadMetric> value)
Add all CustomLoadMetric objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
CustomLoadMetric<T extends CustomLoadMetric<T>>
Built-in load metric contributing a value to the overall load factor of a
node.
|
interface |
CustomLoadMetricConsumer<T extends CustomLoadMetric<T>> |
interface |
CustomLoadMetricSupplier<T extends CustomLoadMetric> |
Modifier and Type | Method and Description |
---|---|
CustomLoadMetric |
CustomLoadMetricSupplier.get()
Constructed instance of CustomLoadMetric resource
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.