Package zipkin2.storage
Class ITSpanStore<T extends StorageComponent>
- java.lang.Object
- 
- zipkin2.storage.ITStorage<T>
- 
- zipkin2.storage.ITSpanStore<T>
 
 
- 
 public abstract class ITSpanStore<T extends StorageComponent> extends ITStorage<T> Base test forSpanStore.Subtypes should create a connection to a real backend, even if that backend is in-process. 
- 
- 
Constructor SummaryConstructors Constructor Description ITSpanStore()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidconfigureStorageForTest(StorageComponent.Builder storage)Configures aStorageComponent.Builderwith parameters for the test being executed.voidgetTraces_duration()Shows that duration queries go against the root span, not the childvoidgetTraces_lateDuration()voidgetTraces_maxDuration()voidgetTraces_minDuration()voidgetTraces_serviceNames()voidgetTraces_spanName()voidgetTraces_tags()protected static QueryRequest.BuilderrequestBuilder()- 
Methods inherited from class zipkin2.storage.ITStorageaccept, accept, blockWhileInFlight, clear, initializeStoragePerTest, names, newStorageBuilder, store, traces
 
- 
 
- 
- 
- 
Method Detail- 
configureStorageForTestprotected final void configureStorageForTest(StorageComponent.Builder storage) Description copied from class:ITStorageConfigures aStorageComponent.Builderwith parameters for the test being executed.- Specified by:
- configureStorageForTestin class- ITStorage<T extends StorageComponent>
 
 - 
getTraces_serviceNames@Test public void getTraces_serviceNames() throws Exception- Throws:
- Exception
 
 - 
getTraces_lateDuration@Test public void getTraces_lateDuration() throws Exception- Throws:
- Exception
 
 - 
getTraces_duration@Test public void getTraces_duration() throws IOExceptionShows that duration queries go against the root span, not the child- Throws:
- IOException
 
 - 
requestBuilderprotected static QueryRequest.Builder requestBuilder() 
 
- 
 
-