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| Constructor and Description |
|---|
MongoDBCollectionImplInstrumentation() |
| Modifier and Type | Method and Description |
|---|---|
protected ClassMatch |
enhanceClass() |
protected ConstructorInterceptPoint[] |
getConstructorsInterceptPoints() |
protected InstanceMethodsInterceptPoint[] |
getInstanceMethodsInterceptPoints() |
protected String[] |
witnessClasses() |
getStaticMethodsInterceptPointsenhancedefinepublic MongoDBCollectionImplInstrumentation()
protected ConstructorInterceptPoint[] getConstructorsInterceptPoints()
getConstructorsInterceptPoints in class ClassEnhancePluginDefineprotected InstanceMethodsInterceptPoint[] getInstanceMethodsInterceptPoints()
getInstanceMethodsInterceptPoints in class ClassEnhancePluginDefineprotected ClassMatch enhanceClass()
enhanceClass in class AbstractClassEnhancePluginDefineprotected String[] witnessClasses()
witnessClasses in class AbstractClassEnhancePluginDefineCopyright © 2019 The Apache Software Foundation. All rights reserved.