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
-
Nested Class Summary
Nested Classes -
Method Summary
Methods inherited from class zipkin2.storage.StorageComponent
isOverCapacity
-
Method Details
-
newBuilder
-
datasource
Returns the session in use by this storage component. -
spanStore
- Specified by:
spanStorein classStorageComponent
-
traces
- Overrides:
tracesin classStorageComponent
-
serviceAndSpanNames
- Overrides:
serviceAndSpanNamesin classStorageComponent
-
autocompleteTags
- Overrides:
autocompleteTagsin classStorageComponent
-
spanConsumer
- Specified by:
spanConsumerin classStorageComponent
-
check
-
toString
-
close
public void close()
-