Package zipkin2.storage.mysql.v1
Class MySQLStorage
- java.lang.Object
- 
- zipkin2.Component
- 
- zipkin2.storage.StorageComponent
- 
- zipkin2.storage.mysql.v1.MySQLStorage
 
 
 
- 
- All Implemented Interfaces:
- Closeable,- AutoCloseable
 
 public final class MySQLStorage extends StorageComponent 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classMySQLStorage.Builder
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AutocompleteTagsautocompleteTags()CheckResultcheck()voidclose()DataSourcedatasource()Returns the session in use by this storage component.static MySQLStorage.BuildernewBuilder()ServiceAndSpanNamesserviceAndSpanNames()SpanConsumerspanConsumer()SpanStorespanStore()StringtoString()Tracestraces()- 
Methods inherited from class zipkin2.storage.StorageComponentisOverCapacity
 
- 
 
- 
- 
- 
Method Detail- 
newBuilderpublic static MySQLStorage.Builder newBuilder() 
 - 
datasourcepublic DataSource datasource() Returns the session in use by this storage component.
 - 
spanStorepublic SpanStore spanStore() - Specified by:
- spanStorein class- StorageComponent
 
 - 
tracespublic Traces traces() - Overrides:
- tracesin class- StorageComponent
 
 - 
serviceAndSpanNamespublic ServiceAndSpanNames serviceAndSpanNames() - Overrides:
- serviceAndSpanNamesin class- StorageComponent
 
 - 
autocompleteTagspublic AutocompleteTags autocompleteTags() - Overrides:
- autocompleteTagsin class- StorageComponent
 
 - 
spanConsumerpublic SpanConsumer spanConsumer() - Specified by:
- spanConsumerin class- StorageComponent
 
 - 
checkpublic CheckResult check() 
 
- 
 
-