@InterfaceAudience.Private
public interface ZooKeeperMetricsListener
| Modifier and Type | Method and Description |
|---|---|
void |
registerAuthFailedException()
An AUTHFAILED Exception was seen.
|
void |
registerConnectionLossException()
A CONNECTIONLOSS Exception was seen.
|
void |
registerDataInconsistencyException()
A DATAINCONSISTENCY Exception was seen.
|
void |
registerFailedZKCall()
A ZooKeeper API Call failed.
|
void |
registerInvalidACLException()
An INVALIDACL Exception was seen.
|
void |
registerNoAuthException()
A NOAUTH Exception was seen.
|
void |
registerOperationTimeoutException()
A OPERATIONTIMEOUT Exception was seen.
|
void |
registerReadOperationLatency(long latency)
Register the latency incurred for read operations.
|
void |
registerRuntimeInconsistencyException()
A RUNTIMEINCONSISTENCY Exception was seen.
|
void |
registerSessionExpiredException()
A SESSIONEXPIRED Exception was seen.
|
void |
registerSyncOperationLatency(long latency)
Register the latency incurred for sync operations.
|
void |
registerSystemErrorException()
A SYSTEMERROR Exception was seen.
|
void |
registerWriteOperationLatency(long latency)
Register the latency incurred for write operations.
|
void registerAuthFailedException()
void registerConnectionLossException()
void registerDataInconsistencyException()
void registerInvalidACLException()
void registerNoAuthException()
void registerOperationTimeoutException()
void registerRuntimeInconsistencyException()
void registerSessionExpiredException()
void registerSystemErrorException()
void registerFailedZKCall()
void registerReadOperationLatency(long latency)
void registerWriteOperationLatency(long latency)
void registerSyncOperationLatency(long latency)
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.