Class MetricIndexRequestWrapper
- java.lang.Object
-
- org.apache.skywalking.oap.server.library.client.elasticsearch.IndexRequestWrapper
-
- org.apache.skywalking.oap.server.storage.plugin.elasticsearch.base.MetricIndexRequestWrapper
-
- All Implemented Interfaces:
InsertRequest,PrepareRequest
public class MetricIndexRequestWrapper extends IndexRequestWrapper
MetricIndexRequestWrapper wraps the built request wrapper with a new callback.
-
-
Field Summary
-
Fields inherited from class org.apache.skywalking.oap.server.library.client.elasticsearch.IndexRequestWrapper
request
-
-
Constructor Summary
Constructors Constructor Description MetricIndexRequestWrapper(IndexRequestWrapper requestWrapper, SessionCacheCallback callback)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonInsertCompleted()-
Methods inherited from class org.apache.skywalking.oap.server.library.client.elasticsearch.IndexRequestWrapper
getRequest
-
-
-
-
Constructor Detail
-
MetricIndexRequestWrapper
public MetricIndexRequestWrapper(IndexRequestWrapper requestWrapper, SessionCacheCallback callback)
-
-
Method Detail
-
onInsertCompleted
public void onInsertCompleted()
- Specified by:
onInsertCompletedin interfaceInsertRequest- Overrides:
onInsertCompletedin classIndexRequestWrapper
-
-