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 zipkin2.storage.InMemoryStoragestorage()Should maintain state between multiple calls within a test.-
Methods inherited from class zipkin2.storage.ITSpanStore
accept, accept, allShouldWorkWhenEmpty, allShouldWorkWhenNoIndexableDataYet, 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_localServiceName, getTraces_manyTraces, getTraces_maxDuration, getTraces_minDuration, getTraces_multipleAnnotationsBecomeAndFilter, getTraces_remoteServiceName, getTraces_remoteServiceName_128, getTraces_remoteServiceName_withoutServiceName, getTraces_spanName, getTraces_spanName_128, getTraces_spanName_noServiceName, getTraces_tags, readback_minimalErrorSpan, readsBackLargeValues, remoteServiceName_goesLowercase, requestBuilder, serviceNamesGoLowercase, spanName_goesLowercase, spanNameIsJson, store, tagsWithNestedDots, traceWithManySpans
-
-
-
-
Method Detail
-
storage
protected zipkin2.storage.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
-
-