public final class MySQLStorage extends Object implements StorageComponent
| Modifier and Type | Class and Description |
|---|---|
static class |
MySQLStorage.Builder |
Component.CheckResult| Modifier and Type | Method and Description |
|---|---|
AsyncSpanConsumer |
asyncSpanConsumer() |
AsyncSpanStore |
asyncSpanStore() |
static MySQLStorage.Builder |
builder() |
Component.CheckResult |
check() |
void |
close() |
DataSource |
datasource()
Returns the session in use by this storage component.
|
SpanStore |
spanStore() |
public static MySQLStorage.Builder builder()
public DataSource datasource()
public SpanStore spanStore()
spanStore in interface StorageComponentpublic AsyncSpanStore asyncSpanStore()
asyncSpanStore in interface StorageComponentpublic AsyncSpanConsumer asyncSpanConsumer()
asyncSpanConsumer in interface StorageComponentpublic Component.CheckResult check()
Copyright © 2015–2016 OpenZipkin. All rights reserved.