public abstract class AbstractRpcMetrics extends Object implements RpcMetrics
| Modifier and Type | Field and Description |
|---|---|
static String |
ALLOCATOR_METRICS_PREFIX |
static String |
CONNECTION_COUNTER_PREFIX |
protected boolean |
useEncryptedCounter |
| Constructor and Description |
|---|
AbstractRpcMetrics() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
initialize(boolean useEncryptedCounter,
BufferAllocator allocator) |
protected void |
registerAllocatorMetrics(BufferAllocator allocator,
String metricPrefix) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddConnectionCount, decConnectionCount, getEncryptedConnectionCount, getUnEncryptedConnectionCountprotected boolean useEncryptedCounter
public static final String CONNECTION_COUNTER_PREFIX
public static final String ALLOCATOR_METRICS_PREFIX
protected void registerAllocatorMetrics(BufferAllocator allocator, String metricPrefix)
public abstract void initialize(boolean useEncryptedCounter,
BufferAllocator allocator)
Copyright © 2022 The Apache Software Foundation. All rights reserved.