public final class JDBCStorage extends Object implements StorageComponent
| Modifier and Type | Class and Description |
|---|---|
static class |
JDBCStorage.Builder |
| Modifier and Type | Method and Description |
|---|---|
AsyncSpanConsumer |
asyncSpanConsumer(CollectorSampler sampler,
CollectorMetrics metrics) |
AsyncSpanStore |
asyncSpanStore() |
void |
close() |
StorageAdapters.SpanConsumer |
spanConsumer() |
SpanStore |
spanStore() |
public SpanStore spanStore()
spanStore in interface StorageComponentpublic AsyncSpanStore asyncSpanStore()
asyncSpanStore in interface StorageComponentpublic StorageAdapters.SpanConsumer spanConsumer()
public AsyncSpanConsumer asyncSpanConsumer(CollectorSampler sampler, CollectorMetrics metrics)
asyncSpanConsumer in interface StorageComponentpublic void close()
close in interface AutoCloseableclose in interface StorageComponentCopyright © 2015–2016 OpenZipkin. All rights reserved.