Uses of Class
zipkin2.DependencyLink
-
Packages that use DependencyLink Package Description zipkin2 zipkin2.storage -
-
Uses of DependencyLink in zipkin2
Methods in zipkin2 that return DependencyLink Modifier and Type Method Description DependencyLinkDependencyLink.Builder. build() -
Uses of DependencyLink in zipkin2.storage
Methods in zipkin2.storage that return types with arguments of type DependencyLink Modifier and Type Method Description List<DependencyLink>InMemoryStorage. getDependencies()Used for testing.Call<List<DependencyLink>>InMemoryStorage. getDependencies(long endTs, long lookback)Call<List<DependencyLink>>SpanStore. getDependencies(long endTs, long lookback)Returns dependency links derived from spans in an interval contained by (endTs - lookback) or empty if none are found.
-