类 MemcachedPluginConfig.Plugin.Memcached

java.lang.Object
org.apache.skywalking.apm.plugin.xmemcached.v2.MemcachedPluginConfig.Plugin.Memcached
封闭类:
MemcachedPluginConfig.Plugin

public static class MemcachedPluginConfig.Plugin.Memcached extends Object
  • 字段概要

    字段
    修饰符和类型
    字段
    说明
    static Set<String>
    Operation represent a cache span is "write" or "read" action , and "op"(operation) is tagged with key "cache.op" usually This config term define which command should be converted to write Operation .
    static Set<String>
    Operation represent a cache span is "write" or "read" action , and "op"(operation) is tagged with key "cache.op" usually This config term define which command should be converted to write Operation .
  • 构造器概要

    构造器
    构造器
    说明
     
  • 方法概要

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 字段详细资料

    • OPERATION_MAPPING_WRITE

      public static Set<String> OPERATION_MAPPING_WRITE
      Operation represent a cache span is "write" or "read" action , and "op"(operation) is tagged with key "cache.op" usually This config term define which command should be converted to write Operation .
      另请参阅:
      • Tags.CACHE_OP
      • XMemcachedMethodInterceptor.parseOperation(String)
    • OPERATION_MAPPING_READ

      public static Set<String> OPERATION_MAPPING_READ
      Operation represent a cache span is "write" or "read" action , and "op"(operation) is tagged with key "cache.op" usually This config term define which command should be converted to write Operation .
      另请参阅:
      • Tags.CACHE_OP
      • XMemcachedMethodInterceptor.parseOperation(String)
  • 构造器详细资料

    • Memcached

      public Memcached()