Package | Description |
---|---|
alluxio.client.metrics | |
alluxio.metrics | |
alluxio.thrift | |
alluxio.worker.block |
Modifier and Type | Method and Description |
---|---|
void |
MetricsMasterClient.heartbeat(List<Metric> metrics)
The method the worker should periodically execute to heartbeat back to the master.
|
Modifier and Type | Method and Description |
---|---|
Metric |
Metric.toThrift() |
Modifier and Type | Method and Description |
---|---|
static Metric |
Metric.from(Metric metric)
Constructs the metric object from the thrift format.
|
Modifier and Type | Method and Description |
---|---|
Metric |
Metric.deepCopy() |
Metric |
Metric.setHostname(String hostname) |
Metric |
Metric.setInstance(String instance) |
Metric |
Metric.setInstanceId(String instanceId) |
Metric |
Metric.setName(String name) |
Metric |
Metric.setTags(Map<String,String> tags) |
Metric |
Metric.setValue(double value) |
Modifier and Type | Method and Description |
---|---|
List<Metric> |
MetricsHeartbeatTOptions.getMetrics() |
List<Metric> |
BlockHeartbeatTOptions.getMetrics() |
Iterator<Metric> |
MetricsHeartbeatTOptions.getMetricsIterator() |
Iterator<Metric> |
BlockHeartbeatTOptions.getMetricsIterator() |
Modifier and Type | Method and Description |
---|---|
void |
MetricsHeartbeatTOptions.addToMetrics(Metric elem) |
void |
BlockHeartbeatTOptions.addToMetrics(Metric elem) |
int |
Metric.compareTo(Metric other) |
boolean |
Metric.equals(Metric that) |
Modifier and Type | Method and Description |
---|---|
MetricsHeartbeatTOptions |
MetricsHeartbeatTOptions.setMetrics(List<Metric> metrics) |
BlockHeartbeatTOptions |
BlockHeartbeatTOptions.setMetrics(List<Metric> metrics) |
Constructor and Description |
---|
Metric(Metric other)
Performs a deep copy on other.
|
Constructor and Description |
---|
BlockHeartbeatTOptions(List<Metric> metrics) |
MetricsHeartbeatTOptions(List<Metric> metrics) |
Modifier and Type | Method and Description |
---|---|
Command |
BlockMasterClient.heartbeat(long workerId,
Map<String,Long> usedBytesOnTiers,
List<Long> removedBlocks,
Map<String,List<Long>> addedBlocks,
List<Metric> metrics)
The method the worker should periodically execute to heartbeat back to the master.
|
Copyright © 2023. All Rights Reserved.