类 MemcachedPluginConfig.Plugin.Memcached
java.lang.Object
org.apache.skywalking.apm.plugin.xmemcached.v2.MemcachedPluginConfig.Plugin.Memcached
-
字段概要
字段修饰符和类型字段说明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 .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 . -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
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_OPXMemcachedMethodInterceptor.parseOperation(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_OPXMemcachedMethodInterceptor.parseOperation(String)
-
-
构造器详细资料
-
Memcached
public Memcached()
-