Package zipkin2.storage
Class ITInMemoryStorage.ITSearchEnabledFalse
- java.lang.Object
-
- zipkin2.storage.ITSearchEnabledFalse
-
- zipkin2.storage.ITInMemoryStorage.ITSearchEnabledFalse
-
- Enclosing class:
- ITInMemoryStorage
public static class ITInMemoryStorage.ITSearchEnabledFalse extends ITSearchEnabledFalse
-
-
Constructor Summary
Constructors Constructor Description ITSearchEnabledFalse()
-
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.ITSearchEnabledFalse
accept, getRemoteServiceNames_isEmpty, getServiceNames_isEmpty, getSpanNames_isEmpty, getTraces_indexDataReturnsNothing, names, store
-
-
-
-
Method Detail
-
storage
protected InMemoryStorage storage()
Description copied from class:ITSearchEnabledFalseShould maintain state between multiple calls within a test.- Specified by:
storagein classITSearchEnabledFalse
-
clear
public void clear()
Description copied from class:ITSearchEnabledFalseClears store between tests.- Specified by:
clearin classITSearchEnabledFalse
-
-