public final class TracedStorageComponent extends Object implements StorageComponent
Component.CheckResult
Constructor and Description |
---|
TracedStorageComponent(com.github.kristofa.brave.Brave brave,
StorageComponent delegate) |
Modifier and Type | Method and Description |
---|---|
AsyncSpanConsumer |
asyncSpanConsumer() |
AsyncSpanStore |
asyncSpanStore() |
Component.CheckResult |
check() |
void |
close() |
SpanStore |
spanStore() |
public TracedStorageComponent(com.github.kristofa.brave.Brave brave, StorageComponent delegate)
public SpanStore spanStore()
spanStore
in interface StorageComponent
public AsyncSpanStore asyncSpanStore()
asyncSpanStore
in interface StorageComponent
public AsyncSpanConsumer asyncSpanConsumer()
asyncSpanConsumer
in interface StorageComponent
public Component.CheckResult check()
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in interface Component
IOException
Copyright © 2015–2016 OpenZipkin. All rights reserved.