Class StorageComponent

java.lang.Object
zipkin2.Component
zipkin2.storage.StorageComponent
All Implemented Interfaces:
Closeable, AutoCloseable
Direct Known Subclasses:
ForwardingStorageComponent, InMemoryStorage

public abstract class StorageComponent
extends Component
A component that provides storage interfaces used for spans and aggregations. Implementations are free to provide other interfaces, but the ones declared here must be supported.
See Also:
InMemoryStorage