| Modifier and Type | Class and Description |
|---|---|
static class |
MeterInteractionManager.Key |
Thread.State, Thread.UncaughtExceptionHandlerMAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITYactiveCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yieldpublic static final MeterInteractionManager getInstance()
public MeterInteraction getApiOutgoingMeter(int fromHash, int toHash)
public MeterInteraction getNormalOutgoingMeter(int fromHash, int toHash)
public MeterInteraction getApiIncomingMeter(int fromHash, int toHash)
public MeterInteraction getNormalIncomingMeter(int fromHash, int toHash)
public MeterInteraction getDbCallMeter(int fromHash, int toHash)
public MeterInteraction getRedisCallMeter(int fromHash, int toHash)
public MeterInteraction getKafkaCallMeter(int fromHash, int toHash)
public MeterInteraction getRabbitmqCallMeter(int fromHash, int toHash)
public MeterInteraction getElasticSearchCallMeter(int fromHash, int toHash)
public MeterInteraction getMongoDbCallMeter(int fromHash, int toHash)
public LinkedMap<MeterInteractionManager.Key,MeterInteraction> getApiOutgoingMeterMap()
public LinkedMap<MeterInteractionManager.Key,MeterInteraction> getNormalOutgoingMeterMap()
public LinkedMap<MeterInteractionManager.Key,MeterInteraction> getApiIncomingMeterMap()
public LinkedMap<MeterInteractionManager.Key,MeterInteraction> getNormalIncomingMeterMap()
public LinkedMap<MeterInteractionManager.Key,MeterInteraction> getDbCallMeterMap()
public LinkedMap<MeterInteractionManager.Key,MeterInteraction> getRedisCallMeterMap()
public LinkedMap<MeterInteractionManager.Key,MeterInteraction> getKafkaCallMeterMap()
public LinkedMap<MeterInteractionManager.Key,MeterInteraction> getRabbitmqCallMeterMap()
public LinkedMap<MeterInteractionManager.Key,MeterInteraction> getElasticSearchCallMeterMap()
public LinkedMap<MeterInteractionManager.Key,MeterInteraction> getMongoDbCallMeterMap()
Copyright © 2021. All rights reserved.