Package | Description |
---|---|
org.apache.storm | |
org.apache.storm.daemon.nimbus | |
org.apache.storm.generated | |
org.apache.storm.metricstore |
Modifier and Type | Method and Description |
---|---|
void |
LocalCluster.processWorkerMetrics(WorkerMetrics metrics) |
Modifier and Type | Method and Description |
---|---|
void |
Nimbus.processWorkerMetrics(WorkerMetrics metrics) |
Modifier and Type | Method and Description |
---|---|
WorkerMetrics |
WorkerMetrics.deepCopy() |
WorkerMetrics |
Nimbus.processWorkerMetrics_args.get_metrics() |
Modifier and Type | Method and Description |
---|---|
int |
WorkerMetrics.compareTo(WorkerMetrics other) |
boolean |
WorkerMetrics.equals(WorkerMetrics that) |
void |
Nimbus.Iface.processWorkerMetrics(WorkerMetrics metrics) |
void |
Nimbus.Client.processWorkerMetrics(WorkerMetrics metrics) |
void |
Nimbus.AsyncIface.processWorkerMetrics(WorkerMetrics metrics,
org.apache.storm.thrift.async.AsyncMethodCallback<Void> resultHandler) |
void |
Nimbus.AsyncClient.processWorkerMetrics(WorkerMetrics metrics,
org.apache.storm.thrift.async.AsyncMethodCallback<Void> resultHandler) |
void |
Nimbus.Client.send_processWorkerMetrics(WorkerMetrics metrics) |
void |
Nimbus.processWorkerMetrics_args.set_metrics(WorkerMetrics metrics) |
Constructor and Description |
---|
processWorkerMetrics_args(WorkerMetrics metrics) |
processWorkerMetrics_call(WorkerMetrics metrics,
org.apache.storm.thrift.async.AsyncMethodCallback<Void> resultHandler,
org.apache.storm.thrift.async.TAsyncClient client,
org.apache.storm.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.storm.thrift.transport.TNonblockingTransport transport) |
WorkerMetrics(WorkerMetrics other)
Performs a deep copy on other.
|
Modifier and Type | Method and Description |
---|---|
void |
NimbusMetricProcessor.processWorkerMetrics(Map<String,Object> conf,
WorkerMetrics metrics) |
void |
WorkerMetricsProcessor.processWorkerMetrics(Map<String,Object> conf,
WorkerMetrics metrics)
Process insertion of worker metrics.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.