Uses of Class
org.apache.storm.generated.WorkerMetrics
Package
Description
-
Uses of WorkerMetrics in org.apache.storm
-
Uses of WorkerMetrics in org.apache.storm.daemon.nimbus
-
Uses of WorkerMetrics in org.apache.storm.generated
Modifier and TypeMethodDescriptionWorkerMetrics.deepCopy()
Nimbus.processWorkerMetrics_args.get_metrics()
Modifier and TypeMethodDescriptionint
WorkerMetrics.compareTo
(WorkerMetrics other) boolean
WorkerMetrics.equals
(WorkerMetrics that) void
Nimbus.AsyncClient.processWorkerMetrics
(WorkerMetrics metrics, org.apache.storm.thrift.async.AsyncMethodCallback<Void> resultHandler) void
Nimbus.AsyncIface.processWorkerMetrics
(WorkerMetrics metrics, org.apache.storm.thrift.async.AsyncMethodCallback<Void> resultHandler) void
Nimbus.Client.processWorkerMetrics
(WorkerMetrics metrics) void
Nimbus.Iface.processWorkerMetrics
(WorkerMetrics metrics) void
Nimbus.Client.send_processWorkerMetrics
(WorkerMetrics metrics) void
Nimbus.processWorkerMetrics_args.set_metrics
(WorkerMetrics metrics) ModifierConstructorDescriptionprocessWorkerMetrics_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. -
Uses of WorkerMetrics in org.apache.storm.metricstore
Modifier and TypeMethodDescriptionvoid
NimbusMetricProcessor.processWorkerMetrics
(Map<String, Object> conf, WorkerMetrics metrics) void
WorkerMetricsProcessor.processWorkerMetrics
(Map<String, Object> conf, WorkerMetrics metrics) Process insertion of worker metrics.