Class StorageComponent

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable
    Direct Known Subclasses:
    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
    • Constructor Detail

      • StorageComponent

        public StorageComponent()