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

A

AbstractProcessor<T,R> - Class in org.hawkular.apm.server.api.task
This abstract class represents the base class for processors.
AbstractProcessor(Processor.ProcessorType) - Constructor for class org.hawkular.apm.server.api.task.AbstractProcessor
This constructor initialises the type of the processor.
addObserver(String, String, PropertyService.Observer) - Method in interface org.hawkular.apm.server.api.services.PropertyService
Add an observer for given property id.
addProperty(Property) - Method in class org.hawkular.apm.server.api.utils.zipkin.MappingResult.Builder
 
Annotation - Class in org.hawkular.apm.server.api.model.zipkin
An annotation is similar to a log statement.
Annotation() - Constructor for class org.hawkular.apm.server.api.model.zipkin.Annotation
 
annotation(Annotation) - Static method in class org.hawkular.apm.server.api.utils.zipkin.ZipkinSpanConvertor
 
annotations(List<Annotation>) - Static method in class org.hawkular.apm.server.api.utils.zipkin.ZipkinSpanConvertor
 
AnnotationType - Enum in org.hawkular.apm.server.api.model.zipkin
 
annotationType(BinaryAnnotation.Type) - Static method in class org.hawkular.apm.server.api.utils.zipkin.ZipkinSpanConvertor
 
AnnotationTypeUtil - Class in org.hawkular.apm.server.api.utils.zipkin
 

B

BinaryAnnotation - Class in org.hawkular.apm.server.api.model.zipkin
Binary annotations are tags applied to a Span to give it context.
BinaryAnnotation() - Constructor for class org.hawkular.apm.server.api.model.zipkin.BinaryAnnotation
 
binaryAnnotation(BinaryAnnotation) - Static method in class org.hawkular.apm.server.api.utils.zipkin.ZipkinSpanConvertor
 
binaryAnnotationMapping() - Method in class org.hawkular.apm.server.api.model.zipkin.Span
 
BinaryAnnotationMapping - Class in org.hawkular.apm.server.api.utils.zipkin
Zipkin binary annotations hold various information which can be used to enrich APM data model (e.g.
BinaryAnnotationMapping() - Constructor for class org.hawkular.apm.server.api.utils.zipkin.BinaryAnnotationMapping
 
BinaryAnnotationMapping.ExcludableProperty - Class in org.hawkular.apm.server.api.utils.zipkin
Represents property which is by default excluded
BinaryAnnotationMappingDeriver - Class in org.hawkular.apm.server.api.utils.zipkin
Singleton class for deriving information from binary annotations.
BinaryAnnotationMappingStorage - Class in org.hawkular.apm.server.api.utils.zipkin
Storage for loading and accessing binary annotations mappings.
BinaryAnnotationMappingStorage() - Constructor for class org.hawkular.apm.server.api.utils.zipkin.BinaryAnnotationMappingStorage
Default storage.
BinaryAnnotationMappingStorage(String) - Constructor for class org.hawkular.apm.server.api.utils.zipkin.BinaryAnnotationMappingStorage
Storage which loads mapping from custom file
binaryAnnotations(List<BinaryAnnotation>) - Static method in class org.hawkular.apm.server.api.utils.zipkin.ZipkinSpanConvertor
 
build() - Method in class org.hawkular.apm.server.api.utils.zipkin.MappingResult.Builder
 

C

Cache<T> - Interface in org.hawkular.apm.server.api.services
This interface represents a cache.
CacheException - Exception in org.hawkular.apm.server.api.services
This class represents a cache exception.
CacheException(String) - Constructor for exception org.hawkular.apm.server.api.services.CacheException
This constructor initialises the exception message.
CacheException(Throwable) - Constructor for exception org.hawkular.apm.server.api.services.CacheException
This constructor initialises the associated exception.
CacheException(String, Throwable) - Constructor for exception org.hawkular.apm.server.api.services.CacheException
This constructor initialises the exception message.
cleanup(String, List<T>) - Method in class org.hawkular.apm.server.api.task.AbstractProcessor
 
cleanup(String, List<T>) - Method in interface org.hawkular.apm.server.api.task.Processor
This method is called once all of the items in the list of been processed to generate new information.
clear(String) - Method in interface org.hawkular.apm.server.api.services.SpanService
This method clears the span data for the supplied tenant.
clearStorage() - Static method in class org.hawkular.apm.server.api.utils.zipkin.BinaryAnnotationMappingDeriver
Clears the storage so it will load mapping again
CLIENT_ID_SUFFIX - Static variable in class org.hawkular.apm.server.api.utils.zipkin.SpanUniqueIdGenerator
 
clientSpan() - Method in class org.hawkular.apm.server.api.model.zipkin.Span
 
collect(ProcessBean<T>) - Method in class org.hawkular.apm.server.api.cdi.EagerExtension
 
CommunicationDetailsCache - Interface in org.hawkular.apm.server.api.services
This interface represents a cache for communication details.
CommunicationDetailsPublisher - Interface in org.hawkular.apm.server.api.services
This interface provides the capability for publishing communication details information.
created(Property<Type>) - Method in interface org.hawkular.apm.server.api.services.PropertyService.Observer
Called when new property is inserted into cache.

D

deriveFault(Span) - Static method in class org.hawkular.apm.server.api.utils.zipkin.SpanDeriverUtil
Derives fault from Span.
deriveOperation(Span) - Static method in class org.hawkular.apm.server.api.utils.zipkin.SpanDeriverUtil
Derives an operation from supplied span.

E

Eager - Annotation Type in org.hawkular.apm.server.api.cdi
This class was taken from http://www.javacodegeeks.com/2013/02/jsf-eager-cdi-beans.html

Note: Since this is a general purpose utility, it make make sense to move it to a common module where all of the various hawkular components can use it.
EagerExtension - Class in org.hawkular.apm.server.api.cdi
This class was taken from http://www.javacodegeeks.com/2013/02/jsf-eager-cdi-beans.html

Note: Since this is a general purpose utility, it make make sense to move it to a common module where all of the various hawkular components can use it.
EagerExtension() - Constructor for class org.hawkular.apm.server.api.cdi.EagerExtension
 
Endpoint - Class in org.hawkular.apm.server.api.model.zipkin
Indicates the network context of a service recording an annotation with two exceptions.
Endpoint() - Constructor for class org.hawkular.apm.server.api.model.zipkin.Endpoint
 
endpoint(Endpoint) - Static method in class org.hawkular.apm.server.api.utils.zipkin.ZipkinSpanConvertor
 
equals(Object) - Method in class org.hawkular.apm.server.api.model.zipkin.Annotation
 
equals(Object) - Method in class org.hawkular.apm.server.api.model.zipkin.BinaryAnnotation
 
equals(Object) - Method in class org.hawkular.apm.server.api.model.zipkin.Endpoint
 
equals(Object) - Method in class org.hawkular.apm.server.api.model.zipkin.Span
 
equals(Object) - Method in class org.hawkular.apm.server.api.services.Property
 
equals(Object) - Method in class org.hawkular.apm.server.api.utils.zipkin.MappingResult
 
equals(Object) - Method in class org.hawkular.apm.server.api.utils.zipkin.SpanHttpDeriverUtil.HttpCode
 
ExcludableProperty() - Constructor for class org.hawkular.apm.server.api.utils.zipkin.BinaryAnnotationMapping.ExcludableProperty
 

F

findRootOrServerSpan(String, Span, SpanCache) - Static method in class org.hawkular.apm.server.api.utils.SourceInfoUtil
This method identifies the root or enclosing server span that contains the supplied client span.
fromValue(int) - Static method in enum org.hawkular.apm.server.api.model.zipkin.AnnotationType
Returns AnnotationType.BYTES if unknown.

G

get(String, String) - Method in interface org.hawkular.apm.server.api.services.Cache
This method retrieves the information based on the supplied id.
getAnnotations() - Method in class org.hawkular.apm.server.api.model.zipkin.Span
 
getBinaryAnnotation(String) - Method in class org.hawkular.apm.server.api.model.zipkin.Span
 
getBinaryAnnotations() - Method in class org.hawkular.apm.server.api.model.zipkin.Span
 
getById(String, String) - Method in interface org.hawkular.apm.server.api.services.CommunicationDetailsCache
Method returns all communication details with given id.
getChildren(String, String) - Method in interface org.hawkular.apm.server.api.services.SpanCache
Get all children of a given span.
getChildren(String, String) - Method in interface org.hawkular.apm.server.api.services.SpanService
This method returns all children of a given span.
getClientId(String) - Static method in class org.hawkular.apm.server.api.utils.zipkin.SpanUniqueIdGenerator
 
getClientOrServerErrors(List<SpanHttpDeriverUtil.HttpCode>) - Static method in class org.hawkular.apm.server.api.utils.zipkin.SpanHttpDeriverUtil
Method returns only client or sever http errors.
getCode() - Method in class org.hawkular.apm.server.api.utils.zipkin.SpanHttpDeriverUtil.HttpCode
 
getComponentType() - Method in class org.hawkular.apm.server.api.utils.zipkin.BinaryAnnotationMapping
 
getComponentType() - Method in class org.hawkular.apm.server.api.utils.zipkin.MappingResult
 
getDebug() - Method in class org.hawkular.apm.server.api.model.zipkin.Span
 
getDeliveryDelay(List<R>) - Method in class org.hawkular.apm.server.api.task.AbstractProcessor
 
getDeliveryDelay(List<R>) - Method in interface org.hawkular.apm.server.api.task.Processor
This method determines the delivery delay (in milliseconds) associated with the supplied list of results.
getDescription() - Method in class org.hawkular.apm.server.api.utils.zipkin.SpanHttpDeriverUtil.HttpCode
 
getDuration() - Method in class org.hawkular.apm.server.api.model.zipkin.Span
 
getEndpoint() - Method in class org.hawkular.apm.server.api.model.zipkin.Annotation
 
getEndpoint() - Method in class org.hawkular.apm.server.api.model.zipkin.BinaryAnnotation
 
getEndpointType() - Method in class org.hawkular.apm.server.api.utils.zipkin.BinaryAnnotationMapping
 
getEndpointType() - Method in class org.hawkular.apm.server.api.utils.zipkin.MappingResult
 
getHttpMethod(Span) - Static method in class org.hawkular.apm.server.api.utils.zipkin.SpanHttpDeriverUtil
Derives HTTP operation from Span's binary annotations.
getHttpStatusCodes(List<BinaryAnnotation>) - Static method in class org.hawkular.apm.server.api.utils.zipkin.SpanHttpDeriverUtil
Method returns list of http status codes.
getId() - Method in class org.hawkular.apm.server.api.model.zipkin.Span
 
getId() - Method in class org.hawkular.apm.server.api.services.Property
 
getInstance() - Static method in class org.hawkular.apm.server.api.utils.zipkin.BinaryAnnotationMappingDeriver
Returns default instance of mapping deriver.
getInstance(String) - Static method in class org.hawkular.apm.server.api.utils.zipkin.BinaryAnnotationMappingDeriver
Returns instance of mapping deriver.
getIpv4() - Method in class org.hawkular.apm.server.api.model.zipkin.Endpoint
 
getKey() - Method in class org.hawkular.apm.server.api.model.zipkin.BinaryAnnotation
 
getKey() - Method in class org.hawkular.apm.server.api.utils.zipkin.BinaryAnnotationMapping.ExcludableProperty
 
getKeyBasedMappings() - Method in class org.hawkular.apm.server.api.utils.zipkin.BinaryAnnotationMappingStorage
 
getName() - Method in class org.hawkular.apm.server.api.model.zipkin.Span
 
getParentId() - Method in class org.hawkular.apm.server.api.model.zipkin.Span
 
getPort() - Method in class org.hawkular.apm.server.api.model.zipkin.Endpoint
 
getProcessor() - Method in class org.hawkular.apm.server.api.task.ProcessingUnit
 
getProperties() - Method in class org.hawkular.apm.server.api.utils.zipkin.MappingResult
 
getProperty() - Method in class org.hawkular.apm.server.api.utils.zipkin.BinaryAnnotationMapping
 
getResultHandler() - Method in class org.hawkular.apm.server.api.task.ProcessingUnit
 
getRetryCount() - Method in class org.hawkular.apm.server.api.task.ProcessingUnit
 
getRetryDelay(List<T>, int) - Method in class org.hawkular.apm.server.api.task.AbstractProcessor
 
getRetryDelay(List<T>, int) - Method in interface org.hawkular.apm.server.api.task.Processor
This method determines the retry delay (in milliseconds) associated with the supplied list of items.
getRetryHandler() - Method in class org.hawkular.apm.server.api.task.ProcessingUnit
 
getRetrySubscriber() - Method in class org.hawkular.apm.server.api.task.ProcessingUnit
 
getServiceName() - Method in class org.hawkular.apm.server.api.model.zipkin.Endpoint
 
getSourceInfo(String, List<Trace>) - Static method in class org.hawkular.apm.server.api.utils.SourceInfoUtil
This method gets the source information associated with the supplied traces.
getSourceInfo(String, Span, SpanCache) - Static method in class org.hawkular.apm.server.api.utils.SourceInfoUtil
This method attempts to derive the Source Information for the supplied server span.
getSpan(String, String) - Method in interface org.hawkular.apm.server.api.services.SpanService
This method returns a span of a given id.
getTimestamp() - Method in class org.hawkular.apm.server.api.model.zipkin.Annotation
 
getTimestamp() - Method in class org.hawkular.apm.server.api.model.zipkin.Span
 
getTrace(String, String) - Method in interface org.hawkular.apm.server.api.services.SpanCache
Get all spans which belongs to the trace.
getTrace(String, String) - Method in interface org.hawkular.apm.server.api.services.SpanService
This method returns the end to end trace associated with the supplied id.
getTraceFragment(String, String) - Method in interface org.hawkular.apm.server.api.services.SpanService
This method returns the trace fragment associated with the supplied id.
getTraceId() - Method in class org.hawkular.apm.server.api.model.zipkin.Span
 
getType() - Method in class org.hawkular.apm.server.api.model.zipkin.BinaryAnnotation
 
getType() - Method in class org.hawkular.apm.server.api.task.AbstractProcessor
 
getType() - Method in interface org.hawkular.apm.server.api.task.Processor
This method identifies the type of the processor.
getValue() - Method in class org.hawkular.apm.server.api.model.zipkin.Annotation
 
getValue() - Method in enum org.hawkular.apm.server.api.model.zipkin.AnnotationType
Get the integer value of this enum value, as defined in the Thrift IDL.
getValue() - Method in class org.hawkular.apm.server.api.model.zipkin.BinaryAnnotation
 
getValue() - Method in class org.hawkular.apm.server.api.services.Property
 

H

handle(String, List<T>) - Method in interface org.hawkular.apm.server.api.task.Handler
This method handles the list of items.
handle(String, List<T>) - Method in class org.hawkular.apm.server.api.task.ProcessingUnit
 
Handler<T> - Interface in org.hawkular.apm.server.api.task
This interface represents a generic handler of a list of items.
hashCode() - Method in class org.hawkular.apm.server.api.model.zipkin.Annotation
 
hashCode() - Method in class org.hawkular.apm.server.api.model.zipkin.BinaryAnnotation
 
hashCode() - Method in class org.hawkular.apm.server.api.model.zipkin.Endpoint
 
hashCode() - Method in class org.hawkular.apm.server.api.model.zipkin.Span
 
hashCode() - Method in class org.hawkular.apm.server.api.services.Property
 
hashCode() - Method in class org.hawkular.apm.server.api.utils.zipkin.MappingResult
 
hashCode() - Method in class org.hawkular.apm.server.api.utils.zipkin.SpanHttpDeriverUtil.HttpCode
 
HttpCode(int, String) - Constructor for class org.hawkular.apm.server.api.utils.zipkin.SpanHttpDeriverUtil.HttpCode
 

I

initialise(String, List<T>) - Method in class org.hawkular.apm.server.api.task.AbstractProcessor
 
initialise(String, List<T>) - Method in interface org.hawkular.apm.server.api.task.Processor
This method enables the processor to perform some initialisation tasks before processing the items individually to generate new information.
initialiseSourceInfo(List<SourceInfo>, String, Trace, StringBuffer, int, Node) - Static method in class org.hawkular.apm.server.api.utils.SourceInfoUtil
This method initialises an individual node within a trace.
ipv4() - Method in class org.hawkular.apm.server.api.model.zipkin.Span
 
isClientOrServerError() - Method in class org.hawkular.apm.server.api.utils.zipkin.SpanHttpDeriverUtil.HttpCode
 
isExclude() - Method in class org.hawkular.apm.server.api.utils.zipkin.BinaryAnnotationMapping.ExcludableProperty
 
isHttp(Span) - Static method in class org.hawkular.apm.server.api.utils.zipkin.SpanHttpDeriverUtil
This method determines whether the span is associated with a HTTP communication.
isIgnore() - Method in class org.hawkular.apm.server.api.utils.zipkin.BinaryAnnotationMapping
 
isReportRetryExpirationAsWarning() - Method in class org.hawkular.apm.server.api.task.AbstractProcessor
 
isReportRetryExpirationAsWarning() - Method in interface org.hawkular.apm.server.api.task.Processor
This method determines whether a retry expiration should be reported as a warning.

L

load(AfterDeploymentValidation, BeanManager) - Method in class org.hawkular.apm.server.api.cdi.EagerExtension
 
LOGGER - Static variable in interface org.hawkular.apm.server.api.log.MsgLogger
 

M

mappingResult(List<BinaryAnnotation>) - Method in class org.hawkular.apm.server.api.utils.zipkin.BinaryAnnotationMappingDeriver
Creates a mapping result from supplied binary annotations.
MappingResult - Class in org.hawkular.apm.server.api.utils.zipkin
 
MappingResult(String, String, List<Property>) - Constructor for class org.hawkular.apm.server.api.utils.zipkin.MappingResult
 
MappingResult() - Constructor for class org.hawkular.apm.server.api.utils.zipkin.MappingResult
 
MappingResult.Builder - Class in org.hawkular.apm.server.api.utils.zipkin
 
MsgLogger - Interface in org.hawkular.apm.server.api.log
Log for INFO, WARN, ERROR and FATAL messages.
MsgLogger_$logger - Class in org.hawkular.apm.server.api.log
Warning this class consists of generated code.
MsgLogger_$logger(Logger) - Constructor for class org.hawkular.apm.server.api.log.MsgLogger_$logger
 

N

NodeDetailsPublisher - Interface in org.hawkular.apm.server.api.services
This interface provides the capability for publishing node details information.

O

org.hawkular.apm.server.api.cdi - package org.hawkular.apm.server.api.cdi
 
org.hawkular.apm.server.api.log - package org.hawkular.apm.server.api.log
 
org.hawkular.apm.server.api.model.zipkin - package org.hawkular.apm.server.api.model.zipkin
 
org.hawkular.apm.server.api.security - package org.hawkular.apm.server.api.security
 
org.hawkular.apm.server.api.services - package org.hawkular.apm.server.api.services
 
org.hawkular.apm.server.api.task - package org.hawkular.apm.server.api.task
 
org.hawkular.apm.server.api.utils - package org.hawkular.apm.server.api.utils
 
org.hawkular.apm.server.api.utils.zipkin - package org.hawkular.apm.server.api.utils.zipkin
 

P

parseSpanId(long) - Static method in class org.hawkular.apm.server.api.utils.zipkin.ZipkinSpanConvertor
 
ProcessingUnit<T,R> - Class in org.hawkular.apm.server.api.task
This class provides a processing unit for processing a batch of items against a defined processor, and managing the results and/or retries.
ProcessingUnit() - Constructor for class org.hawkular.apm.server.api.task.ProcessingUnit
 
processManyToMany(String, List<T>) - Method in class org.hawkular.apm.server.api.task.AbstractProcessor
 
processManyToMany(String, List<T>) - Method in interface org.hawkular.apm.server.api.task.Processor
This method processes the supplied items to generate zero or more resulting values.
processOneToMany(String, T) - Method in class org.hawkular.apm.server.api.task.AbstractProcessor
 
processOneToMany(String, T) - Method in interface org.hawkular.apm.server.api.task.Processor
This method processes the supplied item to generate zero or more resulting values.
processOneToOne(String, T) - Method in class org.hawkular.apm.server.api.task.AbstractProcessor
 
processOneToOne(String, T) - Method in interface org.hawkular.apm.server.api.task.Processor
This method processes the supplied item to optionally generated a new resulting value.
Processor<T,R> - Interface in org.hawkular.apm.server.api.task
This interface represents a processor.
Processor.ProcessorType - Enum in org.hawkular.apm.server.api.task
This method determines what type of processing should be performed on the inbound information.
Property<T> - Class in org.hawkular.apm.server.api.services
A generic version of property.
Property(String, T) - Constructor for class org.hawkular.apm.server.api.services.Property
 
PropertyService - Interface in org.hawkular.apm.server.api.services
Provides cache for a property domain class.
PropertyService.Observer<Type> - Interface in org.hawkular.apm.server.api.services
Observer which is used to be notified for specific events.

R

remove(String, String) - Method in interface org.hawkular.apm.server.api.services.PropertyService
Remove property from the cache.
removed(Property<Type>) - Method in interface org.hawkular.apm.server.api.services.PropertyService.Observer
Called when property is removed from the cache.
removeObserver(String, String, PropertyService.Observer) - Method in interface org.hawkular.apm.server.api.services.PropertyService
Remove observer for given property id.
RetryAttemptException - Exception in org.hawkular.apm.server.api.task
This exception class indicates that a failure occurred while processing one or more events, and therefore a retry should be performed.
RetryAttemptException(String) - Constructor for exception org.hawkular.apm.server.api.task.RetryAttemptException
This constructor initialises the message.
RetryAttemptException(Throwable) - Constructor for exception org.hawkular.apm.server.api.task.RetryAttemptException
This constructor initialises the associated exception.
RetryAttemptException(String, Throwable) - Constructor for exception org.hawkular.apm.server.api.task.RetryAttemptException
This constructor initialises the message and associated exception.

S

SecurityProvider - Interface in org.hawkular.apm.server.api.security
This interface represents a security provider responsible for identifying the current tenant id.
SecurityProviderException - Exception in org.hawkular.apm.server.api.security
This class represents a security exception.
SecurityProviderException(String) - Constructor for exception org.hawkular.apm.server.api.security.SecurityProviderException
 
SecurityProviderException(String, Throwable) - Constructor for exception org.hawkular.apm.server.api.security.SecurityProviderException
 
serverSpan() - Method in class org.hawkular.apm.server.api.model.zipkin.Span
 
service() - Method in class org.hawkular.apm.server.api.model.zipkin.Span
 
setComponentType(String) - Method in class org.hawkular.apm.server.api.utils.zipkin.BinaryAnnotationMapping
 
setDebug(Boolean) - Method in class org.hawkular.apm.server.api.model.zipkin.Span
 
setDuration(Long) - Method in class org.hawkular.apm.server.api.model.zipkin.Span
 
setEndpoint(Endpoint) - Method in class org.hawkular.apm.server.api.model.zipkin.Annotation
 
setEndpoint(Endpoint) - Method in class org.hawkular.apm.server.api.model.zipkin.BinaryAnnotation
 
setEndpointType(String) - Method in class org.hawkular.apm.server.api.utils.zipkin.BinaryAnnotationMapping
 
setExclude(boolean) - Method in class org.hawkular.apm.server.api.utils.zipkin.BinaryAnnotationMapping.ExcludableProperty
 
setId(String) - Method in class org.hawkular.apm.server.api.model.zipkin.Span
 
setIgnore(boolean) - Method in class org.hawkular.apm.server.api.utils.zipkin.BinaryAnnotationMapping
 
setIpv4(String) - Method in class org.hawkular.apm.server.api.model.zipkin.Endpoint
 
setKey(String) - Method in class org.hawkular.apm.server.api.model.zipkin.BinaryAnnotation
 
setKey(String) - Method in class org.hawkular.apm.server.api.utils.zipkin.BinaryAnnotationMapping.ExcludableProperty
 
setName(String) - Method in class org.hawkular.apm.server.api.model.zipkin.Span
 
setParentId(String) - Method in class org.hawkular.apm.server.api.model.zipkin.Span
 
setPort(Short) - Method in class org.hawkular.apm.server.api.model.zipkin.Endpoint
 
setProcessor(Processor<T, R>) - Method in class org.hawkular.apm.server.api.task.ProcessingUnit
 
setProperty(BinaryAnnotationMapping.ExcludableProperty) - Method in class org.hawkular.apm.server.api.utils.zipkin.BinaryAnnotationMapping
 
setResultHandler(Handler<R>) - Method in class org.hawkular.apm.server.api.task.ProcessingUnit
 
setRetryCount(int) - Method in class org.hawkular.apm.server.api.task.ProcessingUnit
 
setRetryHandler(Handler<T>) - Method in class org.hawkular.apm.server.api.task.ProcessingUnit
 
setRetrySubscriber(String) - Method in class org.hawkular.apm.server.api.task.ProcessingUnit
 
setServiceName(String) - Method in class org.hawkular.apm.server.api.model.zipkin.Endpoint
 
setTimestamp(long) - Method in class org.hawkular.apm.server.api.model.zipkin.Annotation
 
setTimestamp(Long) - Method in class org.hawkular.apm.server.api.model.zipkin.Span
 
setTraceId(String) - Method in class org.hawkular.apm.server.api.model.zipkin.Span
 
setType(AnnotationType) - Method in class org.hawkular.apm.server.api.model.zipkin.BinaryAnnotation
 
setValue(String) - Method in class org.hawkular.apm.server.api.model.zipkin.Annotation
 
setValue(String) - Method in class org.hawkular.apm.server.api.model.zipkin.BinaryAnnotation
 
SourceInfoCache - Interface in org.hawkular.apm.server.api.services
This interface represents a cache for source info.
SourceInfoUtil - Class in org.hawkular.apm.server.api.utils
This class represents the capability for initialising the source information.
Span - Class in org.hawkular.apm.server.api.model.zipkin
A trace is a series of spans (often RPC calls) which form a latency tree.
Span() - Constructor for class org.hawkular.apm.server.api.model.zipkin.Span
 
Span(List<BinaryAnnotation>, List<Annotation>) - Constructor for class org.hawkular.apm.server.api.model.zipkin.Span
 
Span(Span, List<BinaryAnnotation>, List<Annotation>) - Constructor for class org.hawkular.apm.server.api.model.zipkin.Span
Copy construct, with ability to specify binary annotations and annotations.
span(Span) - Static method in class org.hawkular.apm.server.api.utils.zipkin.ZipkinSpanConvertor
 
SpanCache - Interface in org.hawkular.apm.server.api.services
 
SpanDeriverUtil - Class in org.hawkular.apm.server.api.utils.zipkin
Class for deriving various information from Span.
SpanHttpDeriverUtil - Class in org.hawkular.apm.server.api.utils.zipkin
 
SpanHttpDeriverUtil.HttpCode - Class in org.hawkular.apm.server.api.utils.zipkin
 
SpanPublisher - Interface in org.hawkular.apm.server.api.services
This interface provides the capability for publishing span information.
spans(List<Span>) - Static method in class org.hawkular.apm.server.api.utils.zipkin.ZipkinSpanConvertor
 
SpanService - Interface in org.hawkular.apm.server.api.services
This interface represents the service used to store and retrieve spans.
SpanUniqueIdGenerator - Class in org.hawkular.apm.server.api.utils.zipkin
Spans generally have an unique id, except when there are two spans representing the client and server side of a communication, in which case they share the same span id.
SpanUniqueIdGenerator() - Constructor for class org.hawkular.apm.server.api.utils.zipkin.SpanUniqueIdGenerator
 
store(String, List<T>) - Method in interface org.hawkular.apm.server.api.services.Cache
This methods stores the information in the cache.
store(String, Property<?>) - Method in interface org.hawkular.apm.server.api.services.PropertyService
Store single property in the cache.
store(String, List<Span>, Function<Span, String>) - Method in interface org.hawkular.apm.server.api.services.SpanCache
Stores spans into cache
storeSpan(String, List<Span>) - Method in interface org.hawkular.apm.server.api.services.SpanService
This method stores the supplied list of spans.
storeSpan(String, List<Span>, Function<Span, String>) - Method in interface org.hawkular.apm.server.api.services.SpanService
This method stores the supplied list of spans.

T

toOriginal(Span) - Static method in class org.hawkular.apm.server.api.utils.zipkin.SpanUniqueIdGenerator
Reverse method to the SpanUniqueIdGenerator.toUnique(Span) to generate original id from the unique id.
topLevelSpan() - Method in class org.hawkular.apm.server.api.model.zipkin.Span
 
toPropertyType(AnnotationType) - Static method in class org.hawkular.apm.server.api.utils.zipkin.AnnotationTypeUtil
 
toString() - Method in class org.hawkular.apm.server.api.model.zipkin.Annotation
 
toString() - Method in class org.hawkular.apm.server.api.model.zipkin.BinaryAnnotation
 
toString() - Method in class org.hawkular.apm.server.api.model.zipkin.Endpoint
 
toString() - Method in class org.hawkular.apm.server.api.model.zipkin.Span
 
toString() - Method in class org.hawkular.apm.server.api.services.Property
 
toUnique(Span) - Static method in class org.hawkular.apm.server.api.utils.zipkin.SpanUniqueIdGenerator
Utility method to get unique id of the span.
TraceCompletionPublisher - Interface in org.hawkular.apm.server.api.services
This interface provides the capability for publishing completion information for end to end traces.

U

updated(Property<Type>) - Method in interface org.hawkular.apm.server.api.services.PropertyService.Observer
Called when property value is updated (stored property with the same id but different value)
url() - Method in class org.hawkular.apm.server.api.model.zipkin.Span
 

V

validate(String, String) - Method in interface org.hawkular.apm.server.api.security.SecurityProvider
This method validates that the principal has access to the requested tenant.
valueOf(String) - Static method in enum org.hawkular.apm.server.api.model.zipkin.AnnotationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hawkular.apm.server.api.task.Processor.ProcessorType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.hawkular.apm.server.api.model.zipkin.AnnotationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hawkular.apm.server.api.task.Processor.ProcessorType
Returns an array containing the constants of this enum type, in the order they are declared.

W

warnMaxRetryReached(Throwable) - Method in interface org.hawkular.apm.server.api.log.MsgLogger
 
warnMaxRetryReached(Throwable) - Method in class org.hawkular.apm.server.api.log.MsgLogger_$logger
 
warnMaxRetryReached$str() - Method in class org.hawkular.apm.server.api.log.MsgLogger_$logger
 
withComponentType(String) - Method in class org.hawkular.apm.server.api.utils.zipkin.MappingResult.Builder
 
withEndpointType(String) - Method in class org.hawkular.apm.server.api.utils.zipkin.MappingResult.Builder
 
withProperties(List<Property>) - Method in class org.hawkular.apm.server.api.utils.zipkin.MappingResult.Builder
 

Z

ZipkinSpanConvertor - Class in org.hawkular.apm.server.api.utils.zipkin
 
A B C D E F G H I L M N O P R S T U V W Z 
Skip navigation links

Copyright © 2015–2017 Red Hat, Inc.. All rights reserved.