Package zipkin2.storage
Class ITSearchEnabledFalse
- java.lang.Object
-
- zipkin2.storage.ITSearchEnabledFalse
-
- Direct Known Subclasses:
ITInMemoryStorage.ITSearchEnabledFalse
public abstract class ITSearchEnabledFalse extends java.lang.ObjectBase test for whensearchEnabled == false.Subtypes should create a connection to a real backend, even if that backend is in-process.
-
-
Constructor Summary
Constructors Constructor Description ITSearchEnabledFalse()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected voidaccept(Span... spans)abstract voidclear()Clears store between tests.voidgetRemoteServiceNames_isEmpty()voidgetServiceNames_isEmpty()voidgetSpanNames_isEmpty()voidgetTraces_indexDataReturnsNothing()protected ServiceAndSpanNamesnames()protected abstract StorageComponentstorage()Should maintain state between multiple calls within a test.protected SpanStorestore()
-
-
-
Method Detail
-
storage
protected abstract StorageComponent storage()
Should maintain state between multiple calls within a test.
-
store
protected SpanStore store()
-
names
protected ServiceAndSpanNames names()
-
clear
public abstract void clear() throws java.lang.ExceptionClears store between tests.- Throws:
java.lang.Exception
-
getTraces_indexDataReturnsNothing
public void getTraces_indexDataReturnsNothing() throws java.lang.Exception- Throws:
java.lang.Exception
-
getServiceNames_isEmpty
public void getServiceNames_isEmpty() throws java.lang.Exception- Throws:
java.lang.Exception
-
getRemoteServiceNames_isEmpty
public void getRemoteServiceNames_isEmpty() throws java.lang.Exception- Throws:
java.lang.Exception
-
getSpanNames_isEmpty
public void getSpanNames_isEmpty() throws java.lang.Exception- Throws:
java.lang.Exception
-
accept
protected void accept(Span... spans) throws java.io.IOException
- Throws:
java.io.IOException
-
-