MCPcopy Create free account
hub / github.com/apache/kafka / name

Method name

clients/src/main/java/org/apache/kafka/common/metrics/Sensor.java:64–66  ·  view source on GitHub ↗

The name this sensor is registered with. This name will be unique among all registered sensors.

()

Source from the content-addressed store, hash-verified

62 * The name this sensor is registered with. This name will be unique among all registered sensors.
63 */
64 public String name() {
65 return this.name;
66 }
67
68 /**
69 * Record an occurrence, this is just short-hand for {@link #record(double) record(1.0)}

Callers 2

checkForestMethod · 0.95
addMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected