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

A

accept(List<Span>) - Method in class zipkin2.storage.InMemoryStorage
 
accept(List<Span>) - Method in interface zipkin2.storage.SpanConsumer
 
addAnnotation(long, String) - Method in class zipkin2.Span.Builder
 
addChild(Node<V>) - Method in class zipkin2.internal.Node
 
addNode(String, String, V) - Method in class zipkin2.internal.Node.TreeBuilder
Returns false after logging to FINE if the value couldn't be added
Annotation - Class in zipkin2
Associates an event that explains latency with a timestamp.
annotationQuery() - Method in class zipkin2.storage.QueryRequest
When an input value is the empty string, include traces whose Span.annotations() include a value in this set, or where Span.tags() include a key is in this set.
annotationQuery(Map<String, String>) - Method in class zipkin2.storage.QueryRequest.Builder
 
annotationQueryString() - Method in class zipkin2.storage.QueryRequest
Corresponds to query parameter "annotationQuery".
annotations() - Method in class zipkin2.Span
Events that explain latency with a timestamp.
asciiSizeInBytes(long) - Static method in class zipkin2.internal.Buffer
Binary search for character width which favors matching lower numbers.
assertionError(String, Throwable) - Method in class zipkin2.internal.Platform
 

B

Base() - Constructor for class zipkin2.Call.Base
 
beginArray() - Method in class zipkin2.internal.JsonCodec.JsonReader
 
beginObject() - Method in class zipkin2.internal.JsonCodec.JsonReader
 
Buffer - Class in zipkin2.internal
 
Buffer(int) - Constructor for class zipkin2.internal.Buffer
 
Buffer.Writer<T> - Interface in zipkin2.internal
 
build() - Method in class zipkin2.DependencyLink.Builder
 
build() - Method in class zipkin2.Endpoint.Builder
 
build() - Method in class zipkin2.internal.Node.TreeBuilder
Builds a tree from calls to Node.TreeBuilder.addNode(java.lang.String, java.lang.String, V), or returns an empty tree.
build() - Method in class zipkin2.Span.Builder
 
build() - Method in class zipkin2.storage.InMemoryStorage.Builder
 
build() - Method in class zipkin2.storage.QueryRequest.Builder
 
build() - Method in class zipkin2.storage.StorageComponent.Builder
 
Builder() - Constructor for class zipkin2.storage.InMemoryStorage.Builder
 
Builder() - Constructor for class zipkin2.storage.StorageComponent.Builder
 
BytesDecoder<T> - Interface in zipkin2.codec
This type accepts a collection that receives decoded elements.
BytesEncoder<T> - Interface in zipkin2.codec
 

C

Call<V> - Class in zipkin2
This captures a (usually remote) request and can be used once, either synchronously or asynchronously.
Call() - Constructor for class zipkin2.Call
 
Call.Base<V> - Class in zipkin2
 
Call.ErrorHandler<V> - Interface in zipkin2
 
Call.FlatMapper<V1,V2> - Interface in zipkin2
 
Call.Mapper<V1,V2> - Interface in zipkin2
 
Callback<V> - Interface in zipkin2
A callback of a single result or error.
callCount(long) - Method in class zipkin2.DependencyLink.Builder
 
callCount() - Method in class zipkin2.DependencyLink
total traced calls made from DependencyLink.parent to DependencyLink.child
cancel() - Method in class zipkin2.Call.Base
 
cancel() - Method in class zipkin2.Call
Requests to cancel this call, even if some implementations may not support it.
check() - Method in class zipkin2.Component
Answers the question: Are operations on this component likely to succeed?
CheckResult - Class in zipkin2
Answers the question: Are operations on this component likely to succeed?
child(String) - Method in class zipkin2.DependencyLink.Builder
 
child() - Method in class zipkin2.DependencyLink
child service name (callee)
children() - Method in class zipkin2.internal.Node
Returns the children of this node.
clear() - Method in class zipkin2.Span.Builder
 
clear() - Method in class zipkin2.storage.InMemoryStorage
 
clone() - Method in class zipkin2.Call
Returns a copy of this object, so you can make an identical follow-up request.
clone() - Method in class zipkin2.Span.Builder
 
close() - Method in class zipkin2.Component
Closes any network resources created implicitly by the component.
close() - Method in class zipkin2.storage.InMemoryStorage
 
compareTo(Annotation) - Method in class zipkin2.Annotation
Component - Class in zipkin2
Components are object graphs used to compose a zipkin service or client.
Component() - Constructor for class zipkin2.Component
 
create(long, String) - Static method in class zipkin2.Annotation
 
create(V) - Static method in class zipkin2.Call
Returns a completed call which has the supplied value.

D

debug(boolean) - Method in class zipkin2.Span.Builder
 
debug(Boolean) - Method in class zipkin2.Span.Builder
 
debug() - Method in class zipkin2.Span
True is a request to store this span even if it overrides sampling policy.
decode(byte[], Collection<T>) - Method in interface zipkin2.codec.BytesDecoder
This is used seldomly as the canonical message form is a list.
decodeList(byte[], Collection<T>) - Method in interface zipkin2.codec.BytesDecoder
 
decodeList(byte[]) - Method in interface zipkin2.codec.BytesDecoder
decodeOne(byte[]) - Method in interface zipkin2.codec.BytesDecoder
Visible for testing.
DependencyLink - Class in zipkin2
 
DependencyLink.Builder - Class in zipkin2
 
DependencyLinkBytesDecoder - Enum in zipkin2.codec
 
DependencyLinkBytesEncoder - Enum in zipkin2.codec
 
DependencyLinker - Class in zipkin2.internal
This parses a span tree into dependency links used by Web UI.
DependencyLinker() - Constructor for class zipkin2.internal.DependencyLinker
 
doCancel() - Method in class zipkin2.Call.Base
 
doEnqueue(Callback<V>) - Method in class zipkin2.Call.Base
 
doExecute() - Method in class zipkin2.Call.Base
 
doIsCanceled() - Method in class zipkin2.Call.Base
 
duration(long) - Method in class zipkin2.Span.Builder
 
duration(Long) - Method in class zipkin2.Span.Builder
 
duration() - Method in class zipkin2.Span
Measurement in microseconds of the critical path, if known.
durationAsLong() - Method in class zipkin2.Span
Like Span.duration() except returns a primitive where zero implies absent.

E

emptyList() - Static method in class zipkin2.Call
 
encode(T) - Method in interface zipkin2.codec.BytesEncoder
Serializes an object into its binary form.
encodeList(List<T>) - Method in interface zipkin2.codec.BytesEncoder
Serializes a list of objects into their binary form.
encodeList(List<Span>, byte[], int) - Method in enum zipkin2.codec.SpanBytesEncoder
Allows you to encode a list of spans onto a specific offset.
encoding() - Method in interface zipkin2.codec.BytesDecoder
 
encoding() - Method in interface zipkin2.codec.BytesEncoder
 
Encoding - Enum in zipkin2.codec
 
endArray() - Method in class zipkin2.internal.JsonCodec.JsonReader
 
endObject() - Method in class zipkin2.internal.JsonCodec.JsonReader
 
Endpoint - Class in zipkin2
The network context of a node in the service graph.
Endpoint.Builder - Class in zipkin2
 
endTs(long) - Method in class zipkin2.storage.QueryRequest.Builder
 
endTs() - Method in class zipkin2.storage.QueryRequest
Only return traces where all Span.timestamp() are at or before this time in epoch milliseconds.
enqueue(Callback<V>) - Method in class zipkin2.Call.Base
 
enqueue(Callback<V>) - Method in class zipkin2.Call
Invokes a request asynchronously, signaling the callback when complete.
equals(Object) - Method in class zipkin2.Annotation
 
equals(Object) - Method in class zipkin2.DependencyLink
 
equals(Object) - Method in class zipkin2.Endpoint
 
equals(Object) - Method in class zipkin2.Span
 
error() - Method in class zipkin2.CheckResult
Present when not ok
errorCount(long) - Method in class zipkin2.DependencyLink.Builder
 
errorCount() - Method in class zipkin2.DependencyLink
How many calls are known to be errors
execute() - Method in class zipkin2.Call.Base
 
execute() - Method in class zipkin2.Call
Invokes a request, returning a success value or propagating an error to the caller.

F

failed(Throwable) - Static method in class zipkin2.CheckResult
 
flatMap(Call.FlatMapper<V, R>) - Method in class zipkin2.Call
Maps the result of this call into another, as defined by the flatMapper function.
fromJson(JsonCodec.JsonReader) - Method in interface zipkin2.internal.JsonCodec.JsonReaderAdapter
 
fromJson(JsonCodec.JsonReader) - Method in class zipkin2.internal.V2SpanReader
 

G

get() - Static method in class zipkin2.internal.Platform
 
getDependencies(long, long) - Method in class zipkin2.storage.InMemoryStorage
 
getDependencies(long, long) - Method in interface zipkin2.storage.SpanStore
Returns dependency links derived from spans in an interval contained by (endTs - lookback) or empty if none are found.
getPath() - Method in class zipkin2.internal.JsonCodec.JsonReader
 
getServiceNames() - Method in class zipkin2.storage.InMemoryStorage
 
getServiceNames() - Method in interface zipkin2.storage.SpanStore
Retrieves all local and remote service names, sorted lexicographically.
getSpanNames(String) - Method in class zipkin2.storage.InMemoryStorage
 
getSpanNames(String) - Method in interface zipkin2.storage.SpanStore
Retrieves all span names recorded by a service, sorted lexicographically.
getTrace(String) - Method in class zipkin2.storage.InMemoryStorage
 
getTrace(String) - Method in interface zipkin2.storage.SpanStore
Retrieves spans that share a 128-bit trace id with no ordering expectation or empty if none are found.
getTraces(QueryRequest) - Method in class zipkin2.storage.InMemoryStorage
 
getTraces() - Method in class zipkin2.storage.InMemoryStorage
Used for testing.
getTraces(QueryRequest) - Method in interface zipkin2.storage.SpanStore
Retrieves spans grouped by trace ID from the storage system with no ordering expectation.

H

handleError(Call.ErrorHandler<V>) - Method in class zipkin2.Call
Returns a call which can attempt to resolve an exception.
hashCode() - Method in class zipkin2.Annotation
 
hashCode() - Method in class zipkin2.DependencyLink
 
hashCode() - Method in class zipkin2.Endpoint
 
hashCode() - Method in class zipkin2.Span
 
hasNext() - Method in class zipkin2.internal.JsonCodec.JsonReader
 

I

id(String) - Method in class zipkin2.Span.Builder
 
id() - Method in class zipkin2.Span
Unique 64bit identifier for this operation within the trace.
InMemoryStorage - Class in zipkin2.storage
Test storage component that keeps all spans in memory, accepting them on the calling thread.
InMemoryStorage.Builder - Class in zipkin2.storage
 
ip(InetAddress) - Method in class zipkin2.Endpoint.Builder
ip(String) - Method in class zipkin2.Endpoint.Builder
ipv4() - Method in class zipkin2.Endpoint
The text representation of the primary IPv4 address associated with this a connection.
ipv4Bytes() - Method in class zipkin2.Endpoint
IPv4 endpoint address packed into 4 bytes or null if unknown.
ipv6() - Method in class zipkin2.Endpoint
The text representation of the primary IPv6 address associated with this a connection.
ipv6Bytes() - Method in class zipkin2.Endpoint
IPv6 endpoint address packed into 16 bytes or null if unknown.
isCanceled() - Method in class zipkin2.Call.Base
 
isCanceled() - Method in class zipkin2.Call
Returns true if Call.cancel() was called.
isSyntheticRootForPartialTree() - Method in class zipkin2.internal.Node
 

J

JsonCodec - Class in zipkin2.internal
This explicitly constructs instances of model classes via manual parsing for a number of reasons.
JsonCodec() - Constructor for class zipkin2.internal.JsonCodec
 
JsonCodec.JsonReader - Class in zipkin2.internal
 
JsonCodec.JsonReaderAdapter<T> - Interface in zipkin2.internal
 
jsonEscape(String) - Static method in class zipkin2.internal.JsonEscaper
Exposed for ElasticSearch HttpBulkIndexer
jsonEscapedSizeInBytes(String) - Static method in class zipkin2.internal.JsonEscaper
 
JsonEscaper - Class in zipkin2.internal
 
JsonEscaper() - Constructor for class zipkin2.internal.JsonEscaper
 

K

kind() - Method in class zipkin2.Span.Builder
 
kind(Span.Kind) - Method in class zipkin2.Span.Builder
 
kind() - Method in class zipkin2.Span
When present, used to interpret Span.remoteEndpoint

L

limit(int) - Method in class zipkin2.storage.QueryRequest.Builder
 
limit() - Method in class zipkin2.storage.QueryRequest
Maximum number of traces to return.
link() - Method in class zipkin2.internal.DependencyLinker
 
listSizeInBytes(int) - Method in enum zipkin2.codec.Encoding
Like Encoding.listSizeInBytes(List), except for a single element.
listSizeInBytes(List<byte[]>) - Method in enum zipkin2.codec.Encoding
 
localEndpoint() - Method in class zipkin2.Span.Builder
 
localEndpoint(Endpoint) - Method in class zipkin2.Span.Builder
 
localEndpoint() - Method in class zipkin2.Span
The host that recorded this span, primarily for query by service name.
localServiceName() - Method in class zipkin2.Span
 
lookback(long) - Method in class zipkin2.storage.QueryRequest.Builder
 
lookback() - Method in class zipkin2.storage.QueryRequest
Only return traces where all Span.timestamp() are at or after (endTs - lookback) in milliseconds.

M

map(V1) - Method in interface zipkin2.Call.FlatMapper
 
map(Call.Mapper<V, R>) - Method in class zipkin2.Call
Maps the result of this call into a different shape, as defined by the mapper function.
map(V1) - Method in interface zipkin2.Call.Mapper
 
maxDuration(Long) - Method in class zipkin2.storage.QueryRequest.Builder
 
maxDuration() - Method in class zipkin2.storage.QueryRequest
Only return traces whose Span.duration() is less than or equal to maxDuration microseconds.
maxSpanCount(int) - Method in class zipkin2.storage.InMemoryStorage.Builder
Eldest traces are removed to ensure spans in memory don't exceed this value
merge(Iterable<DependencyLink>) - Static method in class zipkin2.internal.DependencyLinker
links are merged by mapping to parent/child and summing corresponding links
minDuration(Long) - Method in class zipkin2.storage.QueryRequest.Builder
 
minDuration() - Method in class zipkin2.storage.QueryRequest
Only return traces whose Span.duration() is greater than or equal to minDuration microseconds.

N

name(String) - Method in class zipkin2.Span.Builder
 
name() - Method in class zipkin2.Span
Span name in lowercase, rpc method for example.
needsJsonEscaping(byte[]) - Static method in class zipkin2.internal.JsonEscaper
 
newBuilder() - Static method in class zipkin2.DependencyLink
 
newBuilder() - Static method in class zipkin2.Endpoint
 
newBuilder() - Static method in class zipkin2.Span
 
newBuilder() - Static method in class zipkin2.storage.InMemoryStorage
 
newBuilder() - Static method in class zipkin2.storage.QueryRequest
 
nextBoolean() - Method in class zipkin2.internal.JsonCodec.JsonReader
 
nextInt() - Method in class zipkin2.internal.JsonCodec.JsonReader
 
nextLong() - Method in class zipkin2.internal.JsonCodec.JsonReader
 
nextName() - Method in class zipkin2.internal.JsonCodec.JsonReader
 
nextString() - Method in class zipkin2.internal.JsonCodec.JsonReader
 
Node<V> - Class in zipkin2.internal
Convenience type representing a tree.
Node() - Constructor for class zipkin2.internal.Node
 
Node.TreeBuilder<V> - Class in zipkin2.internal
Some operations do not require the entire span object.
normalizeTraceId(String) - Static method in class zipkin2.Span
Returns a valid lower-hex trace ID, padded left as needed to 16 or 32 characters.
Nullable - Annotation Type in zipkin2.internal
Libraries such as Guice and AutoValue will process any annotation named Nullable.

O

OK - Static variable in class zipkin2.CheckResult
 
ok() - Method in class zipkin2.CheckResult
 
onError(Throwable) - Method in interface zipkin2.Callback
Invoked when computation produces a possibly null value successfully.
onErrorReturn(Throwable, Callback<V>) - Method in interface zipkin2.Call.ErrorHandler
Attempts to resolve an error.
onSuccess(V) - Method in interface zipkin2.Callback
Invoked when computation produces its potentially null value successfully.

P

parent(String) - Method in class zipkin2.DependencyLink.Builder
 
parent() - Method in class zipkin2.DependencyLink
parent service name (caller)
parent() - Method in class zipkin2.internal.Node
Returns the parent, or null if root
parentId(String) - Method in class zipkin2.Span.Builder
 
parentId() - Method in class zipkin2.Span
The parent's Span.id or null if this the root span in a trace.
parseAnnotationQuery(String) - Method in class zipkin2.storage.QueryRequest.Builder
Corresponds to query parameter "annotationQuery".
parseIp(InetAddress) - Method in class zipkin2.Endpoint.Builder
Returns true if Endpoint.ipv4() or Endpoint.ipv6() could be parsed from the input.
parseIp(byte[]) - Method in class zipkin2.Endpoint.Builder
Like Endpoint.Builder.parseIp(String) except this accepts a byte array.
parseIp(String) - Method in class zipkin2.Endpoint.Builder
Returns true if Endpoint.ipv4() or Endpoint.ipv6() could be parsed from the input.
peekNull() - Method in class zipkin2.internal.JsonCodec.JsonReader
 
Platform - Class in zipkin2.internal
Provides access to platform-specific features.
port(Integer) - Method in class zipkin2.Endpoint.Builder
Use this to set the port to an externally defined value.
port(int) - Method in class zipkin2.Endpoint.Builder
 
port() - Method in class zipkin2.Endpoint
Port of the IP's socket or null, if not known.
portAsInt() - Method in class zipkin2.Endpoint
Like Endpoint.port() except returns a primitive where zero implies absent.
propagateIfFatal(Throwable) - Static method in class zipkin2.Call
 
Proto3Codec - Class in zipkin2.internal
 
Proto3Codec() - Constructor for class zipkin2.internal.Proto3Codec
 
putTag(String, String) - Method in class zipkin2.Span.Builder
 
putTrace(Iterator<Span>) - Method in class zipkin2.internal.DependencyLinker
 

Q

QueryRequest - Class in zipkin2.storage
Invoking this request retrieves traces matching the below filters.
QueryRequest.Builder - Class in zipkin2.storage
 

R

read(JsonCodec.JsonReaderAdapter<T>, byte[], Collection<T>) - Static method in class zipkin2.internal.JsonCodec
 
read(byte[], Collection<Span>) - Static method in class zipkin2.internal.Proto3Codec
 
readList(JsonCodec.JsonReaderAdapter<T>, byte[], Collection<T>) - Static method in class zipkin2.internal.JsonCodec
 
readList(JsonCodec.JsonReaderAdapter<T>, byte[]) - Static method in class zipkin2.internal.JsonCodec
 
readList(byte[], Collection<Span>) - Static method in class zipkin2.internal.Proto3Codec
 
readList(byte[]) - Static method in class zipkin2.internal.Proto3Codec
 
readOne(JsonCodec.JsonReaderAdapter<T>, byte[]) - Static method in class zipkin2.internal.JsonCodec
 
readOne(byte[]) - Static method in class zipkin2.internal.Proto3Codec
 
remoteEndpoint(Endpoint) - Method in class zipkin2.Span.Builder
 
remoteEndpoint() - Method in class zipkin2.Span
When an RPC (or messaging) span, indicates the other side of the connection.
remoteServiceName() - Method in class zipkin2.Span
 

S

searchEnabled(boolean) - Method in class zipkin2.storage.InMemoryStorage.Builder
 
searchEnabled(boolean) - Method in class zipkin2.storage.StorageComponent.Builder
False is an attempt to disable indexing, leaving only SpanStore.getTrace(String) supported.
serviceName(String) - Method in class zipkin2.Endpoint.Builder
 
serviceName() - Method in class zipkin2.Endpoint
Lower-case label of this node in the service graph, such as "favstar".
serviceName(String) - Method in class zipkin2.storage.QueryRequest.Builder
 
serviceName() - Method in class zipkin2.storage.QueryRequest
When present, corresponds to Endpoint.serviceName and constrains all other parameters.
shared(boolean) - Method in class zipkin2.Span.Builder
 
shared(Boolean) - Method in class zipkin2.Span.Builder
 
shared() - Method in class zipkin2.Span
True if we are contributing to a span started by another tracer (ex on a different host).
sizeInBytes(T) - Method in interface zipkin2.codec.BytesEncoder
 
sizeInBytes(T) - Method in interface zipkin2.internal.Buffer.Writer
 
sizeInBytes(Span) - Method in class zipkin2.internal.Proto3Codec
 
sizeInBytes(Span) - Method in class zipkin2.internal.V1SpanWriter
 
sizeInBytes(Span) - Method in class zipkin2.internal.V2SpanWriter
 
skipValue() - Method in class zipkin2.internal.JsonCodec.JsonReader
 
Span - Class in zipkin2
A span is a single-host view of an operation.
Span.Builder - Class in zipkin2
 
Span.Kind - Enum in zipkin2
Indicates the primary span type.
SpanBytesDecoder - Enum in zipkin2.codec
This is separate from SpanBytesEncoder, as it isn't needed for instrumentation
SpanBytesEncoder - Enum in zipkin2.codec
Limited interface needed by those writing span reporters
spanConsumer() - Method in class zipkin2.storage.InMemoryStorage
 
SpanConsumer - Interface in zipkin2.storage
 
spanConsumer() - Method in class zipkin2.storage.StorageComponent
 
spanName(String) - Method in class zipkin2.storage.QueryRequest.Builder
This ignores the reserved span name "all".
spanName() - Method in class zipkin2.storage.QueryRequest
When present, only include traces with this Span.name
spanStore() - Method in class zipkin2.storage.InMemoryStorage
 
SpanStore - Interface in zipkin2.storage
Queries data derived from SpanConsumer.
spanStore() - Method in class zipkin2.storage.StorageComponent
 
StorageComponent - Class in zipkin2.storage
A component that provides storage interfaces used for spans and aggregations.
StorageComponent() - Constructor for class zipkin2.storage.StorageComponent
 
StorageComponent.Builder - Class in zipkin2.storage
 
strictTraceId(boolean) - Method in class zipkin2.storage.InMemoryStorage.Builder
Zipkin supports 64 and 128-bit trace identifiers, typically serialized as 16 or 32 character hex strings.
strictTraceId(boolean) - Method in class zipkin2.storage.StorageComponent.Builder
Zipkin supports 64 and 128-bit trace identifiers, typically serialized as 16 or 32 character hex strings.

T

tags() - Method in class zipkin2.Span
Tags a span with context, usually to support query or aggregation.
test(List<Span>) - Method in class zipkin2.storage.QueryRequest
Tests the supplied trace against the current request.
timestamp() - Method in class zipkin2.Annotation
Microseconds from epoch.
timestamp(long) - Method in class zipkin2.Span.Builder
 
timestamp(Long) - Method in class zipkin2.Span.Builder
 
timestamp() - Method in class zipkin2.Span
Epoch microseconds of the start of this span, possibly absent if this an incomplete span.
timestampAsLong() - Method in class zipkin2.Span
Like Span.timestamp() except returns a primitive where zero implies absent.
toBuilder() - Method in class zipkin2.DependencyLink
 
toBuilder() - Method in class zipkin2.Endpoint
 
toBuilder() - Method in class zipkin2.Span
 
toBuilder() - Method in class zipkin2.storage.QueryRequest
 
toByteArray() - Method in class zipkin2.internal.Buffer
 
toString() - Method in class zipkin2.Annotation
 
toString() - Method in class zipkin2.DependencyLink
 
toString() - Method in class zipkin2.Endpoint
 
toString() - Method in class zipkin2.internal.JsonCodec.JsonReader
 
toString() - Method in class zipkin2.internal.V1SpanWriter
 
toString() - Method in class zipkin2.internal.V2SpanReader
 
toString() - Method in class zipkin2.internal.V2SpanWriter
 
toString() - Method in class zipkin2.Span
 
traceId(String) - Method in class zipkin2.Span.Builder
 
traceId() - Method in class zipkin2.Span
Trace identifier, set on all spans within it.
traverse() - Method in class zipkin2.internal.Node
Traverses the tree, breadth-first.
TreeBuilder(Logger, String) - Constructor for class zipkin2.internal.Node.TreeBuilder
 

U

uncheckedIOException(IOException) - Method in class zipkin2.internal.Platform
 

V

V1SpanWriter - Class in zipkin2.internal
 
V1SpanWriter() - Constructor for class zipkin2.internal.V1SpanWriter
 
V2SpanReader - Class in zipkin2.internal
 
V2SpanReader() - Constructor for class zipkin2.internal.V2SpanReader
 
V2SpanWriter - Class in zipkin2.internal
 
V2SpanWriter() - Constructor for class zipkin2.internal.V2SpanWriter
 
value() - Method in class zipkin2.Annotation
Usually a short tag indicating an event, like cache.miss or error
value() - Method in class zipkin2.internal.Node
Returns the value, or null if Node.isSyntheticRootForPartialTree()
value(V) - Method in class zipkin2.internal.Node
 
valueOf(String) - Static method in enum zipkin2.codec.DependencyLinkBytesDecoder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum zipkin2.codec.DependencyLinkBytesEncoder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum zipkin2.codec.Encoding
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum zipkin2.codec.SpanBytesDecoder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum zipkin2.codec.SpanBytesEncoder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum zipkin2.Span.Kind
Returns the enum constant of this type with the specified name.
values() - Static method in enum zipkin2.codec.DependencyLinkBytesDecoder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum zipkin2.codec.DependencyLinkBytesEncoder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum zipkin2.codec.Encoding
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum zipkin2.codec.SpanBytesDecoder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum zipkin2.codec.SpanBytesEncoder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum zipkin2.Span.Kind
Returns an array containing the constants of this enum type, in the order they are declared.
varintSizeInBytes(int) - Static method in class zipkin2.internal.Buffer
A base 128 varint encodes 7 bits at a time, this checks how many bytes are needed to represent the value.
varintSizeInBytes(long) - Static method in class zipkin2.internal.Buffer
Like Buffer.varintSizeInBytes(int), except for uint64.

W

write(byte[]) - Method in class zipkin2.internal.Buffer
 
write(T, Buffer) - Method in interface zipkin2.internal.Buffer.Writer
 
write(Buffer.Writer<T>, T) - Static method in class zipkin2.internal.JsonCodec
Inability to encode is a programming bug.
write(Span) - Method in class zipkin2.internal.Proto3Codec
 
write(Span, Buffer) - Method in class zipkin2.internal.V1SpanWriter
 
write(Span, Buffer) - Method in class zipkin2.internal.V2SpanWriter
 
writeAscii(String) - Method in class zipkin2.internal.Buffer
 
writeAscii(long) - Method in class zipkin2.internal.Buffer
 
writeByte(int) - Method in class zipkin2.internal.Buffer
 
writeList(Buffer.Writer<T>, List<T>) - Static method in class zipkin2.internal.JsonCodec
 
writeList(Buffer.Writer<T>, List<T>, byte[], int) - Static method in class zipkin2.internal.JsonCodec
 
writeList(Buffer.Writer<T>, List<T>, Buffer) - Static method in class zipkin2.internal.JsonCodec
 
writeList(List<Span>) - Method in class zipkin2.internal.Proto3Codec
 
writeList(List<Span>, byte[], int) - Method in class zipkin2.internal.Proto3Codec
 
writeUtf8(String) - Method in class zipkin2.internal.Buffer
This transcodes a UTF-16 Java String to UTF-8 bytes.

Z

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

Copyright © 2015–2018 OpenZipkin. All rights reserved.