Skip navigation links
A B C D E F G H I J K L M N O P Q R S T V W Z 

A

accept(List<Span>, Callback<Void>) - Method in class zipkin.collector.Collector
Deprecated.
 
accept(List<Span>, Callback<Void>) - Method in interface zipkin.storage.AsyncSpanConsumer
Deprecated.
Stores a list of spans read from a transport.
accept(List<Span>) - Method in interface zipkin.storage.StorageAdapters.SpanConsumer
acceptedSpanCount() - Method in class zipkin.storage.InMemoryStorage
Deprecated.
 
acceptSpans(byte[], SpanDecoder, Callback<Void>) - Method in class zipkin.collector.Collector
Deprecated.
 
acceptSpans(List<byte[]>, SpanDecoder, Callback<Void>) - Method in class zipkin.collector.Collector
Deprecated.
All transports accept encoded lists of spans. Please update reporters to do so.
addAnnotation(Annotation) - Method in class zipkin.Span.Builder
Deprecated.
 
addAnnotation(String) - Method in class zipkin.storage.QueryRequest.Builder
Deprecated.
 
addBinaryAnnotation(BinaryAnnotation) - Method in class zipkin.Span.Builder
Deprecated.
 
addBinaryAnnotation(String, String) - Method in class zipkin.storage.QueryRequest.Builder
Deprecated.
 
address(String, Endpoint) - Static method in class zipkin.BinaryAnnotation
Deprecated.
Special-cased form supporting Constants.CLIENT_ADDR and Constants.SERVER_ADDR.
ALWAYS_SAMPLE - Static variable in class zipkin.collector.CollectorSampler
Deprecated.
 
Annotation - Class in zipkin
Deprecated.
Annotation.Builder - Class in zipkin
Deprecated.
 
annotations - Variable in class zipkin.Span
Deprecated.
Associates events that explain latency with a timestamp.
annotations(Collection<Annotation>) - Method in class zipkin.Span.Builder
Deprecated.
Replaces currently collected annotations.
annotations - Variable in class zipkin.storage.QueryRequest
Deprecated.
Include traces whose Span.annotations include a value in this set, or where Span.binaryAnnotations include a String whose key is in this set.
AsyncSpanConsumer - Interface in zipkin.storage
Deprecated.
asyncSpanConsumer() - Method in class zipkin.storage.InMemoryStorage
Deprecated.
 
asyncSpanConsumer() - Method in interface zipkin.storage.StorageComponent
Deprecated.
 
AsyncSpanStore - Interface in zipkin.storage
Deprecated.
asyncSpanStore() - Method in class zipkin.storage.InMemoryStorage
Deprecated.
 
asyncSpanStore() - Method in interface zipkin.storage.StorageComponent
Deprecated.
 
asyncToBlocking(AsyncSpanStore) - Static method in class zipkin.storage.StorageAdapters
 

B

BinaryAnnotation - Class in zipkin
Deprecated.
BinaryAnnotation.Builder - Class in zipkin
Deprecated.
 
BinaryAnnotation.Type - Enum in zipkin
Deprecated.
A subset of thrift base types, except BYTES.
binaryAnnotations - Variable in class zipkin.Span
Deprecated.
Tags a span with context, usually to support query or aggregation.
binaryAnnotations(Collection<BinaryAnnotation>) - Method in class zipkin.Span.Builder
Deprecated.
Replaces currently collected binary annotations.
binaryAnnotations - Variable in class zipkin.storage.QueryRequest
Deprecated.
Include traces whose Span.binaryAnnotations include a String whose key and value are an entry in this set.
blockingToAsync(SpanStore, Executor) - Static method in class zipkin.storage.StorageAdapters
 
blockingToAsync(StorageAdapters.SpanConsumer, Executor) - Static method in class zipkin.storage.StorageAdapters
 
boundary() - Method in class zipkin.collector.CollectorSampler
Deprecated.
 
build() - Method in class zipkin.Annotation.Builder
Deprecated.
 
build() - Method in class zipkin.BinaryAnnotation.Builder
Deprecated.
 
build() - Method in class zipkin.collector.Collector.Builder
Deprecated.
 
build() - Method in interface zipkin.collector.CollectorComponent.Builder
Deprecated.
 
build() - Method in class zipkin.DependencyLink.Builder
Deprecated.
 
build() - Method in class zipkin.Endpoint.Builder
Deprecated.
 
build() - Method in class zipkin.Span.Builder
Deprecated.
 
build() - Method in class zipkin.storage.InMemoryStorage.Builder
Deprecated.
 
build() - Method in class zipkin.storage.QueryRequest.Builder
Deprecated.
 
build() - Method in interface zipkin.storage.StorageComponent.Builder
Deprecated.
 
builder() - Static method in class zipkin.Annotation
Deprecated.
 
builder() - Static method in class zipkin.BinaryAnnotation
Deprecated.
 
builder(Class<?>) - Static method in class zipkin.collector.Collector
Deprecated.
Needed to scope this to the correct logging category
builder() - Static method in class zipkin.DependencyLink
Deprecated.
 
builder() - Static method in class zipkin.Endpoint
Deprecated.
 
builder() - Static method in class zipkin.Span
Deprecated.
 
builder() - Static method in class zipkin.storage.InMemoryStorage
Deprecated.
 
Builder() - Constructor for class zipkin.storage.InMemoryStorage.Builder
Deprecated.
 
builder() - Static method in class zipkin.storage.QueryRequest
Deprecated.
 
bytes() - Method in class zipkin.collector.InMemoryCollectorMetrics
Deprecated.
 
bytes() - Method in class zipkin.InMemoryCollectorMetrics
Deprecated.
 

C

Callback<V> - Interface in zipkin.storage
Deprecated.
callCount(long) - Method in class zipkin.DependencyLink.Builder
Deprecated.
 
callCount - Variable in class zipkin.DependencyLink
Deprecated.
total traced calls made from DependencyLink.parent to DependencyLink.child
check() - Method in interface zipkin.Component
Deprecated.
Answers the question: Are operations on this component likely to succeed?
check() - Method in class zipkin.storage.InMemoryStorage
Deprecated.
 
child(String) - Method in class zipkin.DependencyLink.Builder
Deprecated.
 
child - Variable in class zipkin.DependencyLink
Deprecated.
child service name (callee)
clear() - Method in class zipkin.collector.InMemoryCollectorMetrics
Deprecated.
 
clear() - Method in class zipkin.InMemoryCollectorMetrics
Deprecated.
 
clear() - Method in class zipkin.Span.Builder
Deprecated.
 
clear() - Method in class zipkin.storage.InMemoryStorage
Deprecated.
 
CLIENT_ADDR - Static variable in class zipkin.Constants
Deprecated.
When present, BinaryAnnotation.endpoint indicates a client address ("ca") in a span.
CLIENT_RECV - Static variable in class zipkin.Constants
Deprecated.
The client received ("cr") a response from a server.
CLIENT_RECV_FRAGMENT - Static variable in class zipkin.Constants
Deprecated.
Optionally logs progress of a (Constants.CLIENT_RECV, Constants.WIRE_RECV).
CLIENT_SEND - Static variable in class zipkin.Constants
Deprecated.
The client sent ("cs") a request to a server.
CLIENT_SEND_FRAGMENT - Static variable in class zipkin.Constants
Deprecated.
Optionally logs progress of a (Constants.CLIENT_SEND, Constants.WIRE_SEND).
close() - Method in interface zipkin.Component
Deprecated.
Closes any network resources created implicitly by the component.
close() - Method in class zipkin.storage.InMemoryStorage
Deprecated.
 
Codec - Interface in zipkin
Deprecated.
Collector - Class in zipkin.collector
Deprecated.
use zipkin2.collector.Collector from io.zipkin.zipkin2:zipkin-collector
Collector.Builder - Class in zipkin.collector
Deprecated.
 
CollectorComponent - Interface in zipkin.collector
Deprecated.
use zipkin2.collector.CollectorComponent from io.zipkin.zipkin2:zipkin-collector
CollectorComponent.Builder - Interface in zipkin.collector
Deprecated.
 
CollectorMetrics - Interface in zipkin.collector
Deprecated.
use zipkin2.collector.CollectorMetrics from io.zipkin.zipkin2:zipkin-collector
CollectorSampler - Class in zipkin.collector
Deprecated.
use zipkin2.collector.CollectorSampler from io.zipkin.zipkin2:zipkin-collector
CollectorSampler() - Constructor for class zipkin.collector.CollectorSampler
Deprecated.
 
compareTo(Annotation) - Method in class zipkin.Annotation
Deprecated.
compareTo(BinaryAnnotation) - Method in class zipkin.BinaryAnnotation
Deprecated.
Provides consistent iteration by BinaryAnnotation.key
compareTo(Span) - Method in class zipkin.Span
Deprecated.
Compares by Span.timestamp, then Span.name.
Component - Interface in zipkin
Deprecated.
Component.CheckResult - Class in zipkin
Deprecated.
 
Constants - Class in zipkin
Deprecated.
CORE_ANNOTATIONS - Static variable in class zipkin.Constants
Deprecated.
Zipkin's core annotations indicate when a client or server operation began or ended.
create(long, String, Endpoint) - Static method in class zipkin.Annotation
Deprecated.
 
create(String, String, Endpoint) - Static method in class zipkin.BinaryAnnotation
Deprecated.
String values are the only queryable type of binary annotation.
create(String, byte[], BinaryAnnotation.Type, Endpoint) - Static method in class zipkin.BinaryAnnotation
Deprecated.
 
create(float) - Static method in class zipkin.collector.CollectorSampler
Deprecated.
 
create(String, String, long) - Static method in class zipkin.DependencyLink
Deprecated.
create(String, int, int) - Static method in class zipkin.Endpoint
Deprecated.
as leads to null pointer exceptions on port. Use Endpoint.builder() instead.
create(String, int) - Static method in class zipkin.Endpoint
Deprecated.
 

D

debug(Boolean) - Method in class zipkin.Span.Builder
Deprecated.
 
debug - Variable in class zipkin.Span
Deprecated.
True is a request to store this span even if it overrides sampling policy.
decodeList(SpanDecoder, byte[]) - Method in class zipkin.collector.Collector
Deprecated.
 
DependencyLink - Class in zipkin
Deprecated.
DependencyLink.Builder - Class in zipkin
Deprecated.
 
DETECTING_DECODER - Static variable in interface zipkin.SpanDecoder
Deprecated.
Detects the format of the encoded spans or throws IllegalArgumentException
duration(Long) - Method in class zipkin.Span.Builder
Deprecated.
 
duration - Variable in class zipkin.Span
Deprecated.
Measurement in microseconds of the critical path, if known.

E

endpoint(Endpoint) - Method in class zipkin.Annotation.Builder
Deprecated.
 
endpoint - Variable in class zipkin.Annotation
Deprecated.
The host that recorded Annotation.value, primarily for query by service name.
endpoint(Endpoint) - Method in class zipkin.BinaryAnnotation.Builder
Deprecated.
 
endpoint - Variable in class zipkin.BinaryAnnotation
Deprecated.
The host that recorded BinaryAnnotation.value, allowing query by service name or address.
Endpoint - Class in zipkin
Deprecated.
Endpoint.Builder - Class in zipkin
Deprecated.
 
endTs(Long) - Method in class zipkin.storage.QueryRequest.Builder
Deprecated.
 
endTs - Variable in class zipkin.storage.QueryRequest
Deprecated.
Only return traces where all Span.timestamp are at or before this time in epoch milliseconds.
equals(Object) - Method in class zipkin.Annotation
Deprecated.
 
equals(Object) - Method in class zipkin.BinaryAnnotation
Deprecated.
 
equals(Object) - Method in class zipkin.DependencyLink
Deprecated.
 
equals(Object) - Method in class zipkin.Endpoint
Deprecated.
 
equals(Object) - Method in class zipkin.Span
Deprecated.
 
equals(Object) - Method in class zipkin.storage.QueryRequest
Deprecated.
 
ERROR - Static variable in class zipkin.Constants
Deprecated.
When an Annotation.value, this indicates when an error occurred.
errorCount(long) - Method in class zipkin.DependencyLink.Builder
Deprecated.
 
errorCount - Variable in class zipkin.DependencyLink
Deprecated.
How many calls are known to be errors
exception - Variable in class zipkin.Component.CheckResult
Deprecated.
Present when not ok

F

failed(Exception) - Static method in class zipkin.Component.CheckResult
Deprecated.
 
forTransport(String) - Method in interface zipkin.collector.CollectorMetrics
Deprecated.
Those who wish to partition metrics by transport can call this method to include the transport type in the backend metric key.
forTransport(String) - Method in class zipkin.collector.InMemoryCollectorMetrics
Deprecated.
 
forTransport(String) - Method in class zipkin.InMemoryCollectorMetrics
Deprecated.
 
fromValue(int) - Static method in enum zipkin.BinaryAnnotation.Type
Deprecated.
Returns BinaryAnnotation.Type.BYTES if unknown.

G

getDependencies(long, Long, Callback<List<DependencyLink>>) - Method in interface zipkin.storage.AsyncSpanStore
Deprecated.
getDependencies(long, Long) - Method in class zipkin.storage.InMemorySpanStore
Deprecated.
 
getDependencies(long, Long) - Method in interface zipkin.storage.SpanStore
Deprecated.
Returns dependency links derived from spans.
getRawTrace(long, Callback<List<Span>>) - Method in interface zipkin.storage.AsyncSpanStore
getRawTrace(long, long, Callback<List<Span>>) - Method in interface zipkin.storage.AsyncSpanStore
Deprecated.
getRawTrace(long) - Method in class zipkin.storage.InMemorySpanStore
Deprecated.
 
getRawTrace(long, long) - Method in class zipkin.storage.InMemorySpanStore
Deprecated.
 
getRawTrace(long, long) - Method in interface zipkin.storage.SpanStore
Deprecated.
Retrieves spans that share a 128-bit trace id, as returned from backend data store queries, with no ordering expectation.
getRawTrace(long) - Method in interface zipkin.storage.SpanStore
Deprecated.
getRawTraces() - Method in class zipkin.storage.InMemorySpanStore
Deprecated.
Used for testing.
getServiceNames(Callback<List<String>>) - Method in interface zipkin.storage.AsyncSpanStore
Deprecated.
Version of SpanStore.getServiceNames() that accepts Callback.
getServiceNames() - Method in class zipkin.storage.InMemorySpanStore
Deprecated.
 
getServiceNames() - Method in interface zipkin.storage.SpanStore
Deprecated.
Get all the service names.
getSpanNames(String, Callback<List<String>>) - Method in interface zipkin.storage.AsyncSpanStore
Deprecated.
getSpanNames(String) - Method in class zipkin.storage.InMemorySpanStore
Deprecated.
 
getSpanNames(String) - Method in interface zipkin.storage.SpanStore
Deprecated.
Get all the span names for a particular Endpoint.serviceName.
getTrace(long, Callback<List<Span>>) - Method in interface zipkin.storage.AsyncSpanStore
Deprecated.
getTrace(long, long, Callback<List<Span>>) - Method in interface zipkin.storage.AsyncSpanStore
Deprecated.
Version of SpanStore.getTrace(long, long) that accepts Callback.
getTrace(long) - Method in class zipkin.storage.InMemorySpanStore
Deprecated.
 
getTrace(long, long) - Method in class zipkin.storage.InMemorySpanStore
Deprecated.
 
getTrace(long, long) - Method in interface zipkin.storage.SpanStore
Deprecated.
Get the available trace information from the storage system.
getTrace(long) - Method in interface zipkin.storage.SpanStore
Deprecated.
getTraces(QueryRequest, Callback<List<List<Span>>>) - Method in interface zipkin.storage.AsyncSpanStore
Deprecated.
getTraces(QueryRequest) - Method in class zipkin.storage.InMemorySpanStore
Deprecated.
 
getTraces(QueryRequest) - Method in interface zipkin.storage.SpanStore
Deprecated.
Get the available trace information from the storage system.

H

hashCode() - Method in class zipkin.Annotation
Deprecated.
 
hashCode() - Method in class zipkin.BinaryAnnotation
Deprecated.
 
hashCode() - Method in class zipkin.DependencyLink
Deprecated.
 
hashCode() - Method in class zipkin.Endpoint
Deprecated.
 
hashCode() - Method in class zipkin.Span
Deprecated.
 
hashCode() - Method in class zipkin.storage.QueryRequest
Deprecated.
 
HTTP_HOST - Static variable in class zipkin.TraceKeys
Deprecated.
The domain portion of the URL or host header.
HTTP_METHOD - Static variable in class zipkin.TraceKeys
Deprecated.
The HTTP method, or verb, such as "GET" or "POST".
HTTP_PATH - Static variable in class zipkin.TraceKeys
Deprecated.
The absolute http path, without any query parameters.
HTTP_REQUEST_SIZE - Static variable in class zipkin.TraceKeys
Deprecated.
The size of the non-empty HTTP request body, in bytes.
HTTP_RESPONSE_SIZE - Static variable in class zipkin.TraceKeys
Deprecated.
The size of the non-empty HTTP response body, in bytes.
HTTP_ROUTE - Static variable in class zipkin.TraceKeys
Deprecated.
The route which a request matched or "" (empty string) if routing is supported, but there was no match.
HTTP_STATUS_CODE - Static variable in class zipkin.TraceKeys
Deprecated.
The HTTP status code, when not in 2xx range.
HTTP_URL - Static variable in class zipkin.TraceKeys
Deprecated.
The entire URL, including the scheme, host and query parameters if available.

I

id(long) - Method in class zipkin.Span.Builder
Deprecated.
 
id - Variable in class zipkin.Span
Deprecated.
Unique 8-byte identifier of this span within a trace.
idString(Span) - Method in class zipkin.collector.Collector
Deprecated.
 
idString() - Method in class zipkin.Span
Deprecated.
Returns $traceId.$spanId<:$parentId or $spanId
incrementBytes(int) - Method in interface zipkin.collector.CollectorMetrics
Deprecated.
Increments the number of bytes containing serialized spans in a message.
incrementBytes(int) - Method in class zipkin.collector.InMemoryCollectorMetrics
Deprecated.
 
incrementBytes(int) - Method in class zipkin.InMemoryCollectorMetrics
Deprecated.
 
incrementMessages() - Method in interface zipkin.collector.CollectorMetrics
Deprecated.
Increments count of messages received, which contain 0 or more spans.
incrementMessages() - Method in class zipkin.collector.InMemoryCollectorMetrics
Deprecated.
 
incrementMessages() - Method in class zipkin.InMemoryCollectorMetrics
Deprecated.
 
incrementMessagesDropped() - Method in interface zipkin.collector.CollectorMetrics
Deprecated.
Increments count of messages that could not be read.
incrementMessagesDropped() - Method in class zipkin.collector.InMemoryCollectorMetrics
Deprecated.
 
incrementMessagesDropped() - Method in class zipkin.InMemoryCollectorMetrics
Deprecated.
 
incrementSpans(int) - Method in interface zipkin.collector.CollectorMetrics
Deprecated.
Increments the count of spans read from a successful message.
incrementSpans(int) - Method in class zipkin.collector.InMemoryCollectorMetrics
Deprecated.
 
incrementSpans(int) - Method in class zipkin.InMemoryCollectorMetrics
Deprecated.
 
incrementSpansDropped(int) - Method in interface zipkin.collector.CollectorMetrics
Deprecated.
Increments the count of spans dropped for any reason.
incrementSpansDropped(int) - Method in class zipkin.collector.InMemoryCollectorMetrics
Deprecated.
 
incrementSpansDropped(int) - Method in class zipkin.InMemoryCollectorMetrics
Deprecated.
 
InMemoryCollectorMetrics - Class in zipkin.collector
Deprecated.
use zipkin2.collector.InMemoryCollectorMetrics from io.zipkin.zipkin2:zipkin-collector
InMemoryCollectorMetrics() - Constructor for class zipkin.collector.InMemoryCollectorMetrics
Deprecated.
 
InMemoryCollectorMetrics - Class in zipkin
Deprecated.
this class was accidentally put in the package "zipkin" instead of "zipkin.collector". Will be removed in Zipkin 2.
InMemoryCollectorMetrics() - Constructor for class zipkin.InMemoryCollectorMetrics
Deprecated.
 
InMemorySpanStore - Class in zipkin.storage
Deprecated.
InMemorySpanStore() - Constructor for class zipkin.storage.InMemorySpanStore
Deprecated.
 
InMemoryStorage - Class in zipkin.storage
Deprecated.
InMemoryStorage() - Constructor for class zipkin.storage.InMemoryStorage
Deprecated.
 
InMemoryStorage.Builder - Class in zipkin.storage
Deprecated.
 
ipv4(int) - Method in class zipkin.Endpoint.Builder
Deprecated.
 
ipv4 - Variable in class zipkin.Endpoint
Deprecated.
IPv4 endpoint address packed into 4 bytes or zero if unknown.
ipv6(byte[]) - Method in class zipkin.Endpoint.Builder
Deprecated.
When not null, this sets the Endpoint.ipv6, unless the input is an IPv4-Compatible or IPv4-Mapped Embedded IPv6 Address.
ipv6 - Variable in class zipkin.Endpoint
Deprecated.
IPv6 endpoint address packed into 16 bytes or null if unknown.
isSampled(Span) - Method in class zipkin.collector.Collector
Deprecated.
 
isSampled(long, Boolean) - Method in class zipkin.collector.CollectorSampler
Deprecated.
Returns true if spans with this trace ID should be recorded to storage.
isSampled(Span) - Method in class zipkin.collector.CollectorSampler
Deprecated.
use CollectorSampler.isSampled(long, Boolean) as that works with multiple span formats

J

JSON - Static variable in interface zipkin.Codec
Deprecated.
 
JSON_DECODER - Static variable in interface zipkin.SpanDecoder
Deprecated.
 

K

key(String) - Method in class zipkin.BinaryAnnotation.Builder
Deprecated.
 
key - Variable in class zipkin.BinaryAnnotation
Deprecated.
Name used to lookup spans, such as "http.path" or "error"

L

limit(Integer) - Method in class zipkin.storage.QueryRequest.Builder
Deprecated.
 
limit - Variable in class zipkin.storage.QueryRequest
Deprecated.
Maximum number of traces to return.
LOCAL_COMPONENT - Static variable in class zipkin.Constants
Deprecated.
The value of "lc" is the component or namespace of a local span.
lookback(Long) - Method in class zipkin.storage.QueryRequest.Builder
Deprecated.
 
lookback - Variable in class zipkin.storage.QueryRequest
Deprecated.
Only return traces where all Span.timestamp are at or after (endTs - lookback) in milliseconds.

M

maxDuration(Long) - Method in class zipkin.storage.QueryRequest.Builder
Deprecated.
 
maxDuration - Variable in class zipkin.storage.QueryRequest
Deprecated.
Only return traces whose Span.duration is less than or equal to maxDuration microseconds.
maxSpanCount(int) - Method in class zipkin.storage.InMemoryStorage.Builder
Deprecated.
Eldest traces are removed to ensure spans in memory don't exceed this value
merge(Span) - Method in class zipkin.Span.Builder
Deprecated.
 
MESSAGE_ADDR - Static variable in class zipkin.Constants
Deprecated.
Indicates the remote address of a messaging span, usually the broker.
MESSAGE_RECV - Static variable in class zipkin.Constants
Deprecated.
A consumer received ("mr") a message from a broker.
MESSAGE_SEND - Static variable in class zipkin.Constants
Deprecated.
Message send ("ms") is a request to send a message to a destination, usually a broker.
messages() - Method in class zipkin.collector.InMemoryCollectorMetrics
Deprecated.
 
messages() - Method in class zipkin.InMemoryCollectorMetrics
Deprecated.
 
messagesDropped() - Method in class zipkin.collector.InMemoryCollectorMetrics
Deprecated.
 
messagesDropped() - Method in class zipkin.InMemoryCollectorMetrics
Deprecated.
 
metrics(CollectorMetrics) - Method in class zipkin.collector.Collector.Builder
Deprecated.
 
metrics(CollectorMetrics) - Method in interface zipkin.collector.CollectorComponent.Builder
Deprecated.
Aggregates and reports collection metrics to a monitoring system.
minDuration(Long) - Method in class zipkin.storage.QueryRequest.Builder
Deprecated.
 
minDuration - Variable in class zipkin.storage.QueryRequest
Deprecated.
Only return traces whose Span.duration is greater than or equal to minDuration microseconds.

N

name(String) - Method in class zipkin.Span.Builder
Deprecated.
 
name - Variable in class zipkin.Span
Deprecated.
Span name in lowercase, rpc method for example.
NOOP - Static variable in interface zipkin.storage.Callback
Deprecated.
 
NOOP_METRICS - Static variable in interface zipkin.collector.CollectorMetrics
Deprecated.
 

O

OK - Static variable in class zipkin.Component.CheckResult
Deprecated.
 
ok - Variable in class zipkin.Component.CheckResult
Deprecated.
 
onError(Throwable) - Method in interface zipkin.storage.Callback
Deprecated.
Invoked when computation produces a possibly null value successfully.
onSuccess(V) - Method in interface zipkin.storage.Callback
Deprecated.
Invoked when computation produces its potentially null value successfully.

P

parent(String) - Method in class zipkin.DependencyLink.Builder
Deprecated.
 
parent - Variable in class zipkin.DependencyLink
Deprecated.
parent service name (caller)
parentId(Long) - Method in class zipkin.Span.Builder
Deprecated.
 
parentId - Variable in class zipkin.Span
Deprecated.
The parent's Span.id or null if this the root span in a trace.
parseAnnotationQuery(String) - Method in class zipkin.storage.QueryRequest.Builder
Deprecated.
Corresponds to query parameter "annotationQuery".
parseIp(InetAddress) - Method in class zipkin.Endpoint.Builder
Deprecated.
Returns true if Endpoint.Builder.ipv4(int) or Endpoint.Builder.ipv6(byte[]) could be parsed from the input.
parseIp(String) - Method in class zipkin.Endpoint.Builder
Deprecated.
Returns true if Endpoint.Builder.ipv4(int) or Endpoint.Builder.ipv6(byte[]) could be parsed from the input.
port(int) - Method in class zipkin.Endpoint.Builder
Deprecated.
Use this to set the port to an externally defined value.
port(Short) - Method in class zipkin.Endpoint.Builder
Deprecated.
 
port - Variable in class zipkin.Endpoint
Deprecated.
Port of the IP's socket or null, if not known.

Q

QueryRequest - Class in zipkin.storage
Deprecated.
QueryRequest.Builder - Class in zipkin.storage
Deprecated.
 

R

readDependencyLink(byte[]) - Method in interface zipkin.Codec
Deprecated.
throws IllegalArgumentException if the dependency link couldn't be decoded
readDependencyLinks(byte[]) - Method in interface zipkin.Codec
Deprecated.
throws IllegalArgumentException if the dependency links couldn't be decoded
readSpan(byte[]) - Method in interface zipkin.SpanDecoder
Deprecated.
throws IllegalArgumentException if a span couldn't be decoded
readSpans(byte[]) - Method in interface zipkin.SpanDecoder
Deprecated.
throws IllegalArgumentException if the spans couldn't be decoded
record(List<Span>, Callback<Void>) - Method in class zipkin.collector.Collector
Deprecated.
 

S

sampler(CollectorSampler) - Method in class zipkin.collector.Collector.Builder
Deprecated.
 
sampler(CollectorSampler) - Method in interface zipkin.collector.CollectorComponent.Builder
Deprecated.
samples spans to reduce load on the storage system.
SERVER_ADDR - Static variable in class zipkin.Constants
Deprecated.
When present, BinaryAnnotation.endpoint indicates a server address ("sa") in a span.
SERVER_RECV - Static variable in class zipkin.Constants
Deprecated.
The server received ("sr") a request from a client.
SERVER_RECV_FRAGMENT - Static variable in class zipkin.Constants
Deprecated.
Optionally logs progress of a (Constants.SERVER_RECV, Constants.WIRE_RECV).
SERVER_SEND - Static variable in class zipkin.Constants
Deprecated.
The server sent ("ss") a response to a client.
SERVER_SEND_FRAGMENT - Static variable in class zipkin.Constants
Deprecated.
Optionally logs progress of a (Constants.SERVER_SEND, Constants.WIRE_SEND).
serviceName(String) - Method in class zipkin.Endpoint.Builder
Deprecated.
 
serviceName - Variable in class zipkin.Endpoint
Deprecated.
Classifier of a source or destination in lowercase, such as "zipkin-server".
serviceName(String) - Method in class zipkin.storage.QueryRequest.Builder
Deprecated.
 
serviceName - Variable in class zipkin.storage.QueryRequest
Deprecated.
When present, corresponds to Endpoint.serviceName and constrains all other parameters.
serviceNames() - Method in class zipkin.Span
Deprecated.
Returns the distinct service names that logged to this span.
sizeInBytes(Span) - Method in interface zipkin.Codec
Deprecated.
 
Span - Class in zipkin
Deprecated.
use Span
Span.Builder - Class in zipkin
Deprecated.
 
spanConsumer() - Method in class zipkin.storage.InMemoryStorage
Deprecated.
 
SpanDecoder - Interface in zipkin
Deprecated.
spanName(String) - Method in class zipkin.storage.QueryRequest.Builder
Deprecated.
This ignores the reserved span name "all".
spanName - Variable in class zipkin.storage.QueryRequest
Deprecated.
When present, only include traces with this Span.name
spans() - Method in class zipkin.collector.InMemoryCollectorMetrics
Deprecated.
 
spans() - Method in class zipkin.InMemoryCollectorMetrics
Deprecated.
 
spansDropped() - Method in class zipkin.collector.InMemoryCollectorMetrics
Deprecated.
 
spansDropped() - Method in class zipkin.InMemoryCollectorMetrics
Deprecated.
 
spanStore() - Method in class zipkin.storage.InMemoryStorage
Deprecated.
 
SpanStore - Interface in zipkin.storage
Deprecated.
spanStore() - Method in interface zipkin.storage.StorageComponent
Deprecated.
 
SQL_QUERY - Static variable in class zipkin.TraceKeys
Deprecated.
The query executed for SQL call.
start() - Method in interface zipkin.collector.CollectorComponent
Deprecated.
Starts the server-side of the transport, typically listening or looking up a queue.
storage(StorageComponent) - Method in class zipkin.collector.Collector.Builder
Deprecated.
 
storage(StorageComponent) - Method in interface zipkin.collector.CollectorComponent.Builder
Deprecated.
Once spans are sampled, they are queued for storage using this component.
StorageAdapters - Class in zipkin.storage
Adapters that convert storage components.
StorageAdapters.SpanConsumer - Interface in zipkin.storage
 
StorageComponent - Interface in zipkin.storage
Deprecated.
StorageComponent.Builder - Interface in zipkin.storage
Deprecated.
 
strictTraceId(boolean) - Method in class zipkin.storage.InMemoryStorage.Builder
Deprecated.
Zipkin supports 64 and 128-bit trace identifiers, typically serialized as 16 or 32 character hex strings.
strictTraceId(boolean) - Method in interface zipkin.storage.StorageComponent.Builder
Deprecated.
Zipkin supports 64 and 128-bit trace identifiers, typically serialized as 16 or 32 character hex strings.

T

test(List<Span>) - Method in class zipkin.storage.QueryRequest
Deprecated.
Tests the supplied trace against the current request
THRIFT - Static variable in interface zipkin.Codec
Deprecated.
 
THRIFT_DECODER - Static variable in interface zipkin.SpanDecoder
Deprecated.
 
timestamp(long) - Method in class zipkin.Annotation.Builder
Deprecated.
 
timestamp - Variable in class zipkin.Annotation
Deprecated.
Microseconds from epoch.
timestamp(Long) - Method in class zipkin.Span.Builder
Deprecated.
 
timestamp - Variable in class zipkin.Span
Deprecated.
Epoch microseconds of the start of this span, possibly absent if this an incomplete span.
toAnnotationQuery() - Method in class zipkin.storage.QueryRequest
Deprecated.
Corresponds to query parameter "annotationQuery".
toBuilder() - Method in class zipkin.Annotation
Deprecated.
 
toBuilder() - Method in class zipkin.BinaryAnnotation
Deprecated.
 
toBuilder() - Method in class zipkin.DependencyLink
Deprecated.
 
toBuilder() - Method in class zipkin.Endpoint
Deprecated.
 
toBuilder() - Method in class zipkin.Span
Deprecated.
 
toBuilder() - Method in class zipkin.storage.QueryRequest
Deprecated.
 
toString() - Method in class zipkin.Annotation
Deprecated.
 
toString() - Method in class zipkin.BinaryAnnotation
Deprecated.
 
toString() - Method in class zipkin.collector.CollectorSampler
Deprecated.
 
toString() - Method in class zipkin.DependencyLink
Deprecated.
 
toString() - Method in class zipkin.Endpoint
Deprecated.
 
toString() - Method in class zipkin.Span
Deprecated.
 
toString() - Method in class zipkin.storage.QueryRequest
Deprecated.
 
toV2() - Method in class zipkin.Endpoint
Deprecated.
Converts to version 2 representation
traceId(long) - Method in class zipkin.Span.Builder
Deprecated.
 
traceId - Variable in class zipkin.Span
Deprecated.
Unique 8-byte identifier for a trace, set on all spans within it.
traceIdHigh(long) - Method in class zipkin.Span.Builder
Deprecated.
 
traceIdHigh - Variable in class zipkin.Span
Deprecated.
When non-zero, the trace containing this span uses 128-bit trace identifiers.
traceIds() - Method in class zipkin.storage.InMemorySpanStore
traceIdString() - Method in class zipkin.Span
Deprecated.
Returns the hex representation of the span's trace ID
TraceKeys - Class in zipkin
Deprecated.
type(BinaryAnnotation.Type) - Method in class zipkin.BinaryAnnotation.Builder
Deprecated.
 
type - Variable in class zipkin.BinaryAnnotation
Deprecated.
The thrift type of value, most often STRING.

V

value(String) - Method in class zipkin.Annotation.Builder
Deprecated.
 
value - Variable in class zipkin.Annotation
Deprecated.
Usually a short tag indicating an event, like "sr".
value(byte[]) - Method in class zipkin.BinaryAnnotation.Builder
Deprecated.
 
value(String) - Method in class zipkin.BinaryAnnotation.Builder
Deprecated.
 
value - Variable in enum zipkin.BinaryAnnotation.Type
Deprecated.
 
value - Variable in class zipkin.BinaryAnnotation
Deprecated.
Serialized thrift bytes, in TBinaryProtocol format.
valueOf(String) - Static method in enum zipkin.BinaryAnnotation.Type
Deprecated.
Returns the enum constant of this type with the specified name.
values() - Static method in enum zipkin.BinaryAnnotation.Type
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.

W

WIRE_RECV - Static variable in class zipkin.Constants
Deprecated.
Optionally logs an attempt to receive a message from the wire.
WIRE_SEND - Static variable in class zipkin.Constants
Deprecated.
Optionally logs an attempt to send a message on the wire.
writeDependencyLink(DependencyLink) - Method in interface zipkin.Codec
Deprecated.
 
writeDependencyLinks(List<DependencyLink>) - Method in interface zipkin.Codec
Deprecated.
 
writeSpan(Span) - Method in interface zipkin.Codec
Deprecated.
 
writeSpans(List<Span>) - Method in interface zipkin.Codec
Deprecated.
 
writeTraces(List<List<Span>>) - Method in interface zipkin.Codec
Deprecated.
 

Z

zipkin - package zipkin
 
zipkin.collector - package zipkin.collector
 
zipkin.storage - package zipkin.storage
 
A B C D E F G H I J K L M N O P Q R S T V W Z 
Skip navigation links

Copyright © 2015–2018 OpenZipkin. All rights reserved.