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
-
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:
spanStore
in classStorageComponent
-
traces
- Overrides:
traces
in classStorageComponent
-
serviceAndSpanNames
- Overrides:
serviceAndSpanNames
in classStorageComponent
-
autocompleteTags
- Overrides:
autocompleteTags
in classStorageComponent
-
spanConsumer
- Specified by:
spanConsumer
in classStorageComponent
-
check
-
toString
-
close
public void close()
-