public final class MySQLStorage extends StorageComponent
| Modifier and Type | Class and Description |
|---|---|
static class |
MySQLStorage.Builder |
| Modifier and Type | Method and Description |
|---|---|
CheckResult |
check() |
void |
close() |
DataSource |
datasource()
Returns the session in use by this storage component.
|
static MySQLStorage.Builder |
newBuilder() |
SpanConsumer |
spanConsumer() |
SpanStore |
spanStore() |
public static MySQLStorage.Builder newBuilder()
public DataSource datasource()
public SpanStore spanStore()
spanStore in class StorageComponentpublic SpanConsumer spanConsumer()
spanConsumer in class StorageComponentpublic CheckResult check()
Copyright © 2015–2018 OpenZipkin. All rights reserved.