public class MongoDBCollectionImplInstrumentation extends ClassInstanceMethodsEnhancePluginDefine
MongoDBCollectionImplInstrumentation define that the MongoDB Java Driver 2.13.x-2.14.x plugin intercepts the
following methods in the com.mongodb.DBCollectionImpl class:
1. find
2. insert
3. insertImpl
4. update
5. updateImpl
6. remove
7. createIndexCONTEXT_ATTR_NAME| 构造器和说明 |
|---|
MongoDBCollectionImplInstrumentation() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected ClassMatch |
enhanceClass() |
protected ConstructorInterceptPoint[] |
getConstructorsInterceptPoints() |
protected InstanceMethodsInterceptPoint[] |
getInstanceMethodsInterceptPoints() |
protected String[] |
witnessClasses() |
getStaticMethodsInterceptPointsenhancedefineprotected ConstructorInterceptPoint[] getConstructorsInterceptPoints()
protected InstanceMethodsInterceptPoint[] getInstanceMethodsInterceptPoints()
protected ClassMatch enhanceClass()
protected String[] witnessClasses()
Copyright © 2018 The Apache Software Foundation. All rights reserved.