Package zipkin2.storage
Class ITAutocompleteTags<T extends StorageComponent>
java.lang.Object
zipkin2.storage.ITStorage<T>
zipkin2.storage.ITAutocompleteTags<T>
public abstract class ITAutocompleteTags<T extends StorageComponent> extends ITStorage<T>
Base test for when
StorageComponent.Builder.autocompleteKeys(List) has values.
Subtypes should create a connection to a real backend, even if that backend is in-process.
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ITAutocompleteTags() -
Method Summary
Modifier and Type Method Description protected voidconfigureStorageForTest(StorageComponent.Builder storage)Configures aStorageComponent.Builderwith parameters for the test being executed.protected voidgetTagsAndValues()protected voidshould_not_store_when_key_not_in_autocompleteTags()Methods inherited from class zipkin2.storage.ITStorage
accept, accept, blockWhileInFlight, clear, initializeStoragePerTest, names, newStorageBuilder, store, traces
-
Constructor Details
-
ITAutocompleteTags
public ITAutocompleteTags()
-
-
Method Details
-
configureStorageForTest
Description copied from class:ITStorageConfigures aStorageComponent.Builderwith parameters for the test being executed.- Specified by:
configureStorageForTestin classITStorage<T extends StorageComponent>
-
should_not_store_when_key_not_in_autocompleteTags
- Throws:
IOException
-
getTagsAndValues
- Throws:
IOException
-