Package zipkin2.storage
Class ITInMemoryStorage.ITServiceAndSpanNames
- java.lang.Object
-
- zipkin2.storage.ITServiceAndSpanNames
-
- zipkin2.storage.ITInMemoryStorage.ITServiceAndSpanNames
-
- Enclosing class:
- ITInMemoryStorage
public static class ITInMemoryStorage.ITServiceAndSpanNames extends ITServiceAndSpanNames
-
-
Constructor Summary
Constructors Constructor Description ITServiceAndSpanNames()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()Clears serviceAndSpanNames between tests.protected InMemoryStoragestorage()Should maintain state between multiple calls within a test.-
Methods inherited from class zipkin2.storage.ITServiceAndSpanNames
accept, accept, getLocalServiceNames_includesLocalServiceName, getLocalServiceNames_noServiceName, getRemoteServiceNames, getRemoteServiceNames_allReturned, getRemoteServiceNames_dedupes, getRemoteServiceNames_noRemoteServiceName, getRemoteServiceNames_serviceNameGoesLowercase, getSpanNames, getSpanNames_allReturned, getSpanNames_dedupes, getSpanNames_doesNotMapNameToRemoteServiceName, getSpanNames_noSpanName, getSpanNames_serviceNameGoesLowercase, serviceAndSpanNames
-
-
-
-
Method Detail
-
storage
protected InMemoryStorage storage()
Description copied from class:ITServiceAndSpanNamesShould maintain state between multiple calls within a test.- Specified by:
storagein classITServiceAndSpanNames
-
clear
public void clear()
Description copied from class:ITServiceAndSpanNamesClears serviceAndSpanNames between tests.- Specified by:
clearin classITServiceAndSpanNames
-
-