Package org.elasticsearch.test.fixture
Class RequestCapture
java.lang.Object
org.elasticsearch.test.fixture.RequestCapture
Snapshot-based capture over a fixture's request log. Create before an action, inspect after.
Path-based filtering isolates concurrent test traffic naturally.
-
Method Summary
Modifier and TypeMethodDescriptioncaptured()longlonglonglongdump()static RequestCapturestart(List<RequestEntry> log) static RequestCapturestart(List<RequestEntry> log, String pathContains)
-
Method Details
-
start
-
start
-
captured
-
count
-
countHeads
public long countHeads() -
countGets
public long countGets() -
countSuffixRangeGets
public long countSuffixRangeGets() -
dump
-