Package zipkin2.storage
Class ITInMemoryStorage.ITStrictTraceIdFalse
- java.lang.Object
-
- zipkin2.storage.ITStrictTraceIdFalse
-
- zipkin2.storage.ITInMemoryStorage.ITStrictTraceIdFalse
-
- Enclosing class:
- ITInMemoryStorage
public static class ITInMemoryStorage.ITStrictTraceIdFalse extends ITStrictTraceIdFalse
-
-
Constructor Summary
Constructors Constructor Description ITStrictTraceIdFalse()
-
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.ITStrictTraceIdFalse
accept128BitTrace, getTrace_retrievesBy64Or128BitTraceId, getTrace_retrievesBy64Or128BitTraceId_mixed, getTraces_128BitTraceId, getTraces_128BitTraceId, getTraces_128BitTraceId_mixed, store
-
-
-
-
Method Detail
-
storage
protected InMemoryStorage storage()
Description copied from class:ITStrictTraceIdFalseShould maintain state between multiple calls within a test.- Specified by:
storagein classITStrictTraceIdFalse
-
clear
public void clear()
Description copied from class:ITStrictTraceIdFalseClears store between tests.- Specified by:
clearin classITStrictTraceIdFalse
-
-