Uses of Class
zipkin2.storage.StorageComponent
-
Packages that use StorageComponent Package Description zipkin2.storage -
-
Uses of StorageComponent in zipkin2.storage
Subclasses of StorageComponent in zipkin2.storage Modifier and Type Class Description classForwardingStorageComponentWe provide a forwarding variant of the storage component for use cases such as trace decoration, or throttling.classInMemoryStorageTest storage component that keeps all spans in memory, accepting them on the calling thread.Methods in zipkin2.storage that return StorageComponent Modifier and Type Method Description abstract StorageComponentStorageComponent.Builder. build()protected abstract StorageComponentForwardingStorageComponent. delegate()The delegate is a method as opposed to a field, to allow for flexibility.
-