Package zipkin2.storage.cassandra.v1
Class CassandraSpanStore
java.lang.Object
zipkin2.storage.cassandra.v1.CassandraSpanStore
- All Implemented Interfaces:
ServiceAndSpanNames
,SpanStore
,Traces
public final class CassandraSpanStore extends Object implements SpanStore, Traces, ServiceAndSpanNames
-
Method Summary
Modifier and Type Method Description Call<List<DependencyLink>>
getDependencies(long endTs, long lookback)
Call<List<String>>
getRemoteServiceNames(String serviceName)
Call<List<String>>
getServiceNames()
Call<List<String>>
getSpanNames(String serviceName)
Call<List<Span>>
getTrace(String traceId)
Call<List<List<Span>>>
getTraces(Iterable<String> traceIds)
Call<List<List<Span>>>
getTraces(QueryRequest request)
-
Method Details
-
getTraces
-
getTrace
-
getTraces
-
getServiceNames
- Specified by:
getServiceNames
in interfaceServiceAndSpanNames
- Specified by:
getServiceNames
in interfaceSpanStore
-
getRemoteServiceNames
- Specified by:
getRemoteServiceNames
in interfaceServiceAndSpanNames
-
getSpanNames
- Specified by:
getSpanNames
in interfaceServiceAndSpanNames
- Specified by:
getSpanNames
in interfaceSpanStore
-
getDependencies
- Specified by:
getDependencies
in interfaceSpanStore
-