Package zipkin2.storage
Class ITInMemoryStorage.ITAutocompleteTags
- java.lang.Object
-
- zipkin2.storage.ITAutocompleteTags
-
- zipkin2.storage.ITInMemoryStorage.ITAutocompleteTags
-
- Enclosing class:
- ITInMemoryStorage
public static class ITInMemoryStorage.ITAutocompleteTags extends ITAutocompleteTags
-
-
Field Summary
-
Fields inherited from class zipkin2.storage.ITAutocompleteTags
storage
-
-
Constructor Summary
Constructors Constructor Description ITAutocompleteTags()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()Clears store between tests.protected StorageComponent.BuilderstorageBuilder()-
Methods inherited from class zipkin2.storage.ITAutocompleteTags
accept, before, getTagsAndValues, Should_not_store_when_key_not_in_autocompleteTags
-
-
-
-
Method Detail
-
storageBuilder
protected StorageComponent.Builder storageBuilder()
- Specified by:
storageBuilderin classITAutocompleteTags
-
clear
public void clear()
Description copied from class:ITAutocompleteTagsClears store between tests.- Specified by:
clearin classITAutocompleteTags
-
-