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

A

addKVAnnotation(byte[], byte[]) - Method in class org.cloudera.htrace.impl.MilliSpan
 
addKVAnnotation(byte[], byte[]) - Method in interface org.cloudera.htrace.Span
Add a data annotation associated with this span
addKVAnnotation(byte[], byte[]) - Static method in class org.cloudera.htrace.Trace
Adds a data annotation to the current span if tracing is currently on.
addReceiver(SpanReceiver) - Static method in class org.cloudera.htrace.Trace
Adds the given SpanReceiver to the current Tracer instance's list of SpanReceivers.
addReceiver(SpanReceiver) - Method in class org.cloudera.htrace.Tracer
 
addTimelineAnnotation(String) - Method in class org.cloudera.htrace.impl.MilliSpan
 
addTimelineAnnotation(String) - Method in interface org.cloudera.htrace.Span
Add a timeline annotation associated with this span
addTimelineAnnotation(String) - Static method in class org.cloudera.htrace.Trace
Annotate the current span with the given message.
addToAnnotations(Annotation) - Method in class com.twitter.zipkin.gen.Span
 
addToBinary_annotations(BinaryAnnotation) - Method in class com.twitter.zipkin.gen.Span
 
addToMessages(LogEntry) - Method in class com.twitter.zipkin.gen.Scribe.Log_args
 
ALWAYS - Static variable in interface org.cloudera.htrace.Sampler
 
AlwaysSampler - Class in org.cloudera.htrace.impl
 
Annotation - Class in com.twitter.zipkin.gen
 
Annotation() - Constructor for class com.twitter.zipkin.gen.Annotation
 
Annotation(long, String) - Constructor for class com.twitter.zipkin.gen.Annotation
 
Annotation(Annotation) - Constructor for class com.twitter.zipkin.gen.Annotation
Performs a deep copy on other.
Annotation._Fields - Enum in com.twitter.zipkin.gen
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
annotation_type - Variable in class com.twitter.zipkin.gen.BinaryAnnotation
 
annotations - Variable in class com.twitter.zipkin.gen.Span
 
AnnotationType - Enum in com.twitter.zipkin.gen
 
AsyncClient(TProtocolFactory, TAsyncClientManager, TNonblockingTransport) - Constructor for class com.twitter.zipkin.gen.Scribe.AsyncClient
 
awaitTermination(long, TimeUnit) - Method in class org.cloudera.htrace.wrappers.TraceExecutorService
 

B

binary_annotations - Variable in class com.twitter.zipkin.gen.Span
 
BinaryAnnotation - Class in com.twitter.zipkin.gen
 
BinaryAnnotation() - Constructor for class com.twitter.zipkin.gen.BinaryAnnotation
 
BinaryAnnotation(String, ByteBuffer, AnnotationType) - Constructor for class com.twitter.zipkin.gen.BinaryAnnotation
 
BinaryAnnotation(BinaryAnnotation) - Constructor for class com.twitter.zipkin.gen.BinaryAnnotation
Performs a deep copy on other.
BinaryAnnotation._Fields - Enum in com.twitter.zipkin.gen
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
bufferForValue() - Method in class com.twitter.zipkin.gen.BinaryAnnotation
 

C

call() - Method in class org.cloudera.htrace.wrappers.TraceCallable
 
category - Variable in class com.twitter.zipkin.gen.LogEntry
 
child(String) - Method in class org.cloudera.htrace.impl.MilliSpan
 
child(String) - Method in interface org.cloudera.htrace.Span
Create a child span of this span with the given description
clear() - Method in class com.twitter.zipkin.gen.Annotation
 
clear() - Method in class com.twitter.zipkin.gen.BinaryAnnotation
 
clear() - Method in class com.twitter.zipkin.gen.Endpoint
 
clear() - Method in class com.twitter.zipkin.gen.LogEntry
 
clear() - Method in class com.twitter.zipkin.gen.Scribe.Log_args
 
clear() - Method in class com.twitter.zipkin.gen.Scribe.Log_result
 
clear() - Method in class com.twitter.zipkin.gen.Span
 
Client(TProtocol) - Constructor for class com.twitter.zipkin.gen.Scribe.Client
 
Client(TProtocol, TProtocol) - Constructor for class com.twitter.zipkin.gen.Scribe.Client
 
CLIENT_RECV - Static variable in class com.twitter.zipkin.gen.zipkinCoreConstants
 
CLIENT_SEND - Static variable in class com.twitter.zipkin.gen.zipkinCoreConstants
 
close() - Method in class org.cloudera.htrace.impl.LocalFileSpanReceiver
 
close() - Method in class org.cloudera.htrace.impl.POJOSpanReceiver
 
close() - Method in class org.cloudera.htrace.impl.StandardOutSpanReceiver
 
close() - Method in class org.cloudera.htrace.impl.ZipkinSpanReceiver
Close the receiver.
close() - Method in class org.cloudera.htrace.TraceScope
 
com.twitter.zipkin.gen - package com.twitter.zipkin.gen
 
compareTo(Annotation) - Method in class com.twitter.zipkin.gen.Annotation
 
compareTo(BinaryAnnotation) - Method in class com.twitter.zipkin.gen.BinaryAnnotation
 
compareTo(Endpoint) - Method in class com.twitter.zipkin.gen.Endpoint
 
compareTo(LogEntry) - Method in class com.twitter.zipkin.gen.LogEntry
 
compareTo(Scribe.Log_args) - Method in class com.twitter.zipkin.gen.Scribe.Log_args
 
compareTo(Scribe.Log_result) - Method in class com.twitter.zipkin.gen.Scribe.Log_result
 
compareTo(Span) - Method in class com.twitter.zipkin.gen.Span
 
configure(HTraceConfiguration) - Method in class org.cloudera.htrace.impl.LocalFileSpanReceiver
 
configure(HTraceConfiguration) - Method in class org.cloudera.htrace.impl.POJOSpanReceiver
 
configure(HTraceConfiguration) - Method in class org.cloudera.htrace.impl.StandardOutSpanReceiver
 
configure(HTraceConfiguration) - Method in class org.cloudera.htrace.impl.ZipkinSpanReceiver
 
configure(HTraceConfiguration) - Method in interface org.cloudera.htrace.SpanReceiver
Hosts of SpanReceivers should call this method to provide configuration to SpanReceivers after creating them.
continueSpan(Span) - Static method in class org.cloudera.htrace.Trace
Pick up an existing span from another thread.
continueSpan(Span) - Method in class org.cloudera.htrace.Tracer
 
convert(Span) - Method in class org.cloudera.htrace.zipkin.HTraceToZipkinConverter
Converts a given HTrace span to a Zipkin Span.
CountSampler - Class in org.cloudera.htrace.impl
Sampler that returns true every N calls.
CountSampler(long) - Constructor for class org.cloudera.htrace.impl.CountSampler
 
createNew(String) - Method in class org.cloudera.htrace.Tracer
 
currentSpan() - Static method in class org.cloudera.htrace.Trace
If we are tracing, return the current span, else null
currentSpan() - Method in class org.cloudera.htrace.Tracer
 
currentTimeMillis() - Method in class org.cloudera.htrace.impl.MilliSpan
 

D

debug - Variable in class com.twitter.zipkin.gen.Span
 
deepCopy() - Method in class com.twitter.zipkin.gen.Annotation
 
deepCopy() - Method in class com.twitter.zipkin.gen.BinaryAnnotation
 
deepCopy() - Method in class com.twitter.zipkin.gen.Endpoint
 
deepCopy() - Method in class com.twitter.zipkin.gen.LogEntry
 
deepCopy() - Method in class com.twitter.zipkin.gen.Scribe.Log_args
 
deepCopy() - Method in class com.twitter.zipkin.gen.Scribe.Log_result
 
deepCopy() - Method in class com.twitter.zipkin.gen.Span
 
DEFAULT_CAPACITY - Static variable in class org.cloudera.htrace.impl.LocalFileSpanReceiver
 
DEFAULT_EXECUTOR_TERMINATION_TIMEOUT_DURATION - Static variable in class org.cloudera.htrace.impl.LocalFileSpanReceiver
 
deliver(Span) - Method in class org.cloudera.htrace.Tracer
 
detach() - Method in class org.cloudera.htrace.TraceScope
Remove this span as the current thread, but don't stop it yet or send it for collection.
DONT_TRACE - Static variable in class org.cloudera.htrace.Tracer
 
duration - Variable in class com.twitter.zipkin.gen.Annotation
 

E

Endpoint - Class in com.twitter.zipkin.gen
 
Endpoint() - Constructor for class com.twitter.zipkin.gen.Endpoint
 
Endpoint(int, short, String) - Constructor for class com.twitter.zipkin.gen.Endpoint
 
Endpoint(Endpoint) - Constructor for class com.twitter.zipkin.gen.Endpoint
Performs a deep copy on other.
Endpoint._Fields - Enum in com.twitter.zipkin.gen
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
equals(Object) - Method in class com.twitter.zipkin.gen.Annotation
 
equals(Annotation) - Method in class com.twitter.zipkin.gen.Annotation
 
equals(Object) - Method in class com.twitter.zipkin.gen.BinaryAnnotation
 
equals(BinaryAnnotation) - Method in class com.twitter.zipkin.gen.BinaryAnnotation
 
equals(Object) - Method in class com.twitter.zipkin.gen.Endpoint
 
equals(Endpoint) - Method in class com.twitter.zipkin.gen.Endpoint
 
equals(Object) - Method in class com.twitter.zipkin.gen.LogEntry
 
equals(LogEntry) - Method in class com.twitter.zipkin.gen.LogEntry
 
equals(Object) - Method in class com.twitter.zipkin.gen.Scribe.Log_args
 
equals(Scribe.Log_args) - Method in class com.twitter.zipkin.gen.Scribe.Log_args
 
equals(Object) - Method in class com.twitter.zipkin.gen.Scribe.Log_result
 
equals(Scribe.Log_result) - Method in class com.twitter.zipkin.gen.Scribe.Log_result
 
equals(Object) - Method in class com.twitter.zipkin.gen.Span
 
equals(Span) - Method in class com.twitter.zipkin.gen.Span
 
execute(Runnable) - Method in class org.cloudera.htrace.wrappers.TraceExecutorService
 

F

Factory(TAsyncClientManager, TProtocolFactory) - Constructor for class com.twitter.zipkin.gen.Scribe.AsyncClient.Factory
 
Factory() - Constructor for class com.twitter.zipkin.gen.Scribe.Client.Factory
 
fieldForId(int) - Method in class com.twitter.zipkin.gen.Annotation
 
fieldForId(int) - Method in class com.twitter.zipkin.gen.BinaryAnnotation
 
fieldForId(int) - Method in class com.twitter.zipkin.gen.Endpoint
 
fieldForId(int) - Method in class com.twitter.zipkin.gen.LogEntry
 
fieldForId(int) - Method in class com.twitter.zipkin.gen.Scribe.Log_args
 
fieldForId(int) - Method in class com.twitter.zipkin.gen.Scribe.Log_result
 
fieldForId(int) - Method in class com.twitter.zipkin.gen.Span
 
findByName(String) - Static method in enum com.twitter.zipkin.gen.Annotation._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum com.twitter.zipkin.gen.BinaryAnnotation._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum com.twitter.zipkin.gen.Endpoint._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum com.twitter.zipkin.gen.LogEntry._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum com.twitter.zipkin.gen.Scribe.Log_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum com.twitter.zipkin.gen.Scribe.Log_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum com.twitter.zipkin.gen.Span._Fields
Find the _Fields constant that matches name, or null if its not found.
findByThriftId(int) - Static method in enum com.twitter.zipkin.gen.Annotation._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum com.twitter.zipkin.gen.BinaryAnnotation._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum com.twitter.zipkin.gen.Endpoint._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum com.twitter.zipkin.gen.LogEntry._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum com.twitter.zipkin.gen.Scribe.Log_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum com.twitter.zipkin.gen.Scribe.Log_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum com.twitter.zipkin.gen.Span._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftIdOrThrow(int) - Static method in enum com.twitter.zipkin.gen.Annotation._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum com.twitter.zipkin.gen.BinaryAnnotation._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum com.twitter.zipkin.gen.Endpoint._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum com.twitter.zipkin.gen.LogEntry._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum com.twitter.zipkin.gen.Scribe.Log_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum com.twitter.zipkin.gen.Scribe.Log_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum com.twitter.zipkin.gen.Span._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByValue(int) - Static method in enum com.twitter.zipkin.gen.AnnotationType
Find a the enum type by its integer value, as defined in the Thrift IDL.
findByValue(int) - Static method in enum com.twitter.zipkin.gen.ResultCode
Find a the enum type by its integer value, as defined in the Thrift IDL.
fromMap(Map<String, String>) - Static method in class org.cloudera.htrace.HTraceConfiguration
 
fromSpan(Span) - Static method in class org.cloudera.htrace.TraceInfo
 

G

get(String) - Method in class org.cloudera.htrace.HTraceConfiguration
 
get(String, String) - Method in class org.cloudera.htrace.HTraceConfiguration
 
getAccumulatedMillis() - Method in class org.cloudera.htrace.impl.MilliSpan
 
getAccumulatedMillis() - Method in interface org.cloudera.htrace.Span
Return the total amount of time elapsed since start was called, if running, or difference between stop and start
getAnnotation_type() - Method in class com.twitter.zipkin.gen.BinaryAnnotation
 
getAnnotations() - Method in class com.twitter.zipkin.gen.Span
 
getAnnotationsIterator() - Method in class com.twitter.zipkin.gen.Span
 
getAnnotationsSize() - Method in class com.twitter.zipkin.gen.Span
 
getAsyncClient(TNonblockingTransport) - Method in class com.twitter.zipkin.gen.Scribe.AsyncClient.Factory
 
getBinary_annotations() - Method in class com.twitter.zipkin.gen.Span
 
getBinary_annotationsIterator() - Method in class com.twitter.zipkin.gen.Span
 
getBinary_annotationsSize() - Method in class com.twitter.zipkin.gen.Span
 
getBoolean(String, boolean) - Method in class org.cloudera.htrace.HTraceConfiguration
 
getCategory() - Method in class com.twitter.zipkin.gen.LogEntry
 
getClient(TProtocol) - Method in class com.twitter.zipkin.gen.Scribe.Client.Factory
 
getClient(TProtocol, TProtocol) - Method in class com.twitter.zipkin.gen.Scribe.Client.Factory
 
getDescription() - Method in class org.cloudera.htrace.impl.MilliSpan
 
getDescription() - Method in interface org.cloudera.htrace.Span
Return a textual description of this span
getDuration() - Method in class com.twitter.zipkin.gen.Annotation
 
getEmptyArgsInstance() - Method in class com.twitter.zipkin.gen.Scribe.Processor.Log
 
getFieldName() - Method in enum com.twitter.zipkin.gen.Annotation._Fields
 
getFieldName() - Method in enum com.twitter.zipkin.gen.BinaryAnnotation._Fields
 
getFieldName() - Method in enum com.twitter.zipkin.gen.Endpoint._Fields
 
getFieldName() - Method in enum com.twitter.zipkin.gen.LogEntry._Fields
 
getFieldName() - Method in enum com.twitter.zipkin.gen.Scribe.Log_args._Fields
 
getFieldName() - Method in enum com.twitter.zipkin.gen.Scribe.Log_result._Fields
 
getFieldName() - Method in enum com.twitter.zipkin.gen.Span._Fields
 
getFieldValue(Annotation._Fields) - Method in class com.twitter.zipkin.gen.Annotation
 
getFieldValue(BinaryAnnotation._Fields) - Method in class com.twitter.zipkin.gen.BinaryAnnotation
 
getFieldValue(Endpoint._Fields) - Method in class com.twitter.zipkin.gen.Endpoint
 
getFieldValue(LogEntry._Fields) - Method in class com.twitter.zipkin.gen.LogEntry
 
getFieldValue(Scribe.Log_args._Fields) - Method in class com.twitter.zipkin.gen.Scribe.Log_args
 
getFieldValue(Scribe.Log_result._Fields) - Method in class com.twitter.zipkin.gen.Scribe.Log_result
 
getFieldValue(Span._Fields) - Method in class com.twitter.zipkin.gen.Span
 
getHost() - Method in class com.twitter.zipkin.gen.Annotation
 
getHost() - Method in class com.twitter.zipkin.gen.BinaryAnnotation
 
getId() - Method in class com.twitter.zipkin.gen.Span
 
getImpl() - Method in class org.cloudera.htrace.wrappers.TraceCallable
 
getInstance() - Static method in class org.cloudera.htrace.Tracer
 
getInt(String, int) - Method in class org.cloudera.htrace.HTraceConfiguration
 
getIpv4() - Method in class com.twitter.zipkin.gen.Endpoint
 
getKey() - Method in class com.twitter.zipkin.gen.BinaryAnnotation
 
getKVAnnotations() - Method in class org.cloudera.htrace.impl.MilliSpan
 
getKVAnnotations() - Method in interface org.cloudera.htrace.Span
Get data associated with this span (read only)
getMessage() - Method in class com.twitter.zipkin.gen.LogEntry
 
getMessage() - Method in class org.cloudera.htrace.TimelineAnnotation
 
getMessages() - Method in class com.twitter.zipkin.gen.Scribe.Log_args
 
getMessagesIterator() - Method in class com.twitter.zipkin.gen.Scribe.Log_args
 
getMessagesSize() - Method in class com.twitter.zipkin.gen.Scribe.Log_args
 
getName() - Method in class com.twitter.zipkin.gen.Span
 
getParent_id() - Method in class com.twitter.zipkin.gen.Span
 
getParentId() - Method in class org.cloudera.htrace.impl.MilliSpan
 
getParentId() - Method in interface org.cloudera.htrace.Span
Return the pseudo-unique (random) number of the parent span, returns ROOT_SPAN_ID if this is the root span
getPort() - Method in class com.twitter.zipkin.gen.Endpoint
 
getProcessId() - Method in class org.cloudera.htrace.impl.MilliSpan
 
getProcessId() - Method in interface org.cloudera.htrace.Span
Return a unique id for the node or process from which this Span originated.
getResult() - Method in class com.twitter.zipkin.gen.Scribe.AsyncClient.Log_call
 
getResult(I, Scribe.Log_args) - Method in class com.twitter.zipkin.gen.Scribe.Processor.Log
 
getRoots() - Method in class org.cloudera.htrace.TraceTree
 
getService_name() - Method in class com.twitter.zipkin.gen.Endpoint
 
getSpan() - Method in class org.cloudera.htrace.TraceScope
 
getSpanId() - Method in class org.cloudera.htrace.impl.MilliSpan
 
getSpanId() - Method in interface org.cloudera.htrace.Span
A pseudo-unique (random) number assigned to this span instance
getSpans() - Method in class org.cloudera.htrace.impl.POJOSpanReceiver
 
getSpans() - Method in class org.cloudera.htrace.TraceTree
 
getSpansByParentIdMap() - Method in class org.cloudera.htrace.TraceTree
 
getSpansByPidMap() - Method in class org.cloudera.htrace.TraceTree
 
getStartTimeMillis() - Method in class org.cloudera.htrace.impl.MilliSpan
 
getStartTimeMillis() - Method in interface org.cloudera.htrace.Span
Get the start time, in milliseconds
getStopTimeMillis() - Method in class org.cloudera.htrace.impl.MilliSpan
 
getStopTimeMillis() - Method in interface org.cloudera.htrace.Span
Get the stop time, in milliseconds
getSuccess() - Method in class com.twitter.zipkin.gen.Scribe.Log_result
 
getThriftFieldId() - Method in enum com.twitter.zipkin.gen.Annotation._Fields
 
getThriftFieldId() - Method in enum com.twitter.zipkin.gen.BinaryAnnotation._Fields
 
getThriftFieldId() - Method in enum com.twitter.zipkin.gen.Endpoint._Fields
 
getThriftFieldId() - Method in enum com.twitter.zipkin.gen.LogEntry._Fields
 
getThriftFieldId() - Method in enum com.twitter.zipkin.gen.Scribe.Log_args._Fields
 
getThriftFieldId() - Method in enum com.twitter.zipkin.gen.Scribe.Log_result._Fields
 
getThriftFieldId() - Method in enum com.twitter.zipkin.gen.Span._Fields
 
getTime() - Method in class org.cloudera.htrace.TimelineAnnotation
 
getTimelineAnnotations() - Method in class org.cloudera.htrace.impl.MilliSpan
 
getTimelineAnnotations() - Method in interface org.cloudera.htrace.Span
Get any timeline annotations (read only)
getTimestamp() - Method in class com.twitter.zipkin.gen.Annotation
 
getTrace_id() - Method in class com.twitter.zipkin.gen.Span
 
getTraceId() - Method in class org.cloudera.htrace.impl.MilliSpan
 
getTraceId() - Method in interface org.cloudera.htrace.Span
A pseudo-unique (random) number assigned to the trace associated with this span
getValue() - Method in class com.twitter.zipkin.gen.Annotation
 
getValue() - Method in enum com.twitter.zipkin.gen.AnnotationType
Get the integer value of this enum value, as defined in the Thrift IDL.
getValue() - Method in class com.twitter.zipkin.gen.BinaryAnnotation
 
getValue() - Method in enum com.twitter.zipkin.gen.ResultCode
Get the integer value of this enum value, as defined in the Thrift IDL.

H

hashCode() - Method in class com.twitter.zipkin.gen.Annotation
 
hashCode() - Method in class com.twitter.zipkin.gen.BinaryAnnotation
 
hashCode() - Method in class com.twitter.zipkin.gen.Endpoint
 
hashCode() - Method in class com.twitter.zipkin.gen.LogEntry
 
hashCode() - Method in class com.twitter.zipkin.gen.Scribe.Log_args
 
hashCode() - Method in class com.twitter.zipkin.gen.Scribe.Log_result
 
hashCode() - Method in class com.twitter.zipkin.gen.Span
 
host - Variable in class com.twitter.zipkin.gen.Annotation
 
host - Variable in class com.twitter.zipkin.gen.BinaryAnnotation
 
HTraceConfiguration - Class in org.cloudera.htrace
Wrapper which integrating applications should implement in order to provide tracing configuration.
HTraceConfiguration() - Constructor for class org.cloudera.htrace.HTraceConfiguration
 
HTraceToZipkinConverter - Class in org.cloudera.htrace.zipkin
This class is responsible for converting a HTrace.Span to a Zipkin.Span object.
HTraceToZipkinConverter(int, short) - Constructor for class org.cloudera.htrace.zipkin.HTraceToZipkinConverter
 

I

id - Variable in class com.twitter.zipkin.gen.Span
 
INSTANCE - Static variable in class org.cloudera.htrace.impl.AlwaysSampler
 
INSTANCE - Static variable in class org.cloudera.htrace.impl.NeverSampler
 
INSTANCE - Static variable in class org.cloudera.htrace.impl.TrueIfTracingSampler
 
invokeAll(Collection<? extends Callable<T>>) - Method in class org.cloudera.htrace.wrappers.TraceExecutorService
 
invokeAll(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class org.cloudera.htrace.wrappers.TraceExecutorService
 
invokeAny(Collection<? extends Callable<T>>) - Method in class org.cloudera.htrace.wrappers.TraceExecutorService
 
invokeAny(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class org.cloudera.htrace.wrappers.TraceExecutorService
 
ipv4 - Variable in class com.twitter.zipkin.gen.Endpoint
 
isDebug() - Method in class com.twitter.zipkin.gen.Span
 
isOneway() - Method in class com.twitter.zipkin.gen.Scribe.Processor.Log
 
isRunning() - Method in class org.cloudera.htrace.impl.MilliSpan
 
isRunning() - Method in interface org.cloudera.htrace.Span
Has the span been started and not yet stopped?
isSet(Annotation._Fields) - Method in class com.twitter.zipkin.gen.Annotation
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(BinaryAnnotation._Fields) - Method in class com.twitter.zipkin.gen.BinaryAnnotation
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Endpoint._Fields) - Method in class com.twitter.zipkin.gen.Endpoint
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(LogEntry._Fields) - Method in class com.twitter.zipkin.gen.LogEntry
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Scribe.Log_args._Fields) - Method in class com.twitter.zipkin.gen.Scribe.Log_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Scribe.Log_result._Fields) - Method in class com.twitter.zipkin.gen.Scribe.Log_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Span._Fields) - Method in class com.twitter.zipkin.gen.Span
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSetAnnotation_type() - Method in class com.twitter.zipkin.gen.BinaryAnnotation
Returns true if field annotation_type is set (has been assigned a value) and false otherwise
isSetAnnotations() - Method in class com.twitter.zipkin.gen.Span
Returns true if field annotations is set (has been assigned a value) and false otherwise
isSetBinary_annotations() - Method in class com.twitter.zipkin.gen.Span
Returns true if field binary_annotations is set (has been assigned a value) and false otherwise
isSetCategory() - Method in class com.twitter.zipkin.gen.LogEntry
Returns true if field category is set (has been assigned a value) and false otherwise
isSetDebug() - Method in class com.twitter.zipkin.gen.Span
Returns true if field debug is set (has been assigned a value) and false otherwise
isSetDuration() - Method in class com.twitter.zipkin.gen.Annotation
Returns true if field duration is set (has been assigned a value) and false otherwise
isSetHost() - Method in class com.twitter.zipkin.gen.Annotation
Returns true if field host is set (has been assigned a value) and false otherwise
isSetHost() - Method in class com.twitter.zipkin.gen.BinaryAnnotation
Returns true if field host is set (has been assigned a value) and false otherwise
isSetId() - Method in class com.twitter.zipkin.gen.Span
Returns true if field id is set (has been assigned a value) and false otherwise
isSetIpv4() - Method in class com.twitter.zipkin.gen.Endpoint
Returns true if field ipv4 is set (has been assigned a value) and false otherwise
isSetKey() - Method in class com.twitter.zipkin.gen.BinaryAnnotation
Returns true if field key is set (has been assigned a value) and false otherwise
isSetMessage() - Method in class com.twitter.zipkin.gen.LogEntry
Returns true if field message is set (has been assigned a value) and false otherwise
isSetMessages() - Method in class com.twitter.zipkin.gen.Scribe.Log_args
Returns true if field messages is set (has been assigned a value) and false otherwise
isSetName() - Method in class com.twitter.zipkin.gen.Span
Returns true if field name is set (has been assigned a value) and false otherwise
isSetParent_id() - Method in class com.twitter.zipkin.gen.Span
Returns true if field parent_id is set (has been assigned a value) and false otherwise
isSetPort() - Method in class com.twitter.zipkin.gen.Endpoint
Returns true if field port is set (has been assigned a value) and false otherwise
isSetService_name() - Method in class com.twitter.zipkin.gen.Endpoint
Returns true if field service_name is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class com.twitter.zipkin.gen.Scribe.Log_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetTimestamp() - Method in class com.twitter.zipkin.gen.Annotation
Returns true if field timestamp is set (has been assigned a value) and false otherwise
isSetTrace_id() - Method in class com.twitter.zipkin.gen.Span
Returns true if field trace_id is set (has been assigned a value) and false otherwise
isSetValue() - Method in class com.twitter.zipkin.gen.Annotation
Returns true if field value is set (has been assigned a value) and false otherwise
isSetValue() - Method in class com.twitter.zipkin.gen.BinaryAnnotation
Returns true if field value is set (has been assigned a value) and false otherwise
isShutdown() - Method in class org.cloudera.htrace.wrappers.TraceExecutorService
 
isTerminated() - Method in class org.cloudera.htrace.wrappers.TraceExecutorService
 
isTracing() - Static method in class org.cloudera.htrace.Trace
Returns true if the current thread is a part of a trace, false otherwise.
isTracing() - Method in class org.cloudera.htrace.Tracer
 

K

key - Variable in class com.twitter.zipkin.gen.BinaryAnnotation
 

L

LocalFileSpanReceiver - Class in org.cloudera.htrace.impl
Writes the spans it receives to a local file.
LocalFileSpanReceiver() - Constructor for class org.cloudera.htrace.impl.LocalFileSpanReceiver
 
Log(List<LogEntry>, AsyncMethodCallback<Scribe.AsyncClient.Log_call>) - Method in class com.twitter.zipkin.gen.Scribe.AsyncClient
 
Log(List<LogEntry>, AsyncMethodCallback<Scribe.AsyncClient.Log_call>) - Method in interface com.twitter.zipkin.gen.Scribe.AsyncIface
 
Log(List<LogEntry>) - Method in class com.twitter.zipkin.gen.Scribe.Client
 
Log(List<LogEntry>) - Method in interface com.twitter.zipkin.gen.Scribe.Iface
 
Log() - Constructor for class com.twitter.zipkin.gen.Scribe.Processor.Log
 
LOG - Static variable in class org.cloudera.htrace.impl.LocalFileSpanReceiver
 
LOG - Static variable in class org.cloudera.htrace.Tracer
 
LOG - Static variable in class org.cloudera.htrace.TraceTree
 
Log_args() - Constructor for class com.twitter.zipkin.gen.Scribe.Log_args
 
Log_args(List<LogEntry>) - Constructor for class com.twitter.zipkin.gen.Scribe.Log_args
 
Log_args(Scribe.Log_args) - Constructor for class com.twitter.zipkin.gen.Scribe.Log_args
Performs a deep copy on other.
Log_call(List<LogEntry>, AsyncMethodCallback<Scribe.AsyncClient.Log_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class com.twitter.zipkin.gen.Scribe.AsyncClient.Log_call
 
Log_result() - Constructor for class com.twitter.zipkin.gen.Scribe.Log_result
 
Log_result(ResultCode) - Constructor for class com.twitter.zipkin.gen.Scribe.Log_result
 
Log_result(Scribe.Log_result) - Constructor for class com.twitter.zipkin.gen.Scribe.Log_result
Performs a deep copy on other.
LogEntry - Class in com.twitter.zipkin.gen
 
LogEntry() - Constructor for class com.twitter.zipkin.gen.LogEntry
 
LogEntry(String, String) - Constructor for class com.twitter.zipkin.gen.LogEntry
 
LogEntry(LogEntry) - Constructor for class com.twitter.zipkin.gen.LogEntry
Performs a deep copy on other.
LogEntry._Fields - Enum in com.twitter.zipkin.gen
The set of fields this struct contains, along with convenience methods for finding and manipulating them.

M

message - Variable in class com.twitter.zipkin.gen.LogEntry
 
messages - Variable in class com.twitter.zipkin.gen.Scribe.Log_args
 
metaDataMap - Static variable in class com.twitter.zipkin.gen.Annotation
 
metaDataMap - Static variable in class com.twitter.zipkin.gen.BinaryAnnotation
 
metaDataMap - Static variable in class com.twitter.zipkin.gen.Endpoint
 
metaDataMap - Static variable in class com.twitter.zipkin.gen.LogEntry
 
metaDataMap - Static variable in class com.twitter.zipkin.gen.Scribe.Log_args
 
metaDataMap - Static variable in class com.twitter.zipkin.gen.Scribe.Log_result
 
metaDataMap - Static variable in class com.twitter.zipkin.gen.Span
 
MilliSpan - Class in org.cloudera.htrace.impl
A Span implementation that stores its information in milliseconds since the epoch.
MilliSpan(String, long, long, long, String) - Constructor for class org.cloudera.htrace.impl.MilliSpan
 

N

name - Variable in class com.twitter.zipkin.gen.Span
 
NEVER - Static variable in interface org.cloudera.htrace.Sampler
 
NeverSampler - Class in org.cloudera.htrace.impl
 
next(Object) - Method in class org.cloudera.htrace.impl.AlwaysSampler
 
next(Object) - Method in class org.cloudera.htrace.impl.CountSampler
 
next(Object) - Method in class org.cloudera.htrace.impl.NeverSampler
 
next(Object) - Method in class org.cloudera.htrace.impl.ProbabilitySampler
 
next(Object) - Method in class org.cloudera.htrace.impl.TrueIfTracingSampler
 
next(T) - Method in interface org.cloudera.htrace.Sampler
 
numReceivers() - Method in class org.cloudera.htrace.Tracer
 

O

org.cloudera.htrace - package org.cloudera.htrace
 
org.cloudera.htrace.impl - package org.cloudera.htrace.impl
 
org.cloudera.htrace.wrappers - package org.cloudera.htrace.wrappers
 
org.cloudera.htrace.zipkin - package org.cloudera.htrace.zipkin
 

P

parent_id - Variable in class com.twitter.zipkin.gen.Span
 
POJOSpanReceiver - Class in org.cloudera.htrace.impl
SpanReceiver for testing only that just collects the Span objects it receives.
POJOSpanReceiver() - Constructor for class org.cloudera.htrace.impl.POJOSpanReceiver
 
port - Variable in class com.twitter.zipkin.gen.Endpoint
 
ProbabilitySampler - Class in org.cloudera.htrace.impl
 
ProbabilitySampler(double) - Constructor for class org.cloudera.htrace.impl.ProbabilitySampler
 
processId - Static variable in class org.cloudera.htrace.Tracer
 
Processor(I) - Constructor for class com.twitter.zipkin.gen.Scribe.Processor
 
Processor(I, Map<String, ProcessFunction<I, ? extends TBase>>) - Constructor for class com.twitter.zipkin.gen.Scribe.Processor
 

R

read(TProtocol) - Method in class com.twitter.zipkin.gen.Annotation
 
read(TProtocol) - Method in class com.twitter.zipkin.gen.BinaryAnnotation
 
read(TProtocol) - Method in class com.twitter.zipkin.gen.Endpoint
 
read(TProtocol) - Method in class com.twitter.zipkin.gen.LogEntry
 
read(TProtocol) - Method in class com.twitter.zipkin.gen.Scribe.Log_args
 
read(TProtocol) - Method in class com.twitter.zipkin.gen.Scribe.Log_result
 
read(TProtocol) - Method in class com.twitter.zipkin.gen.Span
 
receiveSpan(Span) - Method in class org.cloudera.htrace.impl.LocalFileSpanReceiver
 
receiveSpan(Span) - Method in class org.cloudera.htrace.impl.POJOSpanReceiver
 
receiveSpan(Span) - Method in class org.cloudera.htrace.impl.StandardOutSpanReceiver
 
receiveSpan(Span) - Method in class org.cloudera.htrace.impl.ZipkinSpanReceiver
 
receiveSpan(Span) - Method in interface org.cloudera.htrace.SpanReceiver
Called when a Span is stopped and can now be stored.
recv_Log() - Method in class com.twitter.zipkin.gen.Scribe.Client
 
removeReceiver(SpanReceiver) - Static method in class org.cloudera.htrace.Trace
Removes the given SpanReceiver from the list of SpanReceivers.
removeReceiver(SpanReceiver) - Method in class org.cloudera.htrace.Tracer
 
ResultCode - Enum in com.twitter.zipkin.gen
 
ROOT_SPAN_ID - Static variable in interface org.cloudera.htrace.Span
 
run() - Method in class org.cloudera.htrace.wrappers.TraceRunnable
 

S

Sampler<T> - Interface in org.cloudera.htrace
Extremely simple callback to determine the frequency that an action should be performed.
Scribe - Class in com.twitter.zipkin.gen
 
Scribe() - Constructor for class com.twitter.zipkin.gen.Scribe
 
Scribe.AsyncClient - Class in com.twitter.zipkin.gen
 
Scribe.AsyncClient.Factory - Class in com.twitter.zipkin.gen
 
Scribe.AsyncClient.Log_call - Class in com.twitter.zipkin.gen
 
Scribe.AsyncIface - Interface in com.twitter.zipkin.gen
 
Scribe.Client - Class in com.twitter.zipkin.gen
 
Scribe.Client.Factory - Class in com.twitter.zipkin.gen
 
Scribe.Iface - Interface in com.twitter.zipkin.gen
 
Scribe.Log_args - Class in com.twitter.zipkin.gen
 
Scribe.Log_args._Fields - Enum in com.twitter.zipkin.gen
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Scribe.Log_result - Class in com.twitter.zipkin.gen
 
Scribe.Log_result._Fields - Enum in com.twitter.zipkin.gen
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Scribe.Processor<I extends Scribe.Iface> - Class in com.twitter.zipkin.gen
 
Scribe.Processor.Log<I extends Scribe.Iface> - Class in com.twitter.zipkin.gen
 
send_Log(List<LogEntry>) - Method in class com.twitter.zipkin.gen.Scribe.Client
 
SERVER_RECV - Static variable in class com.twitter.zipkin.gen.zipkinCoreConstants
 
SERVER_SEND - Static variable in class com.twitter.zipkin.gen.zipkinCoreConstants
 
service_name - Variable in class com.twitter.zipkin.gen.Endpoint
 
setAnnotation_type(AnnotationType) - Method in class com.twitter.zipkin.gen.BinaryAnnotation
 
setAnnotation_typeIsSet(boolean) - Method in class com.twitter.zipkin.gen.BinaryAnnotation
 
setAnnotations(List<Annotation>) - Method in class com.twitter.zipkin.gen.Span
 
setAnnotationsIsSet(boolean) - Method in class com.twitter.zipkin.gen.Span
 
setBinary_annotations(List<BinaryAnnotation>) - Method in class com.twitter.zipkin.gen.Span
 
setBinary_annotationsIsSet(boolean) - Method in class com.twitter.zipkin.gen.Span
 
setCategory(String) - Method in class com.twitter.zipkin.gen.LogEntry
 
setCategoryIsSet(boolean) - Method in class com.twitter.zipkin.gen.LogEntry
 
setCurrentSpan(Span) - Method in class org.cloudera.htrace.Tracer
 
setDebug(boolean) - Method in class com.twitter.zipkin.gen.Span
 
setDebugIsSet(boolean) - Method in class com.twitter.zipkin.gen.Span
 
setDuration(int) - Method in class com.twitter.zipkin.gen.Annotation
 
setDurationIsSet(boolean) - Method in class com.twitter.zipkin.gen.Annotation
 
setFieldValue(Annotation._Fields, Object) - Method in class com.twitter.zipkin.gen.Annotation
 
setFieldValue(BinaryAnnotation._Fields, Object) - Method in class com.twitter.zipkin.gen.BinaryAnnotation
 
setFieldValue(Endpoint._Fields, Object) - Method in class com.twitter.zipkin.gen.Endpoint
 
setFieldValue(LogEntry._Fields, Object) - Method in class com.twitter.zipkin.gen.LogEntry
 
setFieldValue(Scribe.Log_args._Fields, Object) - Method in class com.twitter.zipkin.gen.Scribe.Log_args
 
setFieldValue(Scribe.Log_result._Fields, Object) - Method in class com.twitter.zipkin.gen.Scribe.Log_result
 
setFieldValue(Span._Fields, Object) - Method in class com.twitter.zipkin.gen.Span
 
setHost(Endpoint) - Method in class com.twitter.zipkin.gen.Annotation
 
setHost(Endpoint) - Method in class com.twitter.zipkin.gen.BinaryAnnotation
 
setHostIsSet(boolean) - Method in class com.twitter.zipkin.gen.Annotation
 
setHostIsSet(boolean) - Method in class com.twitter.zipkin.gen.BinaryAnnotation
 
setId(long) - Method in class com.twitter.zipkin.gen.Span
 
setIdIsSet(boolean) - Method in class com.twitter.zipkin.gen.Span
 
setIpv4(int) - Method in class com.twitter.zipkin.gen.Endpoint
 
setIpv4IsSet(boolean) - Method in class com.twitter.zipkin.gen.Endpoint
 
setKey(String) - Method in class com.twitter.zipkin.gen.BinaryAnnotation
 
setKeyIsSet(boolean) - Method in class com.twitter.zipkin.gen.BinaryAnnotation
 
setMessage(String) - Method in class com.twitter.zipkin.gen.LogEntry
 
setMessageIsSet(boolean) - Method in class com.twitter.zipkin.gen.LogEntry
 
setMessages(List<LogEntry>) - Method in class com.twitter.zipkin.gen.Scribe.Log_args
 
setMessagesIsSet(boolean) - Method in class com.twitter.zipkin.gen.Scribe.Log_args
 
setName(String) - Method in class com.twitter.zipkin.gen.Span
 
setNameIsSet(boolean) - Method in class com.twitter.zipkin.gen.Span
 
setParent_id(long) - Method in class com.twitter.zipkin.gen.Span
 
setParent_idIsSet(boolean) - Method in class com.twitter.zipkin.gen.Span
 
setPort(short) - Method in class com.twitter.zipkin.gen.Endpoint
 
setPortIsSet(boolean) - Method in class com.twitter.zipkin.gen.Endpoint
 
setProcessId(String) - Static method in class org.cloudera.htrace.Trace
Set the processId to be used for all Spans created by this Tracer.
setService_name(String) - Method in class com.twitter.zipkin.gen.Endpoint
 
setService_nameIsSet(boolean) - Method in class com.twitter.zipkin.gen.Endpoint
 
setSuccess(ResultCode) - Method in class com.twitter.zipkin.gen.Scribe.Log_result
 
setSuccessIsSet(boolean) - Method in class com.twitter.zipkin.gen.Scribe.Log_result
 
setTimestamp(long) - Method in class com.twitter.zipkin.gen.Annotation
 
setTimestampIsSet(boolean) - Method in class com.twitter.zipkin.gen.Annotation
 
setTrace_id(long) - Method in class com.twitter.zipkin.gen.Span
 
setTrace_idIsSet(boolean) - Method in class com.twitter.zipkin.gen.Span
 
setValue(String) - Method in class com.twitter.zipkin.gen.Annotation
 
setValue(byte[]) - Method in class com.twitter.zipkin.gen.BinaryAnnotation
 
setValue(ByteBuffer) - Method in class com.twitter.zipkin.gen.BinaryAnnotation
 
setValueIsSet(boolean) - Method in class com.twitter.zipkin.gen.Annotation
 
setValueIsSet(boolean) - Method in class com.twitter.zipkin.gen.BinaryAnnotation
 
shutdown() - Method in class org.cloudera.htrace.wrappers.TraceExecutorService
 
shutdownNow() - Method in class org.cloudera.htrace.wrappers.TraceExecutorService
 
Span - Class in com.twitter.zipkin.gen
 
Span() - Constructor for class com.twitter.zipkin.gen.Span
 
Span(long, String, long, List<Annotation>, List<BinaryAnnotation>) - Constructor for class com.twitter.zipkin.gen.Span
 
Span(Span) - Constructor for class com.twitter.zipkin.gen.Span
Performs a deep copy on other.
Span - Interface in org.cloudera.htrace
Base interface for gathering and reporting statistics about a block of execution.
Span._Fields - Enum in com.twitter.zipkin.gen
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
spanId - Variable in class org.cloudera.htrace.TraceInfo
 
SpanReceiver - Interface in org.cloudera.htrace
The collector within a process that is the destination of Spans when a trace is running.
StandardOutSpanReceiver - Class in org.cloudera.htrace.impl
Used for testing.
StandardOutSpanReceiver() - Constructor for class org.cloudera.htrace.impl.StandardOutSpanReceiver
 
startSpan(String) - Static method in class org.cloudera.htrace.Trace
Starts and returns a new span as the child of the current span if the default sampler (TrueIfTracingSampler) returns true, otherwise returns the NullSpan.
startSpan(String, Span) - Static method in class org.cloudera.htrace.Trace
Starts and returns a new span as the child of the parameter 'parent'.
startSpan(String, TraceInfo) - Static method in class org.cloudera.htrace.Trace
 
startSpan(String, Sampler<T>) - Static method in class org.cloudera.htrace.Trace
 
startSpan(String, Sampler<TraceInfo>, TraceInfo) - Static method in class org.cloudera.htrace.Trace
 
startSpan(String, Sampler<T>, T) - Static method in class org.cloudera.htrace.Trace
 
stop() - Method in class org.cloudera.htrace.impl.MilliSpan
 
stop() - Method in interface org.cloudera.htrace.Span
The block has completed, stop the clock
submit(Callable<T>) - Method in class org.cloudera.htrace.wrappers.TraceExecutorService
 
submit(Runnable, T) - Method in class org.cloudera.htrace.wrappers.TraceExecutorService
 
submit(Runnable) - Method in class org.cloudera.htrace.wrappers.TraceExecutorService
 
success - Variable in class com.twitter.zipkin.gen.Scribe.Log_result
 

T

threshold - Variable in class org.cloudera.htrace.impl.ProbabilitySampler
 
TimelineAnnotation - Class in org.cloudera.htrace
 
TimelineAnnotation(long, String) - Constructor for class org.cloudera.htrace.TimelineAnnotation
 
timestamp - Variable in class com.twitter.zipkin.gen.Annotation
 
toString() - Method in class com.twitter.zipkin.gen.Annotation
 
toString() - Method in class com.twitter.zipkin.gen.BinaryAnnotation
 
toString() - Method in class com.twitter.zipkin.gen.Endpoint
 
toString() - Method in class com.twitter.zipkin.gen.LogEntry
 
toString() - Method in class com.twitter.zipkin.gen.Scribe.Log_args
 
toString() - Method in class com.twitter.zipkin.gen.Scribe.Log_result
 
toString() - Method in class com.twitter.zipkin.gen.Span
 
toString() - Method in class org.cloudera.htrace.impl.MilliSpan
 
toString() - Method in interface org.cloudera.htrace.Span
 
toString() - Method in class org.cloudera.htrace.TimelineAnnotation
 
toString() - Method in class org.cloudera.htrace.TraceInfo
 
Trace - Class in org.cloudera.htrace
The primary way to interact with the library.
Trace() - Constructor for class org.cloudera.htrace.Trace
 
trace(T) - Static method in class org.cloudera.htrace.wrappers.TraceProxy
Returns an object that will trace all calls to itself.
trace(T, Sampler<V>) - Static method in class org.cloudera.htrace.wrappers.TraceProxy
Returns an object that will trace all calls to itself.
trace_id - Variable in class com.twitter.zipkin.gen.Span
 
TraceCallable<V> - Class in org.cloudera.htrace.wrappers
Wrap a Callable with a Span that survives a change in threads.
TraceCallable(Callable<V>) - Constructor for class org.cloudera.htrace.wrappers.TraceCallable
 
TraceCallable(Span, Callable<V>) - Constructor for class org.cloudera.htrace.wrappers.TraceCallable
 
TraceCallable(Span, Callable<V>, String) - Constructor for class org.cloudera.htrace.wrappers.TraceCallable
 
TraceExecutorService - Class in org.cloudera.htrace.wrappers
 
TraceExecutorService(ExecutorService) - Constructor for class org.cloudera.htrace.wrappers.TraceExecutorService
 
traceId - Variable in class org.cloudera.htrace.TraceInfo
 
TraceInfo - Class in org.cloudera.htrace
 
TraceInfo(long, long) - Constructor for class org.cloudera.htrace.TraceInfo
 
TraceProxy - Class in org.cloudera.htrace.wrappers
 
TraceProxy() - Constructor for class org.cloudera.htrace.wrappers.TraceProxy
 
Tracer - Class in org.cloudera.htrace
A Tracer provides the implementation for collecting and distributing Spans within a process.
Tracer() - Constructor for class org.cloudera.htrace.Tracer
 
TraceRunnable - Class in org.cloudera.htrace.wrappers
Wrap a Runnable with a Span that survives a change in threads.
TraceRunnable(Runnable) - Constructor for class org.cloudera.htrace.wrappers.TraceRunnable
 
TraceRunnable(Span, Runnable) - Constructor for class org.cloudera.htrace.wrappers.TraceRunnable
 
TraceRunnable(Span, Runnable, String) - Constructor for class org.cloudera.htrace.wrappers.TraceRunnable
 
TraceScope - Class in org.cloudera.htrace
 
TraceTree - Class in org.cloudera.htrace
Used to create the graph formed by spans.
TraceTree(Collection<Span>) - Constructor for class org.cloudera.htrace.TraceTree
Create a new TraceTree
TrueIfTracingSampler - Class in org.cloudera.htrace.impl
A Sampler that returns true if and only if tracing is on the current thread.

U

unsetAnnotation_type() - Method in class com.twitter.zipkin.gen.BinaryAnnotation
 
unsetAnnotations() - Method in class com.twitter.zipkin.gen.Span
 
unsetBinary_annotations() - Method in class com.twitter.zipkin.gen.Span
 
unsetCategory() - Method in class com.twitter.zipkin.gen.LogEntry
 
unsetDebug() - Method in class com.twitter.zipkin.gen.Span
 
unsetDuration() - Method in class com.twitter.zipkin.gen.Annotation
 
unsetHost() - Method in class com.twitter.zipkin.gen.Annotation
 
unsetHost() - Method in class com.twitter.zipkin.gen.BinaryAnnotation
 
unsetId() - Method in class com.twitter.zipkin.gen.Span
 
unsetIpv4() - Method in class com.twitter.zipkin.gen.Endpoint
 
unsetKey() - Method in class com.twitter.zipkin.gen.BinaryAnnotation
 
unsetMessage() - Method in class com.twitter.zipkin.gen.LogEntry
 
unsetMessages() - Method in class com.twitter.zipkin.gen.Scribe.Log_args
 
unsetName() - Method in class com.twitter.zipkin.gen.Span
 
unsetParent_id() - Method in class com.twitter.zipkin.gen.Span
 
unsetPort() - Method in class com.twitter.zipkin.gen.Endpoint
 
unsetService_name() - Method in class com.twitter.zipkin.gen.Endpoint
 
unsetSuccess() - Method in class com.twitter.zipkin.gen.Scribe.Log_result
 
unsetTimestamp() - Method in class com.twitter.zipkin.gen.Annotation
 
unsetTrace_id() - Method in class com.twitter.zipkin.gen.Span
 
unsetValue() - Method in class com.twitter.zipkin.gen.Annotation
 
unsetValue() - Method in class com.twitter.zipkin.gen.BinaryAnnotation
 

V

validate() - Method in class com.twitter.zipkin.gen.Annotation
 
validate() - Method in class com.twitter.zipkin.gen.BinaryAnnotation
 
validate() - Method in class com.twitter.zipkin.gen.Endpoint
 
validate() - Method in class com.twitter.zipkin.gen.LogEntry
 
validate() - Method in class com.twitter.zipkin.gen.Scribe.Log_args
 
validate() - Method in class com.twitter.zipkin.gen.Scribe.Log_result
 
validate() - Method in class com.twitter.zipkin.gen.Span
 
value - Variable in class com.twitter.zipkin.gen.Annotation
 
value - Variable in class com.twitter.zipkin.gen.BinaryAnnotation
 
valueOf(String) - Static method in enum com.twitter.zipkin.gen.Annotation._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.twitter.zipkin.gen.AnnotationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.twitter.zipkin.gen.BinaryAnnotation._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.twitter.zipkin.gen.Endpoint._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.twitter.zipkin.gen.LogEntry._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.twitter.zipkin.gen.ResultCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.twitter.zipkin.gen.Scribe.Log_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.twitter.zipkin.gen.Scribe.Log_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.twitter.zipkin.gen.Span._Fields
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.twitter.zipkin.gen.Annotation._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.twitter.zipkin.gen.AnnotationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.twitter.zipkin.gen.BinaryAnnotation._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.twitter.zipkin.gen.Endpoint._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.twitter.zipkin.gen.LogEntry._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.twitter.zipkin.gen.ResultCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.twitter.zipkin.gen.Scribe.Log_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.twitter.zipkin.gen.Scribe.Log_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.twitter.zipkin.gen.Span._Fields
Returns an array containing the constants of this enum type, in the order they are declared.

W

wrap(Callable<V>) - Static method in class org.cloudera.htrace.Trace
Wrap the callable in a TraceCallable, if tracing.
wrap(Runnable) - Static method in class org.cloudera.htrace.Trace
Wrap the runnable in a TraceRunnable, if tracing
wrap(String, Runnable) - Static method in class org.cloudera.htrace.Trace
Wrap the runnable in a TraceRunnable, if tracing
write(TProtocol) - Method in class com.twitter.zipkin.gen.Annotation
 
write(TProtocol) - Method in class com.twitter.zipkin.gen.BinaryAnnotation
 
write(TProtocol) - Method in class com.twitter.zipkin.gen.Endpoint
 
write(TProtocol) - Method in class com.twitter.zipkin.gen.LogEntry
 
write(TProtocol) - Method in class com.twitter.zipkin.gen.Scribe.Log_args
 
write(TProtocol) - Method in class com.twitter.zipkin.gen.Scribe.Log_result
 
write(TProtocol) - Method in class com.twitter.zipkin.gen.Span
 
write_args(TProtocol) - Method in class com.twitter.zipkin.gen.Scribe.AsyncClient.Log_call
 

Z

zipkinCoreConstants - Class in com.twitter.zipkin.gen
 
zipkinCoreConstants() - Constructor for class com.twitter.zipkin.gen.zipkinCoreConstants
 
ZipkinSpanReceiver - Class in org.cloudera.htrace.impl
Zipkin is an open source tracing library.
ZipkinSpanReceiver() - Constructor for class org.cloudera.htrace.impl.ZipkinSpanReceiver
 
A B C D E F G H I K L M N O P R S T U V W Z 
Skip navigation links

Copyright © 2014. All rights reserved.