Uses of Class
zipkin2.Call
| Package | Description |
|---|---|
| zipkin2 | |
| zipkin2.storage |
-
Uses of Call in zipkin2
Methods in zipkin2 that return Call Modifier and Type Method Description abstract Call<V>Call. clone()Returns a copy of this object, so you can make an identical follow-up request.static <V> Call<V>Call. create(V v)Returns a completed call which has the supplied value.static <T> Call<List<T>>Call. emptyList()<R> Call<R>Call. flatMap(Call.FlatMapper<V,R> flatMapper)Maps the result of this call into another, as defined by theflatMapperfunction.Call<V>Call. handleError(Call.ErrorHandler<V> errorHandler)Returns a call which can attempt to resolve an exception.Call<V2>Call.FlatMapper. map(V1 input)<R> Call<R>Call. map(Call.Mapper<V,R> mapper)Maps the result of this call into a different shape, as defined by themapperfunction. -
Uses of Call in zipkin2.storage
Methods in zipkin2.storage that return Call Modifier and Type Method Description Call<Void>InMemoryStorage. accept(List<Span> spans)Call<Void>SpanConsumer. accept(List<Span> spans)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.Call<List<String>>AutocompleteTags. getKeys()Retrieves the list of tag getKeys whose values may be returned byAutocompleteTags.getValues(String).Call<List<String>>InMemoryStorage. getKeys()Call<List<String>>InMemoryStorage. getRemoteServiceNames(String service)Call<List<String>>ServiceAndSpanNames. getRemoteServiceNames(String serviceName)Call<List<String>>InMemoryStorage. getServiceNames()Call<List<String>>ServiceAndSpanNames. getServiceNames()Retrieves alllocalservice names, sorted lexicographically.Call<List<String>>SpanStore. getServiceNames()Deprecated.Call<List<String>>InMemoryStorage. getSpanNames(String service)Call<List<String>>ServiceAndSpanNames. getSpanNames(String serviceName)Retrieves allspan namesrecorded by aservice, sorted lexicographically.Call<List<String>>SpanStore. getSpanNames(String serviceName)Deprecated.Call<List<Span>>InMemoryStorage. getTrace(String traceId)Call<List<Span>>SpanStore. getTrace(String traceId)Deprecated.Call<List<Span>>Traces. getTrace(String traceId)Retrieves spans that share a 128-bit trace id with no ordering expectation or empty if none are found.Call<List<List<Span>>>InMemoryStorage. getTraces(Iterable<String> traceIds)Call<List<List<Span>>>InMemoryStorage. getTraces(QueryRequest request)Call<List<List<Span>>>SpanStore. getTraces(QueryRequest request)Retrieves spans grouped by trace ID from the storage system with no ordering expectation.Call<List<List<Span>>>Traces. getTraces(Iterable<String> traceIds)Retrieves any traces with the specified IDs.Call<List<String>>AutocompleteTags. getValues(String key)Retrieves the list of values, if the input is configured for autocompletion.Call<List<String>>InMemoryStorage. getValues(String key)