Package zipkin2.storage
Class ITInMemoryStorage.ITSpanStore
- java.lang.Object
-
- zipkin2.storage.ITSpanStore
-
- zipkin2.storage.ITInMemoryStorage.ITSpanStore
-
- Enclosing class:
- ITInMemoryStorage
public static class ITInMemoryStorage.ITSpanStore extends ITSpanStore
-
-
Constructor Summary
Constructors Constructor Description ITSpanStore()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()Clears store between tests.protected InMemoryStoragestorage()Should maintain state between multiple calls within a test.-
Methods inherited from class zipkin2.storage.ITSpanStore
accept, accept, allShouldWorkWhenEmpty, allShouldWorkWhenNoIndexableDataYet, consumer_properlyImplementsCallContract_execute, consumer_properlyImplementsCallContract_submit, deduplicates, getTrace_considersBitsAbove64bit, getTrace_returnsEmptyOnNotFound, getTraces_absentWhenNoTimestamp, getTraces_annotation, getTraces_considersBitsAbove64bit, getTraces_differentiateOnServiceName, getTraces_duration, getTraces_endTsAndLookback, getTraces_endTsInsideTheTrace, getTraces_filteringMatchesMostRecentTraces, getTraces_groupsTracesTogether, getTraces_lateDuration, getTraces_limit, getTraces_manyTraces, getTraces_maxDuration, getTraces_minDuration, getTraces_multipleAnnotationsBecomeAndFilter, getTraces_serviceNames, getTraces_serviceNames_mixedTraceIdLength, getTraces_spanName, getTraces_spanName_mixedTraceIdLength, getTraces_tags, names_goLowercase, readback_minimalErrorSpan, readsBackLargeValues, requestBuilder, spanWithProblematicData, store, traceWithManySpans
-
-
-
-
Method Detail
-
storage
protected InMemoryStorage storage()
Description copied from class:ITSpanStoreShould maintain state between multiple calls within a test.- Specified by:
storagein classITSpanStore
-
clear
public void clear()
Description copied from class:ITSpanStoreClears store between tests.- Specified by:
clearin classITSpanStore
-
-