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

A

AbstractAnalyticsService - Class in org.hawkular.apm.api.services
The abstract base class for implementations of the Analytics Service.
AbstractAnalyticsService() - Constructor for class org.hawkular.apm.api.services.AbstractAnalyticsService
 
AbstractAnalyticsService.EndpointPart - Class in org.hawkular.apm.api.services
This class represents a node in a tree of endpoint (e.g.
AbstractConfigurationService - Class in org.hawkular.apm.api.services
This class provides the abstract base class for the Configuration Service.
AbstractConfigurationService() - Constructor for class org.hawkular.apm.api.services.AbstractConfigurationService
 
addChild(String) - Method in class org.hawkular.apm.api.services.AbstractAnalyticsService.EndpointPart
This method adds a child with the supplied name, if does not exist, or increments its count.
addContent(String, String, String) - Method in class org.hawkular.apm.api.model.trace.Message
This method adds new content.
AddContentAction - Class in org.hawkular.apm.api.model.config.btxn
This class represents the action of adding content.
AddContentAction() - Constructor for class org.hawkular.apm.api.model.config.btxn.AddContentAction
 
AddContentActionHandler - Class in org.hawkular.apm.api.internal.actions
This handler is associated with the AddContent action.
AddContentActionHandler(ProcessorAction) - Constructor for class org.hawkular.apm.api.internal.actions.AddContentActionHandler
This constructor initialises the action.
AddCorrelationIdAction - Class in org.hawkular.apm.api.model.config.btxn
This class represents the action of adding a correlation identifier.
AddCorrelationIdAction() - Constructor for class org.hawkular.apm.api.model.config.btxn.AddCorrelationIdAction
 
AddCorrelationIdActionHandler - Class in org.hawkular.apm.api.internal.actions
This handler is associated with the AddCorrelationId action.
AddCorrelationIdActionHandler(ProcessorAction) - Constructor for class org.hawkular.apm.api.internal.actions.AddCorrelationIdActionHandler
This constructor initialises the action.
addInteractionId(String) - Method in class org.hawkular.apm.api.model.trace.Node
This method adds an interaction correlation id.
addPercentile(int, long) - Method in class org.hawkular.apm.api.model.analytics.Percentiles
This method adds a percentile.
addProperty(String, String, Criteria.Operator) - Method in class org.hawkular.apm.api.services.Criteria
This method adds a new property criteria.
allProperties() - Method in class org.hawkular.apm.api.model.trace.Trace
This method returns all properties contained in the node hierarchy that can be used to search for the trace.
AnalyticsService - Interface in org.hawkular.apm.api.services
This interface represents the available analytics capabilities.
AssertComplete - Class in org.hawkular.apm.api.model.config.instrumentation.jvm
This type represents the session action for asserting that the trace fragment for the current thread is complete.
AssertComplete() - Constructor for class org.hawkular.apm.api.model.config.instrumentation.jvm.AssertComplete
 

B

buildCommunicationSummaryTree(Collection<CommunicationSummaryStatistics>) - Static method in class org.hawkular.apm.api.services.internal.CommunicationSummaryTreeBuilder
This method returns the supplied list of flat nodes as a set of tree structures with related nodes.
buildTree(AbstractAnalyticsService.EndpointPart, String[], int, String) - Static method in class org.hawkular.apm.api.services.AbstractAnalyticsService
This method builds a tree.
BusinessTxnConfig - Class in org.hawkular.apm.api.model.config.btxn
This class represents a business transaction configuration.
BusinessTxnConfig() - Constructor for class org.hawkular.apm.api.model.config.btxn.BusinessTxnConfig
 
BusinessTxnSummary - Class in org.hawkular.apm.api.model.config.btxn
This class represents a business transaction summary.
BusinessTxnSummary() - Constructor for class org.hawkular.apm.api.model.config.btxn.BusinessTxnSummary
 

C

calculateDuration() - Method in class org.hawkular.apm.api.model.trace.Trace
This method returns the duration of the trace fragment.
calculateEndTime() - Method in class org.hawkular.apm.api.services.Criteria
This method returns an end time based on the configured value.
calculateStartTime() - Method in class org.hawkular.apm.api.services.Criteria
This method calculates the start time to use.
Cardinality - Class in org.hawkular.apm.api.model.analytics
This class represents a value name and cardinality.
Cardinality() - Constructor for class org.hawkular.apm.api.model.analytics.Cardinality
 
clear(String) - Method in interface org.hawkular.apm.api.services.AnalyticsService
This method clears the analytics data for the specified tenant.
clear(String) - Method in interface org.hawkular.apm.api.services.ConfigurationService
This method clears the configuration data for the supplied tenant.
clear(String) - Method in interface org.hawkular.apm.api.services.TraceService
This method clears the trace data for the supplied tenant.
collapse() - Method in class org.hawkular.apm.api.services.AbstractAnalyticsService.EndpointPart
This method will apply rules to collapse the tree.
CollectorAction - Class in org.hawkular.apm.api.model.config.instrumentation.jvm
This type represents instrumentation of an invocation.
CollectorAction() - Constructor for class org.hawkular.apm.api.model.config.instrumentation.jvm.CollectorAction
 
CollectorConfiguration - Class in org.hawkular.apm.api.model.config
This is the top level configuration object used to define how information should be collected from a trace execution environment.
CollectorConfiguration() - Constructor for class org.hawkular.apm.api.model.config.CollectorConfiguration
 
CommunicationDetails - Class in org.hawkular.apm.api.model.events
This class represents communication details derived from two correlated trace fragments.
CommunicationDetails() - Constructor for class org.hawkular.apm.api.model.events.CommunicationDetails
 
CommunicationDetails.Outbound - Class in org.hawkular.apm.api.model.events
This class represents the outbound connectivity information associated with the target fragment id.
CommunicationSeverityAnalyser - Class in org.hawkular.apm.api.services.internal
The class analyses the communication summary to determine the severity values for the nodes and links.
CommunicationSeverityAnalyser() - Constructor for class org.hawkular.apm.api.services.internal.CommunicationSeverityAnalyser
 
CommunicationSummaryStatistics - Class in org.hawkular.apm.api.model.analytics
This class represents summary statistics for communications associated with a particular URI.
CommunicationSummaryStatistics() - Constructor for class org.hawkular.apm.api.model.analytics.CommunicationSummaryStatistics
The default constructor.
CommunicationSummaryStatistics(CommunicationSummaryStatistics) - Constructor for class org.hawkular.apm.api.model.analytics.CommunicationSummaryStatistics
The copy constructor.
CommunicationSummaryStatistics.ConnectionStatistics - Class in org.hawkular.apm.api.model.analytics
This class represents the stats associated with an outbound communication channel to another node.
CommunicationSummaryTreeBuilder - Class in org.hawkular.apm.api.services.internal
This class provides a utility for building communication summary trees from a list of nodes.
CommunicationSummaryTreeBuilder() - Constructor for class org.hawkular.apm.api.services.internal.CommunicationSummaryTreeBuilder
 
CompleteCorrelation - Class in org.hawkular.apm.api.model.config.instrumentation.jvm
This type represents the session action for correlating the current thread of execution with another, identified by an id.
CompleteCorrelation() - Constructor for class org.hawkular.apm.api.model.config.instrumentation.jvm.CompleteCorrelation
 
completedDuration() - Method in class org.hawkular.apm.api.model.trace.Node
This method calculates the duration when all work initiated by this node has been completed.
completedTime() - Method in class org.hawkular.apm.api.model.trace.Node
This method calculates the time (in nanoseconds) when all work initiated by this node has been completed.
CompletionTime - Class in org.hawkular.apm.api.model.events
This class represents a completion time.
CompletionTime() - Constructor for class org.hawkular.apm.api.model.events.CompletionTime
 
CompletionTimeseriesStatistics - Class in org.hawkular.apm.api.model.analytics
This class represents a set of completion statistical values.
CompletionTimeseriesStatistics() - Constructor for class org.hawkular.apm.api.model.analytics.CompletionTimeseriesStatistics
 
Component - Class in org.hawkular.apm.api.model.trace
This class represents the invocation of a component.
Component() - Constructor for class org.hawkular.apm.api.model.trace.Component
 
Component(String, String) - Constructor for class org.hawkular.apm.api.model.trace.Component
 
compressEndpointInfo(List<EndpointInfo>) - Static method in class org.hawkular.apm.api.services.AbstractAnalyticsService
This method compresses the list of endpoints to identify common patterns.
ConfigMessage - Class in org.hawkular.apm.api.model.config.btxn
This class represents a message returned following validation of a business transaction config.
ConfigMessage() - Constructor for class org.hawkular.apm.api.model.config.btxn.ConfigMessage
 
ConfigurationLoader - Class in org.hawkular.apm.api.services
This class provides the capability to load the base collector configuration which includes the instrumentation rules for various technologies.
ConfigurationLoader() - Constructor for class org.hawkular.apm.api.services.ConfigurationLoader
 
ConfigurationService - Interface in org.hawkular.apm.api.services
This interface provides the configuration information.
ConnectionStatistics() - Constructor for class org.hawkular.apm.api.model.analytics.CommunicationSummaryStatistics.ConnectionStatistics
The default constructor.
ConnectionStatistics(CommunicationSummaryStatistics.ConnectionStatistics) - Constructor for class org.hawkular.apm.api.model.analytics.CommunicationSummaryStatistics.ConnectionStatistics
The copy constructor.
Constants - Class in org.hawkular.apm.api.model
This class provides constant definitions.
Constants() - Constructor for class org.hawkular.apm.api.model.Constants
 
Consumer - Class in org.hawkular.apm.api.model.trace
This class represents the situation where the trace flow is triggered by a communication from an external participant.
Consumer() - Constructor for class org.hawkular.apm.api.model.trace.Consumer
 
Consumer(String, String) - Constructor for class org.hawkular.apm.api.model.trace.Consumer
 
ContainerNode - Class in org.hawkular.apm.api.model.trace
This abstract class represents the base for all nodes that can contain other nodes within the trace instance.
ContainerNode(NodeType) - Constructor for class org.hawkular.apm.api.model.trace.ContainerNode
 
ContainerNode(NodeType, String) - Constructor for class org.hawkular.apm.api.model.trace.ContainerNode
 
containerNode() - Method in class org.hawkular.apm.api.model.trace.ContainerNode
This method indicates whether this is a container based node.
containerNode() - Method in class org.hawkular.apm.api.model.trace.Node
This method indicates whether this is a container based node.
Content - Class in org.hawkular.apm.api.model.trace
This class represents content associated with an exchanged message.
Content() - Constructor for class org.hawkular.apm.api.model.trace.Content
 
Content(String, String) - Constructor for class org.hawkular.apm.api.model.trace.Content
 
Correlate - Class in org.hawkular.apm.api.model.config.instrumentation.jvm
This type represents the session action for correlating the current thread of execution with another, identified by an id.
Correlate() - Constructor for class org.hawkular.apm.api.model.config.instrumentation.jvm.Correlate
 
CorrelationIdentifier - Class in org.hawkular.apm.api.model.trace
This class represents a Correlation Identifier.
CorrelationIdentifier() - Constructor for class org.hawkular.apm.api.model.trace.CorrelationIdentifier
 
CorrelationIdentifier(CorrelationIdentifier.Scope, String) - Constructor for class org.hawkular.apm.api.model.trace.CorrelationIdentifier
 
CorrelationIdentifier.Scope - Enum in org.hawkular.apm.api.model.trace
This enumerated value represents the scope of the correlation identifier.
createRegex(String, boolean) - Static method in class org.hawkular.apm.api.services.AbstractAnalyticsService
This method derives the regular expression from the supplied URI.
Criteria - Class in org.hawkular.apm.api.services
This class represents the base query criteria.
Criteria() - Constructor for class org.hawkular.apm.api.services.Criteria
 
Criteria.FaultCriteria - Class in org.hawkular.apm.api.services
This class represents the fault criteria.
Criteria.Operator - Enum in org.hawkular.apm.api.services
The enum for the comparison operators.
Criteria.PropertyCriteria - Class in org.hawkular.apm.api.services
This class represents the property criteria.

D

DataExpression - Class in org.hawkular.apm.api.model.config.btxn
This class represents an expression applied to a data source.
DataExpression() - Constructor for class org.hawkular.apm.api.model.config.btxn.DataExpression
 
DataExpressionHandler - Class in org.hawkular.apm.api.internal.actions
This class provides the JSON expression handler implementation.
DataExpressionHandler(Expression) - Constructor for class org.hawkular.apm.api.internal.actions.DataExpressionHandler
 
DataSource - Enum in org.hawkular.apm.api.model.config.btxn
 
Deactivate - Class in org.hawkular.apm.api.model.config.instrumentation.jvm
This type represents the session action for deactivating the trace fragment for the current thread.
Deactivate() - Constructor for class org.hawkular.apm.api.model.config.instrumentation.jvm.Deactivate
 
decodeEndpointOperation(String, boolean) - Static method in class org.hawkular.apm.api.utils.EndpointUtil
This method returns the operation part of the supplied endpoint.
decodeEndpointURI(String) - Static method in class org.hawkular.apm.api.utils.EndpointUtil
This method returns the URI part of the supplied endpoint.
deriveSeverity(CommunicationSummaryStatistics, long, Map<String, CommunicationSummaryStatistics>) - Static method in class org.hawkular.apm.api.services.internal.CommunicationSeverityAnalyser
 
deriveTransactionWide() - Method in class org.hawkular.apm.api.services.Criteria
This method returns the transaction wide version of the current criteria.
deserialize(Object) - Static method in class org.hawkular.apm.api.internal.actions.helpers.XML
This method serializes the supplied XML object to a string.
deserializeString(String) - Static method in class org.hawkular.apm.api.internal.actions.helpers.XML
This method deserializes the supplied document.
deserializeString(ObjectInput) - Static method in class org.hawkular.apm.api.utils.SerializationUtil
This method deserializes a potentially null string value.
DETAILS_PUBLISH - Static variable in class org.hawkular.apm.api.model.trace.InteractionNode
 
Direction - Enum in org.hawkular.apm.api.model.config
This enum represents whether an instrument action is associated with a request (in) or response (out).
doGetCommunicationSummaryStatistics(String, Criteria) - Method in class org.hawkular.apm.api.services.AbstractAnalyticsService
This method returns the flat list of communication summary stats.
doGetUnboundEndpoints(String, List<Trace>, boolean) - Method in class org.hawkular.apm.api.services.AbstractAnalyticsService
This method obtains the unbound endpoints from a list of business transaction fragments.

E

encoded() - Method in class org.hawkular.apm.api.services.Criteria.FaultCriteria
This method returns an encoded form for the property criteria.
encoded() - Method in class org.hawkular.apm.api.services.Criteria.PropertyCriteria
This method returns an encoded form for the property criteria.
encodeEndpoint(String, String) - Static method in class org.hawkular.apm.api.utils.EndpointUtil
This method converts the supplied URI and optional operation into an endpoint descriptor.
EndpointInfo - Class in org.hawkular.apm.api.model.analytics
This class represents information related to endpoints associated with unbound trace fragments.
EndpointInfo() - Constructor for class org.hawkular.apm.api.model.analytics.EndpointInfo
The default constructor.
EndpointInfo(String) - Constructor for class org.hawkular.apm.api.model.analytics.EndpointInfo
The default constructor.
EndpointInfo(EndpointInfo) - Constructor for class org.hawkular.apm.api.model.analytics.EndpointInfo
The copy constructor.
EndpointPart() - Constructor for class org.hawkular.apm.api.services.AbstractAnalyticsService.EndpointPart
 
EndpointUtil - Class in org.hawkular.apm.api.utils
This class provides endpoint utility functions.
EndpointUtil() - Constructor for class org.hawkular.apm.api.utils.EndpointUtil
 
endTime() - Method in class org.hawkular.apm.api.model.trace.Node
This method calculates the end time of this node based on the base time and duration.
endTime() - Method in class org.hawkular.apm.api.model.trace.Trace
This method returns the end time of the trace fragment.
equals(Object) - Method in class org.hawkular.apm.api.model.analytics.CommunicationSummaryStatistics.ConnectionStatistics
 
equals(Object) - Method in class org.hawkular.apm.api.model.analytics.CommunicationSummaryStatistics
 
equals(Object) - Method in class org.hawkular.apm.api.model.analytics.EndpointInfo
equals(Object) - Method in class org.hawkular.apm.api.model.events.CommunicationDetails
 
equals(Object) - Method in class org.hawkular.apm.api.model.events.CommunicationDetails.Outbound
 
equals(Object) - Method in class org.hawkular.apm.api.model.events.NodeDetails
 
equals(Object) - Method in class org.hawkular.apm.api.model.events.ProducerInfo
 
equals(Object) - Method in class org.hawkular.apm.api.model.Property
 
equals(Object) - Method in class org.hawkular.apm.api.model.trace.Component
 
equals(Object) - Method in class org.hawkular.apm.api.model.trace.Consumer
 
equals(Object) - Method in class org.hawkular.apm.api.model.trace.ContainerNode
 
equals(Object) - Method in class org.hawkular.apm.api.model.trace.Content
 
equals(Object) - Method in class org.hawkular.apm.api.model.trace.CorrelationIdentifier
 
equals(Object) - Method in class org.hawkular.apm.api.model.trace.InteractionNode
 
equals(Object) - Method in class org.hawkular.apm.api.model.trace.Message
 
equals(Object) - Method in class org.hawkular.apm.api.model.trace.Node
 
equals(Object) - Method in class org.hawkular.apm.api.model.trace.Producer
 
equals(Object) - Method in class org.hawkular.apm.api.model.trace.Trace
 
evaluate(Trace, Node, Direction, Map<String, ?>, Object[]) - Method in class org.hawkular.apm.api.internal.actions.ExpressionHandler
This method evaluates the supplied information against this expression.
evaluate(String, Object) - Static method in class org.hawkular.apm.api.internal.actions.helpers.JSON
This method evaluates the jsonpath expression on the supplied node.
evaluate(String, Object) - Static method in class org.hawkular.apm.api.internal.actions.helpers.XML
This method evaluates the xpath expression on the supplied node.
evaluate(Trace, Node, Direction, Map<String, ?>, Object[]) - Method in class org.hawkular.apm.api.internal.actions.JSONExpressionHandler
 
evaluate(Trace, Node, Direction, Map<String, ?>, Object[]) - Method in class org.hawkular.apm.api.internal.actions.LiteralExpressionHandler
 
evaluate(Trace, Node, Direction, Map<String, ?>, Object[]) - Method in class org.hawkular.apm.api.internal.actions.TextExpressionHandler
 
evaluate(Trace, Node, Direction, Map<String, ?>, Object[]) - Method in class org.hawkular.apm.api.internal.actions.XMLExpressionHandler
 
evaluateCommunicationSummarySeverity(Collection<CommunicationSummaryStatistics>) - Method in class org.hawkular.apm.api.services.internal.CommunicationSeverityAnalyser
This method evaluates the severity of nodes/links within a supplied set of communication summary stats.
EvaluateURIAction - Class in org.hawkular.apm.api.model.config.btxn
This class represents the action of extracting properties from a URI, based on a template, and then rewriting the URI to be the template.
EvaluateURIAction() - Constructor for class org.hawkular.apm.api.model.config.btxn.EvaluateURIAction
 
EvaluateURIActionHandler - Class in org.hawkular.apm.api.internal.actions
This handler is associated with the EvaluateURI action.
EvaluateURIActionHandler(ProcessorAction) - Constructor for class org.hawkular.apm.api.internal.actions.EvaluateURIActionHandler
This constructor initialises the action.
Expression - Class in org.hawkular.apm.api.model.config.btxn
This abstract class represents the base type for all expressions.
Expression() - Constructor for class org.hawkular.apm.api.model.config.btxn.Expression
 
EXPRESSION_HAS_NOT_BEEN_DEFINED - Static variable in class org.hawkular.apm.api.internal.actions.ExpressionBasedActionHandler
 
ExpressionBasedAction - Class in org.hawkular.apm.api.model.config.btxn
This abstract class represents an action that is based on an expression.
ExpressionBasedAction() - Constructor for class org.hawkular.apm.api.model.config.btxn.ExpressionBasedAction
 
ExpressionBasedActionHandler - Class in org.hawkular.apm.api.internal.actions
 
ExpressionBasedActionHandler(ProcessorAction) - Constructor for class org.hawkular.apm.api.internal.actions.ExpressionBasedActionHandler
This constructor initialises the action.
ExpressionHandler - Class in org.hawkular.apm.api.internal.actions
This abstract class provides the base implementation for expression handlers.
ExpressionHandler(Expression) - Constructor for class org.hawkular.apm.api.internal.actions.ExpressionHandler
 
ExpressionHandlerFactory - Class in org.hawkular.apm.api.internal.actions
This class provides a factory for creating handlers associated with expressions.
ExpressionHandlerFactory() - Constructor for class org.hawkular.apm.api.internal.actions.ExpressionHandlerFactory
 
extractEndpointInfo(List<EndpointInfo>, String) - Method in class org.hawkular.apm.api.services.AbstractAnalyticsService.EndpointPart
This method expands the EndpointInfo from the tree.
extractEndpointInfo(AbstractAnalyticsService.EndpointPart) - Static method in class org.hawkular.apm.api.services.AbstractAnalyticsService
This method expands a tree into the collapsed set of endpoints.

F

FaultCriteria() - Constructor for class org.hawkular.apm.api.services.Criteria.FaultCriteria
This is the default constructor.
FaultCriteria(String, Criteria.Operator) - Constructor for class org.hawkular.apm.api.services.Criteria.FaultCriteria
This constructor initialises the fields.
Filter - Class in org.hawkular.apm.api.model.config.btxn
This class represents a filter.
Filter() - Constructor for class org.hawkular.apm.api.model.config.btxn.Filter
 
findCorrelatedNodes(CorrelationIdentifier, Set<Node>) - Method in class org.hawkular.apm.api.model.trace.ContainerNode
 
findCorrelatedNodes(CorrelationIdentifier, Set<Node>) - Method in class org.hawkular.apm.api.model.trace.Node
This method identifies all of the nodes within a trace that are associated with the supplied correlation identifier.
findNodes(List<Node>, Class<T>, List<T>) - Static method in class org.hawkular.apm.api.utils.NodeUtil
This method recursively scans a node hierarchy to locate instances of a particular type.
findParentsMaxAvgDuration(CommunicationSummaryStatistics, long, Map<String, CommunicationSummaryStatistics>) - Static method in class org.hawkular.apm.api.services.internal.CommunicationSeverityAnalyser
 
fine(String) - Method in class org.hawkular.apm.api.logging.Logger
This method logs a message at the FINE level.
finer(String) - Method in class org.hawkular.apm.api.logging.Logger
This method logs a message at the FINER level.
finest(String) - Method in class org.hawkular.apm.api.logging.Logger
This method logs a message at the FINEST level.
FreeFormAction - Class in org.hawkular.apm.api.model.config.instrumentation.jvm
This action can be used to perform any legal action permitted by byteman.
FreeFormAction() - Constructor for class org.hawkular.apm.api.model.config.instrumentation.jvm.FreeFormAction
 

G

getAction() - Method in class org.hawkular.apm.api.internal.actions.ProcessorActionHandler
 
getAction() - Method in class org.hawkular.apm.api.model.config.btxn.ConfigMessage
 
getAction() - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.FreeFormAction
 
getAction() - Method in class org.hawkular.apm.api.model.trace.ProcessorIssue
 
getActions() - Method in class org.hawkular.apm.api.model.config.btxn.Processor
 
getActions() - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.JVM
 
getActual() - Method in class org.hawkular.apm.api.model.analytics.NodeSummaryStatistics
 
getActual() - Method in class org.hawkular.apm.api.model.events.NodeDetails
 
getAverage() - Method in class org.hawkular.apm.api.model.analytics.CompletionTimeseriesStatistics
 
getAverageDuration() - Method in class org.hawkular.apm.api.model.analytics.CommunicationSummaryStatistics
 
getAverageLatency() - Method in class org.hawkular.apm.api.model.analytics.CommunicationSummaryStatistics.ConnectionStatistics
 
getBaseTime() - Method in class org.hawkular.apm.api.model.trace.Node
 
getBinds() - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.JVM
 
getBoundEndpoints(String, String, long, long) - Method in class org.hawkular.apm.api.services.AbstractAnalyticsService
 
getBoundEndpoints(String, String, long, long) - Method in interface org.hawkular.apm.api.services.AnalyticsService
This method returns the bound endpoints associated with a business transaction.
getBusinessTransaction() - Method in class org.hawkular.apm.api.model.events.CommunicationDetails
 
getBusinessTransaction() - Method in class org.hawkular.apm.api.model.events.CompletionTime
 
getBusinessTransaction() - Method in class org.hawkular.apm.api.model.events.NodeDetails
 
getBusinessTransaction() - Method in class org.hawkular.apm.api.model.events.Notification
 
getBusinessTransaction() - Method in class org.hawkular.apm.api.model.trace.Trace
 
getBusinessTransaction(String, String) - Method in interface org.hawkular.apm.api.services.ConfigurationService
This method retrieves a business transaction configuration.
getBusinessTransaction() - Method in class org.hawkular.apm.api.services.Criteria
 
getBusinessTransactions() - Method in class org.hawkular.apm.api.model.config.CollectorConfiguration
 
getBusinessTransactions(String, long) - Method in interface org.hawkular.apm.api.services.ConfigurationService
This method retrieves the list of valid business transaction configurations updated after the specified time.
getBusinessTransactionSummaries(String) - Method in interface org.hawkular.apm.api.services.ConfigurationService
This method retrieves the list of business transaction summaries (regardless of whether the current business transaction config is valid).
getChildren() - Method in class org.hawkular.apm.api.services.AbstractAnalyticsService.EndpointPart
 
getClassName() - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.JVM
 
getCollector(String, String, String, String) - Method in interface org.hawkular.apm.api.services.ConfigurationService
This method returns the collector configuration, used by the collector within an execution environment to instrument and filter information to be reported to the server, based on the optional host and server names.
getCommunicationSummaryStatistics(String, Criteria, boolean) - Method in class org.hawkular.apm.api.services.AbstractAnalyticsService
 
getCommunicationSummaryStatistics(String, Criteria, boolean) - Method in interface org.hawkular.apm.api.services.AnalyticsService
This method returns the communication summary statistics, for the specified criteria, that were executed during the time range.
getComponentType() - Method in class org.hawkular.apm.api.model.analytics.NodeSummaryStatistics
 
getComponentType() - Method in class org.hawkular.apm.api.model.events.NodeDetails
 
getComponentType() - Method in class org.hawkular.apm.api.model.trace.Component
 
getComponentTypeExpression() - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.InstrumentComponent
 
getComponentTypes() - Method in class org.hawkular.apm.api.model.analytics.NodeTimeseriesStatistics
 
getCondition() - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.JVM
 
getConfiguration(String) - Static method in class org.hawkular.apm.api.services.ConfigurationLoader
This method returns the collector configuration.
getConfigurationService() - Method in class org.hawkular.apm.api.services.AbstractAnalyticsService
This method gets the configuration service.
getConsumerDuration() - Method in class org.hawkular.apm.api.model.events.CommunicationDetails
 
getContent() - Method in class org.hawkular.apm.api.model.trace.Message
 
getContextExpression() - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.SetState
 
getCorrelatedNodes(CorrelationIdentifier) - Method in class org.hawkular.apm.api.model.trace.Trace
This method locates any node within the trace that is associated with the supplied correlation id.
getCorrelationIds() - Method in class org.hawkular.apm.api.model.events.NodeDetails
 
getCorrelationIds() - Method in class org.hawkular.apm.api.model.trace.Node
 
getCorrelationIds(CorrelationIdentifier.Scope) - Method in class org.hawkular.apm.api.model.trace.Node
This methd returns the subset of correlation ids that have the specified scope.
getCorrelationIds() - Method in class org.hawkular.apm.api.services.Criteria
 
getCount() - Method in class org.hawkular.apm.api.model.analytics.Cardinality
 
getCount() - Method in class org.hawkular.apm.api.model.analytics.CommunicationSummaryStatistics.ConnectionStatistics
 
getCount() - Method in class org.hawkular.apm.api.model.analytics.CommunicationSummaryStatistics
 
getCount() - Method in class org.hawkular.apm.api.model.analytics.CompletionTimeseriesStatistics
 
getCount() - Method in class org.hawkular.apm.api.model.analytics.NodeSummaryStatistics
 
getCount() - Method in class org.hawkular.apm.api.model.analytics.NodeTimeseriesStatistics.NodeComponentTypeStatistics
 
getCount() - Method in class org.hawkular.apm.api.model.analytics.PrincipalInfo
 
getCount() - Method in class org.hawkular.apm.api.services.AbstractAnalyticsService.EndpointPart
 
getDataValue(Trace, Node, Direction, Map<String, ?>, Object[]) - Method in class org.hawkular.apm.api.internal.actions.DataExpressionHandler
This method returns the data value associated with the requested data source and key..
getDescription() - Method in class org.hawkular.apm.api.model.config.btxn.BusinessTxnConfig
 
getDescription() - Method in class org.hawkular.apm.api.model.config.btxn.BusinessTxnSummary
 
getDescription() - Method in class org.hawkular.apm.api.model.config.btxn.Processor
 
getDescription() - Method in class org.hawkular.apm.api.model.config.btxn.ProcessorAction
 
getDescription() - Method in class org.hawkular.apm.api.model.config.instrumentation.Instrumentation
 
getDescription() - Method in class org.hawkular.apm.api.model.trace.Issue
 
getDescriptionExpression() - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.SetFault
 
getDetails() - Method in class org.hawkular.apm.api.model.events.NodeDetails
 
getDetails() - Method in class org.hawkular.apm.api.model.trace.Node
This method returns the specific details about the node.
getDirection() - Method in class org.hawkular.apm.api.model.config.btxn.Processor
 
getDirection() - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.CollectorAction
 
getDirection() - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.ProcessContent
 
getDirection() - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.ProcessHeaders
 
getDuration() - Method in class org.hawkular.apm.api.model.analytics.NodeTimeseriesStatistics.NodeComponentTypeStatistics
 
getDuration() - Method in class org.hawkular.apm.api.model.events.CompletionTime
 
getDuration() - Method in class org.hawkular.apm.api.model.events.ProducerInfo
 
getDuration() - Method in class org.hawkular.apm.api.model.trace.Node
 
getElapsed() - Method in class org.hawkular.apm.api.model.analytics.NodeSummaryStatistics
 
getElapsed() - Method in class org.hawkular.apm.api.model.events.NodeDetails
 
getEndpoint() - Method in class org.hawkular.apm.api.model.analytics.EndpointInfo
 
getEndpointType() - Method in class org.hawkular.apm.api.model.events.CompletionTime
 
getEndpointType() - Method in class org.hawkular.apm.api.model.trace.Consumer
 
getEndpointType() - Method in class org.hawkular.apm.api.model.trace.Producer
 
getEndpointType() - Method in class org.hawkular.apm.api.services.AbstractAnalyticsService.EndpointPart
 
getEndpointTypeExpression() - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.InstrumentConsumer
 
getEndpointTypeExpression() - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.InstrumentProducer
 
getEndTime() - Method in class org.hawkular.apm.api.services.Criteria
 
getExclusions() - Method in class org.hawkular.apm.api.model.config.btxn.Filter
 
getExpression() - Method in class org.hawkular.apm.api.internal.actions.ExpressionHandler
 
getExpression(String) - Static method in class org.hawkular.apm.api.internal.actions.helpers.XML
This method transforms the XPath expression to replace XPath 2.0 namespace wildcards with use of the local-name() function.
getExpression() - Method in class org.hawkular.apm.api.model.config.btxn.ExpressionBasedAction
 
getExpression() - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.InstrumentBind
 
getFault() - Method in class org.hawkular.apm.api.model.events.CompletionTime
 
getFault() - Method in class org.hawkular.apm.api.model.events.NodeDetails
 
getFault() - Method in class org.hawkular.apm.api.model.trace.Node
 
getFaultCount() - Method in class org.hawkular.apm.api.model.analytics.CompletionTimeseriesStatistics
 
getFaultDescription() - Method in class org.hawkular.apm.api.model.trace.Node
 
getFaultFilter() - Method in class org.hawkular.apm.api.model.config.btxn.Processor
 
getFaults() - Method in class org.hawkular.apm.api.services.Criteria
 
getField() - Method in class org.hawkular.apm.api.model.config.btxn.ConfigMessage
 
getField() - Method in class org.hawkular.apm.api.model.trace.ProcessorIssue
 
getFilter() - Method in class org.hawkular.apm.api.model.config.btxn.BusinessTxnConfig
 
getFragment(String, String) - Method in interface org.hawkular.apm.api.services.TraceService
This method returns the trace fragment associated with the supplied id.
getFragmentId() - Method in class org.hawkular.apm.api.model.events.ProducerInfo
 
getFragments(String, Criteria) - Method in class org.hawkular.apm.api.services.AbstractAnalyticsService
This method returns the list of traces for the supplied criteria.
getFromVersion() - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.JVM
 
getHandler(Expression) - Static method in class org.hawkular.apm.api.internal.actions.ExpressionHandlerFactory
This method returns an expression handler for the supplied expression.
getHandler(ProcessorAction) - Static method in class org.hawkular.apm.api.internal.actions.ProcessorActionHandlerFactory
This method returns an action handler for the supplied action.
getHeaders() - Method in class org.hawkular.apm.api.model.trace.Message
 
getHeadersExpression() - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.ProcessHeaders
 
getHelper() - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.JVM
 
getHostAddress() - Method in class org.hawkular.apm.api.model.events.CompletionTime
Get host address (e.g.
getHostAddress() - Method in class org.hawkular.apm.api.model.events.NodeDetails
Get host address (e.g.
getHostAddress() - Method in class org.hawkular.apm.api.model.events.Notification
 
getHostAddress() - Method in class org.hawkular.apm.api.model.events.ProducerInfo
 
getHostAddress() - Method in class org.hawkular.apm.api.model.trace.Trace
 
getHostName() - Method in class org.hawkular.apm.api.model.events.CompletionTime
This method sets the hostname, where the completion time is associated with a fragment.
getHostName() - Method in class org.hawkular.apm.api.model.events.NodeDetails
 
getHostName() - Method in class org.hawkular.apm.api.model.events.Notification
 
getHostName() - Method in class org.hawkular.apm.api.model.events.ProducerInfo
 
getHostName() - Method in class org.hawkular.apm.api.model.trace.Trace
 
getHostName() - Method in class org.hawkular.apm.api.services.Criteria
 
getHostNames(String, Criteria) - Method in interface org.hawkular.apm.api.services.AnalyticsService
This method returns the list of host names where activities were executed, subject to the supplied criteria.
getId() - Method in class org.hawkular.apm.api.model.analytics.CommunicationSummaryStatistics
 
getId() - Method in class org.hawkular.apm.api.model.analytics.PrincipalInfo
 
getId() - Method in class org.hawkular.apm.api.model.events.CommunicationDetails
 
getId() - Method in class org.hawkular.apm.api.model.events.CompletionTime
 
getId() - Method in class org.hawkular.apm.api.model.events.NodeDetails
 
getId() - Method in class org.hawkular.apm.api.model.events.Notification
 
getId() - Method in class org.hawkular.apm.api.model.events.ProducerInfo
 
getId() - Method in class org.hawkular.apm.api.model.trace.Trace
 
getIdExpression() - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.CollectorAction
 
getIdExpression() - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.CompleteCorrelation
 
getIdExpression() - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.Correlate
 
getIdExpression() - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.InitiateCorrelation
 
getIds() - Method in class org.hawkular.apm.api.model.events.CommunicationDetails.Outbound
 
getIn() - Method in class org.hawkular.apm.api.model.trace.InteractionNode
 
getInclusions() - Method in class org.hawkular.apm.api.model.config.btxn.Filter
 
getInitialRetryCount() - Method in interface org.hawkular.apm.api.services.Publisher
The initial retry count for messages sent by this publisher.
getInstrumentation() - Method in class org.hawkular.apm.api.model.config.CollectorConfiguration
 
getInterfaceName() - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.JVM
 
getIssues() - Method in class org.hawkular.apm.api.internal.actions.ExpressionHandler
 
getIssues() - Method in class org.hawkular.apm.api.internal.actions.ProcessorActionHandler
 
getIssues() - Method in class org.hawkular.apm.api.model.events.Notification
 
getIssues() - Method in class org.hawkular.apm.api.model.trace.Node
 
getJsonpath() - Method in class org.hawkular.apm.api.model.config.btxn.JSONExpression
 
getKey() - Method in class org.hawkular.apm.api.model.config.btxn.DataExpression
 
getLastUpdated() - Method in class org.hawkular.apm.api.model.config.btxn.BusinessTxnConfig
 
getLatency() - Method in class org.hawkular.apm.api.model.events.CommunicationDetails
This method returns the latency, between a producer and consumer, in milliseconds.
getLevel() - Method in class org.hawkular.apm.api.model.config.btxn.BusinessTxnConfig
 
getLevel() - Method in class org.hawkular.apm.api.model.config.btxn.BusinessTxnSummary
 
getLevelExpression() - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.SetLevel
 
getLocation() - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.JVM
 
getLogger(String) - Static method in class org.hawkular.apm.api.logging.Logger
This method returns a logger associated with the supplied class name.
getLowerBound() - Method in class org.hawkular.apm.api.services.Criteria
 
getMax() - Method in class org.hawkular.apm.api.model.analytics.CompletionTimeseriesStatistics
 
getMaximumDuration() - Method in class org.hawkular.apm.api.model.analytics.CommunicationSummaryStatistics
 
getMaximumLatency() - Method in class org.hawkular.apm.api.model.analytics.CommunicationSummaryStatistics.ConnectionStatistics
 
getMaxResponseSize() - Method in class org.hawkular.apm.api.services.Criteria
 
getMessage() - Method in class org.hawkular.apm.api.model.config.btxn.ConfigMessage
 
getMethodName() - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.JVM
 
getMin() - Method in class org.hawkular.apm.api.model.analytics.CompletionTimeseriesStatistics
 
getMinimumDuration() - Method in class org.hawkular.apm.api.model.analytics.CommunicationSummaryStatistics
 
getMinimumLatency() - Method in class org.hawkular.apm.api.model.analytics.CommunicationSummaryStatistics.ConnectionStatistics
 
getName() - Method in class org.hawkular.apm.api.model.analytics.PropertyInfo
 
getName() - Method in class org.hawkular.apm.api.model.config.btxn.AddContentAction
 
getName() - Method in class org.hawkular.apm.api.model.config.btxn.BusinessTxnSummary
 
getName() - Method in class org.hawkular.apm.api.model.config.btxn.SetDetailAction
 
getName() - Method in class org.hawkular.apm.api.model.config.btxn.SetPropertyAction
 
getName() - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.InstrumentBind
 
getName() - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.SetDetail
 
getName() - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.SetProperty
 
getName() - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.SetState
 
getName() - Method in class org.hawkular.apm.api.model.Property
 
getName() - Method in class org.hawkular.apm.api.services.Criteria.PropertyCriteria
 
getNameExpression() - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.SetBusinessTransaction
 
getNameExpression() - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.SetFault
 
getNameExpression() - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.SetPrincipal
 
getNode(Object) - Static method in class org.hawkular.apm.api.internal.actions.helpers.XML
This method converts the supplied object to a DOM node.
getNode() - Method in class org.hawkular.apm.api.model.analytics.CommunicationSummaryStatistics.ConnectionStatistics
 
getNodes() - Method in class org.hawkular.apm.api.model.trace.ContainerNode
 
getNodes() - Method in class org.hawkular.apm.api.model.trace.Trace
 
getNodeSummaryStatistics(String, Criteria) - Method in interface org.hawkular.apm.api.services.AnalyticsService
This method returns the node summary statistics, for the specified criteria, that were executed during the time range.
getNodeTimeseriesStatistics(String, Criteria, long) - Method in interface org.hawkular.apm.api.services.AnalyticsService
This method returns the node timeseries statistics, for the specified criteria, that were executed during the time range.
getNodeType() - Method in class org.hawkular.apm.api.model.config.btxn.Processor
 
getNodeType() - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.SetDetail
 
getNotes() - Method in class org.hawkular.apm.api.model.config.instrumentation.InstrumentRule
 
getNumber() - Method in class org.hawkular.apm.api.model.Property
 
getOperation() - Method in class org.hawkular.apm.api.model.analytics.CommunicationSummaryStatistics
 
getOperation() - Method in class org.hawkular.apm.api.model.analytics.NodeSummaryStatistics
 
getOperation() - Method in class org.hawkular.apm.api.model.config.btxn.Processor
 
getOperation() - Method in class org.hawkular.apm.api.model.events.CompletionTime
 
getOperation() - Method in class org.hawkular.apm.api.model.events.NodeDetails
 
getOperation() - Method in class org.hawkular.apm.api.model.trace.Node
 
getOperation() - Method in class org.hawkular.apm.api.services.Criteria
 
getOperationExpression() - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.InstrumentComponent
 
getOperationExpression() - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.InstrumentConsumer
 
getOperationExpression() - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.InstrumentProducer
 
getOperator() - Method in class org.hawkular.apm.api.services.Criteria.FaultCriteria
 
getOperator() - Method in class org.hawkular.apm.api.services.Criteria.PropertyCriteria
 
getOriginalType() - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.ProcessHeaders
 
getOut() - Method in class org.hawkular.apm.api.model.trace.InteractionNode
 
getOutbound() - Method in class org.hawkular.apm.api.model.analytics.CommunicationSummaryStatistics
 
getOutbound() - Method in class org.hawkular.apm.api.model.events.CommunicationDetails
 
getParameterTypes() - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.JVM
 
getPath(int, String[]) - Static method in class org.hawkular.apm.api.services.ConfigurationLoader
This method constructs a path based on potentially accessing one or more archive files (jar/war).
getPercentiles() - Method in class org.hawkular.apm.api.model.analytics.Percentiles
 
getPredicate() - Method in class org.hawkular.apm.api.model.config.btxn.Processor
 
getPredicate() - Method in class org.hawkular.apm.api.model.config.btxn.ProcessorAction
 
getPrincipal() - Method in class org.hawkular.apm.api.model.events.CommunicationDetails
 
getPrincipal() - Method in class org.hawkular.apm.api.model.events.CompletionTime
 
getPrincipal() - Method in class org.hawkular.apm.api.model.events.NodeDetails
 
getPrincipal() - Method in class org.hawkular.apm.api.model.events.Notification
 
getPrincipal() - Method in class org.hawkular.apm.api.model.trace.Trace
 
getPrincipal() - Method in class org.hawkular.apm.api.services.Criteria
 
getPrincipalInfo(String, Criteria) - Method in interface org.hawkular.apm.api.services.AnalyticsService
This method returns the principals associated with the specified criteria.
getProcessor() - Method in class org.hawkular.apm.api.model.config.btxn.ConfigMessage
 
getProcessor() - Method in class org.hawkular.apm.api.model.trace.ProcessorIssue
 
getProcessors() - Method in class org.hawkular.apm.api.model.config.btxn.BusinessTxnConfig
 
getProducerDuration() - Method in class org.hawkular.apm.api.model.events.CommunicationDetails
 
getProducerOffset() - Method in class org.hawkular.apm.api.model.events.CommunicationDetails.Outbound
 
getProperties() - Method in class org.hawkular.apm.api.model.config.CollectorConfiguration
 
getProperties() - Method in class org.hawkular.apm.api.model.events.CommunicationDetails
 
getProperties(String) - Method in class org.hawkular.apm.api.model.events.CommunicationDetails
This method returns the set of properties having the supplied property name.
getProperties() - Method in class org.hawkular.apm.api.model.events.CompletionTime
 
getProperties(String) - Method in class org.hawkular.apm.api.model.events.CompletionTime
This method returns the set of properties having the supplied property name.
getProperties() - Method in class org.hawkular.apm.api.model.events.NodeDetails
 
getProperties(String) - Method in class org.hawkular.apm.api.model.events.NodeDetails
This method returns the set of properties having the supplied property name.
getProperties() - Method in class org.hawkular.apm.api.model.events.ProducerInfo
 
getProperties(String) - Method in class org.hawkular.apm.api.model.events.ProducerInfo
This method returns the set of properties having the supplied property name.
getProperties() - Method in class org.hawkular.apm.api.model.trace.Node
 
getProperties(String) - Method in class org.hawkular.apm.api.model.trace.Node
This method returns the set of properties having the supplied property name.
getProperties(String) - Method in class org.hawkular.apm.api.model.trace.Trace
This method returns the set of properties having the supplied property name.
getProperties() - Method in class org.hawkular.apm.api.services.Criteria
 
getProperty(String, String) - Method in class org.hawkular.apm.api.model.config.CollectorConfiguration
This method returns the property associated with the supplied name.
getProperty(String) - Static method in class org.hawkular.apm.api.utils.PropertyUtil
This method returns the named property, first checking the system properties and if not found, checking the environment.
getProperty(String, String) - Static method in class org.hawkular.apm.api.utils.PropertyUtil
This method returns the named property, first checking the system properties and if not found, checking the environment.
getPropertyAsBoolean(String) - Static method in class org.hawkular.apm.api.utils.PropertyUtil
This method returns the property as an integer value.
getPropertyAsInteger(String) - Static method in class org.hawkular.apm.api.utils.PropertyUtil
This method returns the property as an integer value.
getPropertyAsInteger(String, Integer) - Static method in class org.hawkular.apm.api.utils.PropertyUtil
This method returns the property as an integer value.
getPropertyInfo(String, Criteria) - Method in class org.hawkular.apm.api.services.AbstractAnalyticsService
 
getPropertyInfo(String, Criteria) - Method in interface org.hawkular.apm.api.services.AnalyticsService
This method returns the properties associated with the specified criteria.
getRegex() - Method in class org.hawkular.apm.api.model.analytics.EndpointInfo
 
getRootCommunicationSummaryNodes(Map<String, CommunicationSummaryStatistics>) - Static method in class org.hawkular.apm.api.services.internal.CommunicationSummaryTreeBuilder
This method returns the subset of supplied nodes that are root nodes.
getRuleName() - Method in class org.hawkular.apm.api.model.config.instrumentation.InstrumentRule
 
getRules() - Method in class org.hawkular.apm.api.model.config.instrumentation.Instrumentation
 
getScope() - Method in class org.hawkular.apm.api.model.config.btxn.AddCorrelationIdAction
 
getScope() - Method in class org.hawkular.apm.api.model.trace.CorrelationIdentifier
 
getServices(Class<T>) - Static method in class org.hawkular.apm.api.services.ServiceResolver
This method returns the list of service implementations that implement the supplied interface.
getSeverity() - Method in class org.hawkular.apm.api.model.analytics.CommunicationSummaryStatistics.ConnectionStatistics
 
getSeverity() - Method in class org.hawkular.apm.api.model.analytics.CommunicationSummaryStatistics
 
getSeverity() - Method in class org.hawkular.apm.api.model.config.btxn.ConfigMessage
 
getSeverity() - Method in class org.hawkular.apm.api.model.trace.Issue
 
getSingletonService(Class<T>) - Static method in class org.hawkular.apm.api.services.ServiceResolver
This method identifies a service implementation that implements the supplied interface, and returns it as a singleton, so that subsequent calls for the same service will get the same instance.
getSource() - Method in class org.hawkular.apm.api.model.config.btxn.DataExpression
 
getSource() - Method in class org.hawkular.apm.api.model.events.CommunicationDetails
 
getSourceFragmentId() - Method in class org.hawkular.apm.api.model.events.CommunicationDetails
 
getSourceHostAddress() - Method in class org.hawkular.apm.api.model.events.CommunicationDetails
 
getSourceHostName() - Method in class org.hawkular.apm.api.model.events.CommunicationDetails
 
getSourceOperation() - Method in class org.hawkular.apm.api.model.events.ProducerInfo
 
getSourceUri() - Method in class org.hawkular.apm.api.model.events.ProducerInfo
 
getStartTime() - Method in class org.hawkular.apm.api.model.trace.Trace
 
getStartTime() - Method in class org.hawkular.apm.api.services.Criteria
 
getTarget() - Method in class org.hawkular.apm.api.model.events.CommunicationDetails
 
getTargetFragmentDuration() - Method in class org.hawkular.apm.api.model.events.CommunicationDetails
 
getTargetFragmentId() - Method in class org.hawkular.apm.api.model.events.CommunicationDetails
 
getTargetHostAddress() - Method in class org.hawkular.apm.api.model.events.CommunicationDetails
 
getTargetHostName() - Method in class org.hawkular.apm.api.model.events.CommunicationDetails
 
getTemplate() - Method in class org.hawkular.apm.api.model.config.btxn.EvaluateURIAction
 
getTimeout() - Method in class org.hawkular.apm.api.services.Criteria
 
getTimestamp() - Method in class org.hawkular.apm.api.model.analytics.CompletionTimeseriesStatistics
 
getTimestamp() - Method in class org.hawkular.apm.api.model.analytics.NodeTimeseriesStatistics
 
getTimestamp() - Method in class org.hawkular.apm.api.model.events.CommunicationDetails
 
getTimestamp() - Method in class org.hawkular.apm.api.model.events.CompletionTime
 
getTimestamp() - Method in class org.hawkular.apm.api.model.events.NodeDetails
 
getTimestamp() - Method in class org.hawkular.apm.api.model.events.Notification
 
getTimestamp() - Method in class org.hawkular.apm.api.model.events.ProducerInfo
 
getTimestampOffset() - Method in class org.hawkular.apm.api.model.events.CommunicationDetails
This method returns the timestamp offset, between the producer node and the consumer node, in milliseconds.
getToVersion() - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.JVM
 
getTrace(String, String) - Method in interface org.hawkular.apm.api.services.TraceService
This method returns the end to end trace associated with the supplied id.
getTraceCompletionCount(String, Criteria) - Method in interface org.hawkular.apm.api.services.AnalyticsService
This method returns the number of completed transactions, of the specified named trace, that were executed during the time range.
getTraceCompletionFaultCount(String, Criteria) - Method in interface org.hawkular.apm.api.services.AnalyticsService
This method returns the number of completed transactions, of the specified named trace, that were executed during the time range and returned a fault.
getTraceCompletionFaultDetails(String, Criteria) - Method in interface org.hawkular.apm.api.services.AnalyticsService
This method returns the completion time fault details, for the specified criteria, that were executed during the time range.
getTraceCompletionPercentiles(String, Criteria) - Method in interface org.hawkular.apm.api.services.AnalyticsService
This method returns the completion time percentiles, for the specified criteria, that were executed during the time range.
getTraceCompletionPropertyDetails(String, Criteria, String) - Method in interface org.hawkular.apm.api.services.AnalyticsService
This method returns the completion time property details, for the specified criteria, that were executed during the time range.
getTraceCompletionTimes(String, Criteria) - Method in interface org.hawkular.apm.api.services.AnalyticsService
This method returns the list of trace completion times that meet the supplied criteria.
getTraceCompletionTimeseriesStatistics(String, Criteria, long) - Method in interface org.hawkular.apm.api.services.AnalyticsService
This method returns the completion timeseries statistics, for the specified criteria, that were executed during the time range.
getType() - Method in class org.hawkular.apm.api.model.analytics.EndpointInfo
 
getType() - Method in class org.hawkular.apm.api.model.config.btxn.AddContentAction
 
getType() - Method in class org.hawkular.apm.api.model.config.btxn.SetPropertyAction
 
getType() - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.InstrumentBind
 
getType() - Method in class org.hawkular.apm.api.model.events.NodeDetails
 
getType() - Method in class org.hawkular.apm.api.model.Property
 
getType() - Method in class org.hawkular.apm.api.model.trace.Content
 
getType() - Method in class org.hawkular.apm.api.model.trace.Node
 
getUnboundEndpoints(String, long, long, boolean) - Method in class org.hawkular.apm.api.services.AbstractAnalyticsService
 
getUnboundEndpoints(String, long, long, boolean) - Method in interface org.hawkular.apm.api.services.AnalyticsService
This method returns the unbound endpoints (i.e.
getUpperBound() - Method in class org.hawkular.apm.api.services.Criteria
 
getUri() - Method in class org.hawkular.apm.api.model.analytics.CommunicationSummaryStatistics
 
getUri() - Method in class org.hawkular.apm.api.model.analytics.NodeSummaryStatistics
 
getUri() - Method in class org.hawkular.apm.api.model.events.CompletionTime
 
getUri() - Method in class org.hawkular.apm.api.model.events.NodeDetails
 
getUri() - Method in class org.hawkular.apm.api.model.trace.Node
 
getUri() - Method in class org.hawkular.apm.api.services.Criteria
 
getUriExpression() - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.CollectorAction
 
getUriFilter() - Method in class org.hawkular.apm.api.model.config.btxn.Processor
 
getUriRegex() - Method in class org.hawkular.apm.api.model.analytics.EndpointInfo
 
getUriTemplate() - Method in class org.hawkular.apm.api.model.analytics.EndpointInfo
 
getValue(Trace, Node, Direction, Map<String, ?>, Object[]) - Method in class org.hawkular.apm.api.internal.actions.ExpressionBasedActionHandler
This method returns the value, associated with the expression, for the supplied data.
getValue() - Method in class org.hawkular.apm.api.model.analytics.Cardinality
 
getValue() - Method in class org.hawkular.apm.api.model.config.btxn.LiteralExpression
 
getValue() - Method in class org.hawkular.apm.api.model.Property
 
getValue() - Method in class org.hawkular.apm.api.model.trace.Content
 
getValue() - Method in class org.hawkular.apm.api.model.trace.CorrelationIdentifier
 
getValue() - Method in class org.hawkular.apm.api.services.Criteria.FaultCriteria
 
getValue() - Method in class org.hawkular.apm.api.services.Criteria.PropertyCriteria
 
getValueExpression() - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.SetDetail
 
getValueExpression() - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.SetProperty
 
getValueExpression() - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.SetState
 
getValueExpressions() - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.ProcessContent
 
getXpath() - Method in class org.hawkular.apm.api.model.config.btxn.XMLExpression
 

H

hashCode() - Method in class org.hawkular.apm.api.model.analytics.CommunicationSummaryStatistics.ConnectionStatistics
 
hashCode() - Method in class org.hawkular.apm.api.model.analytics.CommunicationSummaryStatistics
 
hashCode() - Method in class org.hawkular.apm.api.model.analytics.EndpointInfo
hashCode() - Method in class org.hawkular.apm.api.model.events.CommunicationDetails
 
hashCode() - Method in class org.hawkular.apm.api.model.events.CommunicationDetails.Outbound
 
hashCode() - Method in class org.hawkular.apm.api.model.events.NodeDetails
 
hashCode() - Method in class org.hawkular.apm.api.model.events.ProducerInfo
 
hashCode() - Method in class org.hawkular.apm.api.model.Property
 
hashCode() - Method in class org.hawkular.apm.api.model.trace.Component
 
hashCode() - Method in class org.hawkular.apm.api.model.trace.Consumer
 
hashCode() - Method in class org.hawkular.apm.api.model.trace.ContainerNode
 
hashCode() - Method in class org.hawkular.apm.api.model.trace.Content
 
hashCode() - Method in class org.hawkular.apm.api.model.trace.CorrelationIdentifier
 
hashCode() - Method in class org.hawkular.apm.api.model.trace.InteractionNode
 
hashCode() - Method in class org.hawkular.apm.api.model.trace.Message
 
hashCode() - Method in class org.hawkular.apm.api.model.trace.Node
 
hashCode() - Method in class org.hawkular.apm.api.model.trace.Producer
 
hashCode() - Method in class org.hawkular.apm.api.model.trace.Trace
 
hasMetrics(CommunicationSummaryStatistics) - Static method in class org.hawkular.apm.api.services.AbstractAnalyticsService
This method determines whether the communication summary statistics have defined metrics.
hasProperty(String) - Method in class org.hawkular.apm.api.model.events.CommunicationDetails
This method determines whether there is atleast one property with the supplied name.
hasProperty(String) - Method in class org.hawkular.apm.api.model.events.CompletionTime
This method determines whether there is atleast one property with the supplied name.
hasProperty(String) - Method in class org.hawkular.apm.api.model.events.NodeDetails
This method determines whether there is atleast one property with the supplied name.
hasProperty(String) - Method in class org.hawkular.apm.api.model.events.ProducerInfo
This method determines whether there is atleast one property with the supplied name.
hasProperty(String) - Method in class org.hawkular.apm.api.model.trace.Node
This method determines whether there is atleast one property with the supplied name.
hasProperty(String) - Method in class org.hawkular.apm.api.model.trace.Trace
This method determines whether there is atleast one property with the supplied name.
hasProperty(String) - Static method in class org.hawkular.apm.api.utils.PropertyUtil
This method determines whether a property exists, as a system property or environment variable.
HAWKULAR_APM_COLLECTOR_BATCHSIZE - Static variable in class org.hawkular.apm.api.utils.PropertyUtil
The maximum number of traces to batch before sending to the server.
HAWKULAR_APM_COLLECTOR_BATCHTHREADS - Static variable in class org.hawkular.apm.api.utils.PropertyUtil
The thread pool size for reporting a batch of traces to the server.
HAWKULAR_APM_COLLECTOR_BATCHTIME - Static variable in class org.hawkular.apm.api.utils.PropertyUtil
The maximum time (in milliseconds) before sending a batch of traces to the server.
HAWKULAR_APM_CONFIG - Static variable in class org.hawkular.apm.api.services.ConfigurationLoader
The system property that optional contains the location of the configuration
HAWKULAR_APM_CONFIG_REFRESH - Static variable in class org.hawkular.apm.api.utils.PropertyUtil
 
HAWKULAR_APM_CONFIG_RETRY_INTERVAL - Static variable in class org.hawkular.apm.api.utils.PropertyUtil
 
HAWKULAR_APM_KAFKA_CONSUMER_AUTO_COMMIT_INTERVAL - Static variable in class org.hawkular.apm.api.utils.PropertyUtil
The interval (in milliseconds) between consumer auto commits.
HAWKULAR_APM_KAFKA_CONSUMER_SESSION_TIMEOUT - Static variable in class org.hawkular.apm.api.utils.PropertyUtil
The kafka consumer session timeout (in milliseconds).
HAWKULAR_APM_KAFKA_MAX_POLL_RECORDS - Static variable in class org.hawkular.apm.api.utils.PropertyUtil
The maximum number of records to retrieve when polling a topic.
HAWKULAR_APM_KAFKA_POLLING_INTERVAL - Static variable in class org.hawkular.apm.api.utils.PropertyUtil
The standard polling interval (in milliseconds) used by processors.
HAWKULAR_APM_KAFKA_PRODUCER_RETRIES - Static variable in class org.hawkular.apm.api.utils.PropertyUtil
The maximum number of retries when a producer send fails.
HAWKULAR_APM_LOG_JUL - Static variable in class org.hawkular.apm.api.utils.PropertyUtil
 
HAWKULAR_APM_LOG_LEVEL - Static variable in class org.hawkular.apm.api.utils.PropertyUtil
 
HAWKULAR_APM_PASSWORD - Static variable in class org.hawkular.apm.api.utils.PropertyUtil
 
HAWKULAR_APM_PROCESSOR_LAST_RETRY_DELAY - Static variable in class org.hawkular.apm.api.utils.PropertyUtil
The interval between retrying the processing of a batch of failed events for the last time before giving up.
HAWKULAR_APM_PROCESSOR_MAX_RETRY_COUNT - Static variable in class org.hawkular.apm.api.utils.PropertyUtil
The maximum number of retry attempts when processing a batch of events.
HAWKULAR_APM_PROCESSOR_RETRY_DELAY - Static variable in class org.hawkular.apm.api.utils.PropertyUtil
The interval between retrying the processing of a batch of failed events.
HAWKULAR_APM_URI - Static variable in class org.hawkular.apm.api.utils.PropertyUtil
 
HAWKULAR_APM_URI_PUBLISHER - Static variable in class org.hawkular.apm.api.utils.PropertyUtil
 
HAWKULAR_APM_URI_SERVICES - Static variable in class org.hawkular.apm.api.utils.PropertyUtil
 
HAWKULAR_APM_USERNAME - Static variable in class org.hawkular.apm.api.utils.PropertyUtil
 
HAWKULAR_TENANT - Static variable in class org.hawkular.apm.api.utils.PropertyUtil
 

I

IgnoreNode - Class in org.hawkular.apm.api.model.config.instrumentation.jvm
This type represents the session action for ignoring the current node.
IgnoreNode() - Constructor for class org.hawkular.apm.api.model.config.instrumentation.jvm.IgnoreNode
 
includeProperties(Set<Property>) - Method in class org.hawkular.apm.api.model.trace.ContainerNode
This method adds the properties for this node to the supplied set.
includeProperties(Set<Property>) - Method in class org.hawkular.apm.api.model.trace.Node
This method adds the properties for this node to the supplied set.
info(String) - Method in class org.hawkular.apm.api.logging.Logger
This method logs a message at the INFO level.
init(Processor) - Method in class org.hawkular.apm.api.internal.actions.AddContentActionHandler
This method initialises the process action handler.
init(Processor, ProcessorAction, boolean) - Method in class org.hawkular.apm.api.internal.actions.DataExpressionHandler
This method initialises the expression handler.
init(Processor) - Method in class org.hawkular.apm.api.internal.actions.EvaluateURIActionHandler
This method initialises the process action handler.
init(Processor) - Method in class org.hawkular.apm.api.internal.actions.ExpressionBasedActionHandler
This method initialises the process action handler.
init(Processor, ProcessorAction, boolean) - Method in class org.hawkular.apm.api.internal.actions.ExpressionHandler
This method initialises the expression handler.
init(Processor, ProcessorAction, boolean) - Method in class org.hawkular.apm.api.internal.actions.JSONExpressionHandler
 
init(Processor, ProcessorAction, boolean) - Method in class org.hawkular.apm.api.internal.actions.LiteralExpressionHandler
 
init(Processor) - Method in class org.hawkular.apm.api.internal.actions.ProcessorActionHandler
This method initialises the process action handler.
init(Processor) - Method in class org.hawkular.apm.api.internal.actions.SetDetailActionHandler
This method initialises the process action handler.
init(Processor) - Method in class org.hawkular.apm.api.internal.actions.SetPropertyActionHandler
This method initialises the process action handler.
init(Processor, ProcessorAction, boolean) - Method in class org.hawkular.apm.api.internal.actions.TextExpressionHandler
 
init(Processor, ProcessorAction, boolean) - Method in class org.hawkular.apm.api.internal.actions.XMLExpressionHandler
 
init() - Method in interface org.hawkular.apm.api.services.ServiceLifecycle
This method will initialise the service when first resolved.
initCommunicationSummaryTreeNode(CommunicationSummaryStatistics, Map<String, CommunicationSummaryStatistics>, Set<String>) - Static method in class org.hawkular.apm.api.services.internal.CommunicationSummaryTreeBuilder
This method recursively builds the communication summary tree, using the supplied node map, taking copies of each node to ensure the original list is not modified as some of the nodes may be shared between multiple trees.
initEndpointInfo(List<EndpointInfo>) - Static method in class org.hawkular.apm.api.services.AbstractAnalyticsService
This method initialises the list of endpoint information.
initEndpointInfo(EndpointInfo) - Static method in class org.hawkular.apm.api.services.AbstractAnalyticsService
This method initialises the endpoint information.
initialFragment() - Method in class org.hawkular.apm.api.model.trace.Trace
This method determines whether this trace is the initial fragment of an instance.
InitiateCorrelation - Class in org.hawkular.apm.api.model.config.instrumentation.jvm
This type represents the session action for establishing a correlation, associated with the current thread, identified by an id.
InitiateCorrelation() - Constructor for class org.hawkular.apm.api.model.config.instrumentation.jvm.InitiateCorrelation
 
InstrumentAction - Class in org.hawkular.apm.api.model.config.instrumentation.jvm
This abstract class represents the base type for all instrumentation based actions.
InstrumentAction() - Constructor for class org.hawkular.apm.api.model.config.instrumentation.jvm.InstrumentAction
 
Instrumentation - Class in org.hawkular.apm.api.model.config.instrumentation
This class describes the instrumentation requirements for a particular environment.
Instrumentation() - Constructor for class org.hawkular.apm.api.model.config.instrumentation.Instrumentation
 
InstrumentBind - Class in org.hawkular.apm.api.model.config.instrumentation.jvm
This class represents the bind information for an instrumentation rule.
InstrumentBind() - Constructor for class org.hawkular.apm.api.model.config.instrumentation.jvm.InstrumentBind
 
InstrumentComponent - Class in org.hawkular.apm.api.model.config.instrumentation.jvm
This type represents instrumentation of a component.
InstrumentComponent() - Constructor for class org.hawkular.apm.api.model.config.instrumentation.jvm.InstrumentComponent
 
InstrumentConsumer - Class in org.hawkular.apm.api.model.config.instrumentation.jvm
This type represents instrumentation of a consumer.
InstrumentConsumer() - Constructor for class org.hawkular.apm.api.model.config.instrumentation.jvm.InstrumentConsumer
 
InstrumentProducer - Class in org.hawkular.apm.api.model.config.instrumentation.jvm
This type represents instrumentation of a producer.
InstrumentProducer() - Constructor for class org.hawkular.apm.api.model.config.instrumentation.jvm.InstrumentProducer
 
InstrumentRule - Class in org.hawkular.apm.api.model.config.instrumentation
This class represents an instrumentation rule.
InstrumentRule() - Constructor for class org.hawkular.apm.api.model.config.instrumentation.InstrumentRule
 
InteractionNode - Class in org.hawkular.apm.api.model.trace
This abstract class represents an invocation.
InteractionNode(NodeType) - Constructor for class org.hawkular.apm.api.model.trace.InteractionNode
 
InteractionNode(NodeType, String) - Constructor for class org.hawkular.apm.api.model.trace.InteractionNode
 
interactionNode() - Method in class org.hawkular.apm.api.model.trace.InteractionNode
This method indicates whether this is an interaction based node.
interactionNode() - Method in class org.hawkular.apm.api.model.trace.Node
This method indicates whether this is an interaction based node.
isAllowSpawn() - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.CompleteCorrelation
 
isAvailable() - Method in interface org.hawkular.apm.api.services.ServiceStatus
This method indicates whether the service implementation is available.
isCompile() - Method in class org.hawkular.apm.api.model.config.instrumentation.Instrumentation
 
isCompile() - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.JVM
 
isCorrelated(CorrelationIdentifier) - Method in class org.hawkular.apm.api.model.trace.Node
This method determines whether the node is correlated to the supplied identifier.
isDeleted() - Method in class org.hawkular.apm.api.model.config.btxn.BusinessTxnConfig
 
isInternal() - Method in class org.hawkular.apm.api.model.events.CommunicationDetails
 
isInternal() - Method in class org.hawkular.apm.api.model.events.CompletionTime
 
isLoggable(Logger.Level) - Method in class org.hawkular.apm.api.logging.Logger
This method determines whether the supplied logging level is loggable.
isMultiConsumer() - Method in class org.hawkular.apm.api.model.events.CommunicationDetails
 
isMultiConsumer() - Method in class org.hawkular.apm.api.model.events.CommunicationDetails.Outbound
 
isMultipleConsumers() - Method in class org.hawkular.apm.api.model.events.ProducerInfo
 
isOnStack() - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.SetDetail
 
isOriginalURI(Node, String) - Static method in class org.hawkular.apm.api.utils.NodeUtil
This method determines whether the supplied URI matches the original URI on the node.
isQualifier() - Method in class org.hawkular.apm.api.services.AbstractAnalyticsService.EndpointPart
 
isSession() - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.SetState
 
Issue - Class in org.hawkular.apm.api.model.trace
This class represents an issue reflecting different levels of information that needs to be notified to the adminstrator, associated with the collection and processing of trace information.
Issue() - Constructor for class org.hawkular.apm.api.model.trace.Issue
The default constructor.
isURIRewritten(Node) - Static method in class org.hawkular.apm.api.utils.NodeUtil
This method tests whether the URI has been rewritten.
isUsesContent() - Method in class org.hawkular.apm.api.internal.actions.DataExpressionHandler
This method indicates whether the expression uses content.
isUsesContent() - Method in class org.hawkular.apm.api.internal.actions.ExpressionHandler
This method indicates whether the expression uses content.
isUsesContent() - Method in class org.hawkular.apm.api.internal.actions.ProcessorActionHandler
 
isUsesHeaders() - Method in class org.hawkular.apm.api.internal.actions.DataExpressionHandler
This method indicates whether the expression uses headers.
isUsesHeaders() - Method in class org.hawkular.apm.api.internal.actions.ExpressionHandler
This method indicates whether the expression uses headers.
isUsesHeaders() - Method in class org.hawkular.apm.api.internal.actions.ProcessorActionHandler
 
isVersionValid(String) - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.JVM
This method determines if the rule is valid for the supplied version.

J

JSON - Class in org.hawkular.apm.api.internal.actions.helpers
 
JSON() - Constructor for class org.hawkular.apm.api.internal.actions.helpers.JSON
 
JSONExpression - Class in org.hawkular.apm.api.model.config.btxn
This class represents expression that can be applied to JSON data.
JSONExpression() - Constructor for class org.hawkular.apm.api.model.config.btxn.JSONExpression
 
JSONExpressionHandler - Class in org.hawkular.apm.api.internal.actions
This class provides the JSON expression handler implementation.
JSONExpressionHandler(Expression) - Constructor for class org.hawkular.apm.api.internal.actions.JSONExpressionHandler
 
JVM - Class in org.hawkular.apm.api.model.config.instrumentation.jvm
This class represents an instrumentation rule.
JVM() - Constructor for class org.hawkular.apm.api.model.config.instrumentation.jvm.JVM
 

K

KAFKA_PREFIX - Static variable in class org.hawkular.apm.api.utils.PropertyUtil
The URI prefix to denote use of Kafka

L

Level - Enum in org.hawkular.apm.api.model
This enumerated type represents the level of information to be collected or presented.
LiteralExpression - Class in org.hawkular.apm.api.model.config.btxn
This class represents a literal.
LiteralExpression() - Constructor for class org.hawkular.apm.api.model.config.btxn.LiteralExpression
 
LiteralExpressionHandler - Class in org.hawkular.apm.api.internal.actions
This class provides the XML expression handler implementation.
LiteralExpressionHandler(Expression) - Constructor for class org.hawkular.apm.api.internal.actions.LiteralExpressionHandler
 
loadConfig(String, String) - Static method in class org.hawkular.apm.api.services.ConfigurationLoader
This method loads the configuration from the supplied URI.
log(Logger.Level, String, Throwable) - Method in class org.hawkular.apm.api.logging.Logger
This method logs a message at the supplied message level with an optional exception.
Logger - Class in org.hawkular.apm.api.logging
This is a simple client side logger, to avoid using the Java util logging and JBoss logging managers.
Logger(String) - Constructor for class org.hawkular.apm.api.logging.Logger
This construct is initialised with the class name.
Logger.Level - Enum in org.hawkular.apm.api.logging
This enum represents the logging levels.

M

merge(CollectorConfiguration, boolean) - Method in class org.hawkular.apm.api.model.config.CollectorConfiguration
This method merges the supplied configuration into this configuration.
merge(AbstractAnalyticsService.EndpointPart) - Method in class org.hawkular.apm.api.services.AbstractAnalyticsService.EndpointPart
This method merges the supplied endpoint part into the current part.
Message - Class in org.hawkular.apm.api.model.trace
This class represents information exchanged between two participants in the business transaction flow.
Message() - Constructor for class org.hawkular.apm.api.model.trace.Message
 
metaURI() - Method in class org.hawkular.apm.api.model.analytics.EndpointInfo
This method determines if the URI represents contains meta characters and therefore represents multiple real URIs.
multipleConsumers() - Method in class org.hawkular.apm.api.model.trace.InteractionNode
This method determines whether the interaction node is associated with a multi-consumer communication.

N

NAME_MUST_BE_SPECIFIED - Static variable in class org.hawkular.apm.api.internal.actions.SetPropertyActionHandler
 
Node - Class in org.hawkular.apm.api.model.trace
This abstract class is the base for all nodes describing a trace instance flow.
Node(NodeType) - Constructor for class org.hawkular.apm.api.model.trace.Node
 
Node(NodeType, String) - Constructor for class org.hawkular.apm.api.model.trace.Node
 
NodeComponentTypeStatistics() - Constructor for class org.hawkular.apm.api.model.analytics.NodeTimeseriesStatistics.NodeComponentTypeStatistics
The default constructor.
NodeComponentTypeStatistics(long, long) - Constructor for class org.hawkular.apm.api.model.analytics.NodeTimeseriesStatistics.NodeComponentTypeStatistics
This constructor initialises the stats.
NodeDetails - Class in org.hawkular.apm.api.model.events
This class represents node details derived from a trace fragment.
NodeDetails() - Constructor for class org.hawkular.apm.api.model.events.NodeDetails
 
NodeSummaryStatistics - Class in org.hawkular.apm.api.model.analytics
This class represents summary statistics for nodes.
NodeSummaryStatistics() - Constructor for class org.hawkular.apm.api.model.analytics.NodeSummaryStatistics
 
NodeTimeseriesStatistics - Class in org.hawkular.apm.api.model.analytics
This class represents a set of node summary statistical values.
NodeTimeseriesStatistics() - Constructor for class org.hawkular.apm.api.model.analytics.NodeTimeseriesStatistics
 
NodeTimeseriesStatistics.NodeComponentTypeStatistics - Class in org.hawkular.apm.api.model.analytics
This class represents the stats associated with a node's component type.
NodeType - Enum in org.hawkular.apm.api.model.trace
This enumerated type defines the node types.
NodeUtil - Class in org.hawkular.apm.api.utils
This class provides node utility functions.
NodeUtil() - Constructor for class org.hawkular.apm.api.utils.NodeUtil
 
Notification - Class in org.hawkular.apm.api.model.events
This class represents a notification associated with an issue.
Notification() - Constructor for class org.hawkular.apm.api.model.events.Notification
 

O

obtainEndpoints(List<Node>, List<EndpointInfo>) - Method in class org.hawkular.apm.api.services.AbstractAnalyticsService
This method collects the information regarding endpoints.
obtainProducerEndpoints(List<Node>, List<EndpointInfo>, Map<String, EndpointInfo>) - Method in class org.hawkular.apm.api.services.AbstractAnalyticsService
This method collects the information regarding endpoints for contained producers.
org.hawkular.apm.api.internal.actions - package org.hawkular.apm.api.internal.actions
 
org.hawkular.apm.api.internal.actions.helpers - package org.hawkular.apm.api.internal.actions.helpers
 
org.hawkular.apm.api.logging - package org.hawkular.apm.api.logging
 
org.hawkular.apm.api.model - package org.hawkular.apm.api.model
 
org.hawkular.apm.api.model.analytics - package org.hawkular.apm.api.model.analytics
 
org.hawkular.apm.api.model.config - package org.hawkular.apm.api.model.config
 
org.hawkular.apm.api.model.config.btxn - package org.hawkular.apm.api.model.config.btxn
 
org.hawkular.apm.api.model.config.instrumentation - package org.hawkular.apm.api.model.config.instrumentation
 
org.hawkular.apm.api.model.config.instrumentation.jvm - package org.hawkular.apm.api.model.config.instrumentation.jvm
 
org.hawkular.apm.api.model.events - package org.hawkular.apm.api.model.events
 
org.hawkular.apm.api.model.trace - package org.hawkular.apm.api.model.trace
 
org.hawkular.apm.api.services - package org.hawkular.apm.api.services
 
org.hawkular.apm.api.services.internal - package org.hawkular.apm.api.services.internal
 
org.hawkular.apm.api.utils - package org.hawkular.apm.api.utils
 
Outbound() - Constructor for class org.hawkular.apm.api.model.events.CommunicationDetails.Outbound
 
overallEndTime() - Method in class org.hawkular.apm.api.model.trace.ContainerNode
This method determines the overall end time of this node.
overallEndTime() - Method in class org.hawkular.apm.api.model.trace.Node
This method determines the overall end time of this node.

P

parameters() - Method in class org.hawkular.apm.api.services.Criteria
This method returns the criteria as a map of name/value pairs.
Percentiles - Class in org.hawkular.apm.api.model.analytics
This class represents a set of percentiles.
Percentiles() - Constructor for class org.hawkular.apm.api.model.analytics.Percentiles
 
predicate(String, Object) - Static method in class org.hawkular.apm.api.internal.actions.helpers.JSON
This method evaluates the predicate based on the jsonpath expression on the supplied node.
predicate(String, Object) - Static method in class org.hawkular.apm.api.internal.actions.helpers.XML
This method evaluates the predicate based on the xpath expression on the supplied node.
PrincipalInfo - Class in org.hawkular.apm.api.model.analytics
This class represents information related to a principal associated with trace fragments.
PrincipalInfo() - Constructor for class org.hawkular.apm.api.model.analytics.PrincipalInfo
 
process(Trace, Node, Direction, Map<String, ?>, Object[]) - Method in class org.hawkular.apm.api.internal.actions.AddContentActionHandler
 
process(Trace, Node, Direction, Map<String, ?>, Object[]) - Method in class org.hawkular.apm.api.internal.actions.AddCorrelationIdActionHandler
 
process(Trace, Node, Direction, Map<String, ?>, Object[]) - Method in class org.hawkular.apm.api.internal.actions.EvaluateURIActionHandler
 
process(Trace, Node, Direction, Map<String, ?>, Object[]) - Method in class org.hawkular.apm.api.internal.actions.ProcessorActionHandler
This method processes the supplied information to extract the relevant details.
process(Trace, Node, Direction, Map<String, ?>, Object[]) - Method in class org.hawkular.apm.api.internal.actions.SetDetailActionHandler
 
process(Trace, Node, Direction, Map<String, ?>, Object[]) - Method in class org.hawkular.apm.api.internal.actions.SetFaultActionHandler
 
process(Trace, Node, Direction, Map<String, ?>, Object[]) - Method in class org.hawkular.apm.api.internal.actions.SetFaultDescriptionActionHandler
 
process(Trace, Node, Direction, Map<String, ?>, Object[]) - Method in class org.hawkular.apm.api.internal.actions.SetPropertyActionHandler
 
ProcessContent - Class in org.hawkular.apm.api.model.config.instrumentation.jvm
This type represents processing of a request/in or response/out data content.
ProcessContent() - Constructor for class org.hawkular.apm.api.model.config.instrumentation.jvm.ProcessContent
 
ProcessHeaders - Class in org.hawkular.apm.api.model.config.instrumentation.jvm
This type represents processing of a request/in or response/out headers.
ProcessHeaders() - Constructor for class org.hawkular.apm.api.model.config.instrumentation.jvm.ProcessHeaders
 
Processor - Class in org.hawkular.apm.api.model.config.btxn
This class represents a processor, used to extract information from the instrumented location, to derive properties, correlation ids and contents to be stored in the trace fragment/nodes.
Processor() - Constructor for class org.hawkular.apm.api.model.config.btxn.Processor
 
ProcessorAction - Class in org.hawkular.apm.api.model.config.btxn
This class represents a processing action to be performed on information associated with an instrumentation location.
ProcessorAction() - Constructor for class org.hawkular.apm.api.model.config.btxn.ProcessorAction
 
ProcessorActionHandler - Class in org.hawkular.apm.api.internal.actions
 
ProcessorActionHandler(ProcessorAction) - Constructor for class org.hawkular.apm.api.internal.actions.ProcessorActionHandler
 
ProcessorActionHandlerFactory - Class in org.hawkular.apm.api.internal.actions
This class provides a factory for creating handlers associated with processor actions.
ProcessorActionHandlerFactory() - Constructor for class org.hawkular.apm.api.internal.actions.ProcessorActionHandlerFactory
 
ProcessorIssue - Class in org.hawkular.apm.api.model.trace
This class represents an issue associated with the processor.
ProcessorIssue() - Constructor for class org.hawkular.apm.api.model.trace.ProcessorIssue
The default constructor.
processQueryParameters(Trace, Node) - Method in class org.hawkular.apm.api.internal.actions.EvaluateURIActionHandler
This method processes the query parameters associated with the supplied node to extract templated named values as properties on the trace node.
Producer - Class in org.hawkular.apm.api.model.trace
This class represents the situation where the trace flow is communicating with an external participant.
Producer() - Constructor for class org.hawkular.apm.api.model.trace.Producer
 
Producer(String, String) - Constructor for class org.hawkular.apm.api.model.trace.Producer
 
ProducerInfo - Class in org.hawkular.apm.api.model.events
This class represents information cached about a producer, to enable it to be correlated to a consumer.
ProducerInfo() - Constructor for class org.hawkular.apm.api.model.events.ProducerInfo
 
PROP_SERVICE_NAME - Static variable in class org.hawkular.apm.api.model.Constants
Property key representing service name
Property - Class in org.hawkular.apm.api.model
This class represents a property.
Property() - Constructor for class org.hawkular.apm.api.model.Property
The default constructor.
Property(String, String) - Constructor for class org.hawkular.apm.api.model.Property
The constructor.
Property(String, String, PropertyType) - Constructor for class org.hawkular.apm.api.model.Property
The constructor.
PropertyCriteria() - Constructor for class org.hawkular.apm.api.services.Criteria.PropertyCriteria
This is the default constructor.
PropertyCriteria(String, String, Criteria.Operator) - Constructor for class org.hawkular.apm.api.services.Criteria.PropertyCriteria
This constructor initialises the fields.
PropertyInfo - Class in org.hawkular.apm.api.model.analytics
This class represents information related to a property associated with trace fragments.
PropertyInfo() - Constructor for class org.hawkular.apm.api.model.analytics.PropertyInfo
 
PropertyType - Enum in org.hawkular.apm.api.model
This enumerated value represents a property type.
PropertyUtil - Class in org.hawkular.apm.api.utils
This class provides access to properties.
PropertyUtil() - Constructor for class org.hawkular.apm.api.utils.PropertyUtil
 
publish(String, List<T>) - Method in interface org.hawkular.apm.api.services.Publisher
This method publishes the list of items.
publish(String, List<T>, int, long) - Method in interface org.hawkular.apm.api.services.Publisher
This method publishes the list of items.
published(String, List<T>, long) - Method in interface org.hawkular.apm.api.services.PublisherMetricHandler
This method is invoked with the time taken to publish the supplied items.
Publisher<T> - Interface in org.hawkular.apm.api.services
This interface provides the capability for publishing a list of items.
PublisherMetricHandler<T> - Interface in org.hawkular.apm.api.services
This interface enables an application to register a handler for metric information from the publisher.

R

readExternal(ObjectInput) - Method in class org.hawkular.apm.api.model.events.CommunicationDetails.Outbound
 
readExternal(ObjectInput) - Method in class org.hawkular.apm.api.model.events.CommunicationDetails
 
readExternal(ObjectInput) - Method in class org.hawkular.apm.api.model.events.ProducerInfo
 
readExternal(ObjectInput) - Method in class org.hawkular.apm.api.model.Property
 
removeBusinessTransaction(String, String) - Method in interface org.hawkular.apm.api.services.ConfigurationService
This method removes a business transaction configuration.
ReportingLevel - Enum in org.hawkular.apm.api.model.config
This enumerated type defines the reporting levels for trace instance information.
retry(String, List<T>, String, int, long) - Method in interface org.hawkular.apm.api.services.Publisher
This method publishes the list of items.
rewriteURI(Node, String) - Static method in class org.hawkular.apm.api.utils.NodeUtil
This method rewrites the URI associated with the supplied node and stores the original in the node's details.

S

searchFragments(String, Criteria) - Method in interface org.hawkular.apm.api.services.TraceService
This method returns a set of trace fragments that meet the supplied query criteria.
selectNode(String, Object) - Static method in class org.hawkular.apm.api.internal.actions.helpers.XML
This method obtains the node, identified by the xpath expression, from the supplied node.
SerializationUtil - Class in org.hawkular.apm.api.utils
 
SerializationUtil() - Constructor for class org.hawkular.apm.api.utils.SerializationUtil
 
serialize(Object) - Static method in class org.hawkular.apm.api.internal.actions.helpers.JSON
This method serializes the supplied object to a JSON document.
serialize(Object) - Static method in class org.hawkular.apm.api.internal.actions.helpers.Text
This method converts the supplied object to a string.
serialize(Object) - Static method in class org.hawkular.apm.api.internal.actions.helpers.XML
This method serializes the supplied XML object to a string.
serializeDOMSource(DOMSource) - Static method in class org.hawkular.apm.api.internal.actions.helpers.XML
This method serializes the supplied DOM node to a string.
serializeNode(Node) - Static method in class org.hawkular.apm.api.internal.actions.helpers.XML
This method serializes the supplied DOM node to a string.
serializeString(ObjectOutput, String) - Static method in class org.hawkular.apm.api.utils.SerializationUtil
This method is used to serialize a potentially null string.
ServiceLifecycle - Interface in org.hawkular.apm.api.services
This interface provides lifecycle methods for the service.
ServiceResolver - Class in org.hawkular.apm.api.services
This utility class provides service lookup and management of singletons based on the java ServiceLoader mechanism.
ServiceResolver() - Constructor for class org.hawkular.apm.api.services.ServiceResolver
 
ServiceStatus - Interface in org.hawkular.apm.api.services
This interface provides information about the status of a service.
SessionAction - Class in org.hawkular.apm.api.model.config.instrumentation.jvm
This abstract type represents actions performed on the session.
SessionAction() - Constructor for class org.hawkular.apm.api.model.config.instrumentation.jvm.SessionAction
 
setAction(ProcessorAction) - Method in class org.hawkular.apm.api.internal.actions.ProcessorActionHandler
 
setAction(String) - Method in class org.hawkular.apm.api.model.config.btxn.ConfigMessage
 
setAction(String) - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.FreeFormAction
 
setAction(String) - Method in class org.hawkular.apm.api.model.trace.ProcessorIssue
 
setActions(List<ProcessorAction>) - Method in class org.hawkular.apm.api.model.config.btxn.Processor
 
setActions(List<InstrumentAction>) - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.JVM
 
setActual(long) - Method in class org.hawkular.apm.api.model.analytics.NodeSummaryStatistics
 
setActual(long) - Method in class org.hawkular.apm.api.model.events.NodeDetails
This method sets the actual duration, in nanoseconds.
setAllowSpawn(boolean) - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.CompleteCorrelation
 
setAverage(long) - Method in class org.hawkular.apm.api.model.analytics.CompletionTimeseriesStatistics
 
setAverageDuration(long) - Method in class org.hawkular.apm.api.model.analytics.CommunicationSummaryStatistics
 
setAverageLatency(long) - Method in class org.hawkular.apm.api.model.analytics.CommunicationSummaryStatistics.ConnectionStatistics
 
setBaseTime(long) - Method in class org.hawkular.apm.api.model.trace.Node
 
setBinds(List<InstrumentBind>) - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.JVM
 
SetBusinessTransaction - Class in org.hawkular.apm.api.model.config.instrumentation.jvm
This type represents the action for setting the business transaction name.
SetBusinessTransaction() - Constructor for class org.hawkular.apm.api.model.config.instrumentation.jvm.SetBusinessTransaction
 
setBusinessTransaction(String) - Method in class org.hawkular.apm.api.model.events.CommunicationDetails
 
setBusinessTransaction(String) - Method in class org.hawkular.apm.api.model.events.CompletionTime
 
setBusinessTransaction(String) - Method in class org.hawkular.apm.api.model.events.NodeDetails
 
setBusinessTransaction(String) - Method in class org.hawkular.apm.api.model.events.Notification
 
setBusinessTransaction(String) - Method in class org.hawkular.apm.api.model.trace.Trace
 
setBusinessTransaction(String, String, BusinessTxnConfig) - Method in interface org.hawkular.apm.api.services.ConfigurationService
This method adds (if does not exist) or updates (if exists) a business transaction configuration.
setBusinessTransaction(String) - Method in class org.hawkular.apm.api.services.Criteria
If a null name is used, then it will match any transaction whether it has a name or not.
setBusinessTransactions(Map<String, BusinessTxnConfig>) - Method in class org.hawkular.apm.api.model.config.CollectorConfiguration
 
setBusinessTransactions(String, Map<String, BusinessTxnConfig>) - Method in class org.hawkular.apm.api.services.AbstractConfigurationService
 
setBusinessTransactions(String, Map<String, BusinessTxnConfig>) - Method in interface org.hawkular.apm.api.services.ConfigurationService
This method adds (if does not exist) or updates (if exists) the business transaction configurations.
setChildren(Map<String, AbstractAnalyticsService.EndpointPart>) - Method in class org.hawkular.apm.api.services.AbstractAnalyticsService.EndpointPart
 
setClassName(String) - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.JVM
 
setCompile(boolean) - Method in class org.hawkular.apm.api.model.config.instrumentation.Instrumentation
 
setCompile(boolean) - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.JVM
 
setComponentType(String) - Method in class org.hawkular.apm.api.model.analytics.NodeSummaryStatistics
 
setComponentType(String) - Method in class org.hawkular.apm.api.model.events.NodeDetails
 
setComponentType(String) - Method in class org.hawkular.apm.api.model.trace.Component
 
setComponentTypeExpression(String) - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.InstrumentComponent
 
setComponentTypes(Map<String, NodeTimeseriesStatistics.NodeComponentTypeStatistics>) - Method in class org.hawkular.apm.api.model.analytics.NodeTimeseriesStatistics
 
setCondition(String) - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.JVM
 
setConfigurationService(ConfigurationService) - Method in class org.hawkular.apm.api.services.AbstractAnalyticsService
This method sets the configuration service.
setConsumerDuration(long) - Method in class org.hawkular.apm.api.model.events.CommunicationDetails
 
setContent(Map<String, Content>) - Method in class org.hawkular.apm.api.model.trace.Message
 
setContextExpression(String) - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.SetState
 
setCorrelationIds(List<CorrelationIdentifier>) - Method in class org.hawkular.apm.api.model.events.NodeDetails
 
setCorrelationIds(List<CorrelationIdentifier>) - Method in class org.hawkular.apm.api.model.trace.Node
 
setCorrelationIds(Set<CorrelationIdentifier>) - Method in class org.hawkular.apm.api.services.Criteria
 
setCount(long) - Method in class org.hawkular.apm.api.model.analytics.Cardinality
 
setCount(long) - Method in class org.hawkular.apm.api.model.analytics.CommunicationSummaryStatistics.ConnectionStatistics
 
setCount(long) - Method in class org.hawkular.apm.api.model.analytics.CommunicationSummaryStatistics
 
setCount(long) - Method in class org.hawkular.apm.api.model.analytics.CompletionTimeseriesStatistics
 
setCount(long) - Method in class org.hawkular.apm.api.model.analytics.NodeSummaryStatistics
 
setCount(long) - Method in class org.hawkular.apm.api.model.analytics.NodeTimeseriesStatistics.NodeComponentTypeStatistics
 
setCount(long) - Method in class org.hawkular.apm.api.model.analytics.PrincipalInfo
 
setCount(int) - Method in class org.hawkular.apm.api.services.AbstractAnalyticsService.EndpointPart
 
setDeleted(boolean) - Method in class org.hawkular.apm.api.model.config.btxn.BusinessTxnConfig
 
setDescription(String) - Method in class org.hawkular.apm.api.model.config.btxn.BusinessTxnConfig
 
setDescription(String) - Method in class org.hawkular.apm.api.model.config.btxn.BusinessTxnSummary
 
setDescription(String) - Method in class org.hawkular.apm.api.model.config.btxn.Processor
 
setDescription(String) - Method in class org.hawkular.apm.api.model.config.btxn.ProcessorAction
 
setDescription(String) - Method in class org.hawkular.apm.api.model.config.instrumentation.Instrumentation
 
setDescription(String) - Method in class org.hawkular.apm.api.model.trace.Issue
 
setDescriptionExpression(String) - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.SetFault
 
SetDetail - Class in org.hawkular.apm.api.model.config.instrumentation.jvm
This type represents the action for setting the detail name and value.
SetDetail() - Constructor for class org.hawkular.apm.api.model.config.instrumentation.jvm.SetDetail
 
SetDetailAction - Class in org.hawkular.apm.api.model.config.btxn
This class represents the action of setting a detail on the node.
SetDetailAction() - Constructor for class org.hawkular.apm.api.model.config.btxn.SetDetailAction
 
SetDetailActionHandler - Class in org.hawkular.apm.api.internal.actions
This handler is associated with the SetDetail action.
SetDetailActionHandler(ProcessorAction) - Constructor for class org.hawkular.apm.api.internal.actions.SetDetailActionHandler
This constructor initialises the action.
setDetails(Map<String, String>) - Method in class org.hawkular.apm.api.model.events.NodeDetails
 
setDetails(Map<String, String>) - Method in class org.hawkular.apm.api.model.trace.Node
 
setDirection(Direction) - Method in class org.hawkular.apm.api.model.config.btxn.Processor
 
setDirection(Direction) - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.CollectorAction
 
setDirection(Direction) - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.ProcessContent
 
setDirection(Direction) - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.ProcessHeaders
 
setDuration(long) - Method in class org.hawkular.apm.api.model.analytics.NodeTimeseriesStatistics.NodeComponentTypeStatistics
 
setDuration(long) - Method in class org.hawkular.apm.api.model.events.CompletionTime
The duration in milliseconds.
setDuration(long) - Method in class org.hawkular.apm.api.model.events.ProducerInfo
 
setDuration(long) - Method in class org.hawkular.apm.api.model.trace.Node
 
setElapsed(long) - Method in class org.hawkular.apm.api.model.analytics.NodeSummaryStatistics
 
setElapsed(long) - Method in class org.hawkular.apm.api.model.events.NodeDetails
This method sets the elapsed duration, in nanoseconds.
setEndpoint(String) - Method in class org.hawkular.apm.api.model.analytics.EndpointInfo
 
setEndpointType(String) - Method in class org.hawkular.apm.api.model.events.CompletionTime
 
setEndpointType(String) - Method in class org.hawkular.apm.api.model.trace.Consumer
 
setEndpointType(String) - Method in class org.hawkular.apm.api.model.trace.Producer
 
setEndpointType(String) - Method in class org.hawkular.apm.api.services.AbstractAnalyticsService.EndpointPart
 
setEndpointTypeExpression(String) - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.InstrumentConsumer
 
setEndpointTypeExpression(String) - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.InstrumentProducer
 
setEndTime(long) - Method in class org.hawkular.apm.api.services.Criteria
 
setExclusions(List<String>) - Method in class org.hawkular.apm.api.model.config.btxn.Filter
 
setExpression(Expression) - Method in class org.hawkular.apm.api.internal.actions.ExpressionHandler
 
setExpression(Expression) - Method in class org.hawkular.apm.api.model.config.btxn.ExpressionBasedAction
 
setExpression(String) - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.InstrumentBind
 
SetFault - Class in org.hawkular.apm.api.model.config.instrumentation.jvm
This type represents the action for setting the fault name and description.
SetFault() - Constructor for class org.hawkular.apm.api.model.config.instrumentation.jvm.SetFault
 
setFault(String) - Method in class org.hawkular.apm.api.model.events.CompletionTime
 
setFault(String) - Method in class org.hawkular.apm.api.model.events.NodeDetails
 
setFault(String) - Method in class org.hawkular.apm.api.model.trace.Node
 
SetFaultAction - Class in org.hawkular.apm.api.model.config.btxn
This class represents the action of setting a fault code.
SetFaultAction() - Constructor for class org.hawkular.apm.api.model.config.btxn.SetFaultAction
 
SetFaultActionHandler - Class in org.hawkular.apm.api.internal.actions
This handler is associated with the SetFault action.
SetFaultActionHandler(ProcessorAction) - Constructor for class org.hawkular.apm.api.internal.actions.SetFaultActionHandler
This constructor initialises the action.
setFaultCount(long) - Method in class org.hawkular.apm.api.model.analytics.CompletionTimeseriesStatistics
 
setFaultDescription(String) - Method in class org.hawkular.apm.api.model.trace.Node
 
SetFaultDescriptionAction - Class in org.hawkular.apm.api.model.config.btxn
This class represents the action for setting the fault description.
SetFaultDescriptionAction() - Constructor for class org.hawkular.apm.api.model.config.btxn.SetFaultDescriptionAction
 
SetFaultDescriptionActionHandler - Class in org.hawkular.apm.api.internal.actions
This handler is associated with the SetFaultDescription action.
SetFaultDescriptionActionHandler(ProcessorAction) - Constructor for class org.hawkular.apm.api.internal.actions.SetFaultDescriptionActionHandler
This constructor initialises the action.
setFaultFilter(String) - Method in class org.hawkular.apm.api.model.config.btxn.Processor
 
setFaults(Set<Criteria.FaultCriteria>) - Method in class org.hawkular.apm.api.services.Criteria
 
setField(String) - Method in class org.hawkular.apm.api.model.config.btxn.ConfigMessage
 
setField(String) - Method in class org.hawkular.apm.api.model.trace.ProcessorIssue
 
setFilter(Filter) - Method in class org.hawkular.apm.api.model.config.btxn.BusinessTxnConfig
 
setFragmentId(String) - Method in class org.hawkular.apm.api.model.events.ProducerInfo
 
setFromVersion(String) - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.JVM
 
setHeaders(Map<String, String>) - Method in class org.hawkular.apm.api.model.trace.Message
 
setHeadersExpression(String) - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.ProcessHeaders
 
setHelper(String) - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.JVM
 
setHostAddress(String) - Method in class org.hawkular.apm.api.model.events.CompletionTime
Set host address (e.g.
setHostAddress(String) - Method in class org.hawkular.apm.api.model.events.NodeDetails
Set host address (e.g.
setHostAddress(String) - Method in class org.hawkular.apm.api.model.events.Notification
 
setHostAddress(String) - Method in class org.hawkular.apm.api.model.events.ProducerInfo
 
setHostAddress(String) - Method in class org.hawkular.apm.api.model.trace.Trace
 
setHostName(String) - Method in class org.hawkular.apm.api.model.events.CompletionTime
 
setHostName(String) - Method in class org.hawkular.apm.api.model.events.NodeDetails
 
setHostName(String) - Method in class org.hawkular.apm.api.model.events.Notification
 
setHostName(String) - Method in class org.hawkular.apm.api.model.events.ProducerInfo
 
setHostName(String) - Method in class org.hawkular.apm.api.model.trace.Trace
 
setHostName(String) - Method in class org.hawkular.apm.api.services.Criteria
 
setId(String) - Method in class org.hawkular.apm.api.model.analytics.CommunicationSummaryStatistics
 
setId(String) - Method in class org.hawkular.apm.api.model.analytics.PrincipalInfo
 
setId(String) - Method in class org.hawkular.apm.api.model.events.CommunicationDetails
 
setId(String) - Method in class org.hawkular.apm.api.model.events.CompletionTime
 
setId(String) - Method in class org.hawkular.apm.api.model.events.NodeDetails
 
setId(String) - Method in class org.hawkular.apm.api.model.events.Notification
 
setId(String) - Method in class org.hawkular.apm.api.model.events.ProducerInfo
 
setId(String) - Method in class org.hawkular.apm.api.model.trace.Trace
 
setIdExpression(String) - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.CollectorAction
 
setIdExpression(String) - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.CompleteCorrelation
 
setIdExpression(String) - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.Correlate
 
setIdExpression(String) - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.InitiateCorrelation
 
setIds(List<String>) - Method in class org.hawkular.apm.api.model.events.CommunicationDetails.Outbound
 
setIn(Message) - Method in class org.hawkular.apm.api.model.trace.InteractionNode
 
setInclusions(List<String>) - Method in class org.hawkular.apm.api.model.config.btxn.Filter
 
setInstrumentation(Map<String, Instrumentation>) - Method in class org.hawkular.apm.api.model.config.CollectorConfiguration
 
setInterfaceName(String) - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.JVM
 
setInternal(boolean) - Method in class org.hawkular.apm.api.model.events.CommunicationDetails
 
setInternal(boolean) - Method in class org.hawkular.apm.api.model.events.CompletionTime
 
setIssues(List<Issue>) - Method in class org.hawkular.apm.api.internal.actions.ExpressionHandler
 
setIssues(List<Issue>) - Method in class org.hawkular.apm.api.internal.actions.ProcessorActionHandler
 
setIssues(List<Issue>) - Method in class org.hawkular.apm.api.model.events.Notification
 
setIssues(List<Issue>) - Method in class org.hawkular.apm.api.model.trace.Node
 
setJsonpath(String) - Method in class org.hawkular.apm.api.model.config.btxn.JSONExpression
 
setKey(String) - Method in class org.hawkular.apm.api.model.config.btxn.DataExpression
 
setLastUpdated(long) - Method in class org.hawkular.apm.api.model.config.btxn.BusinessTxnConfig
 
setLatency(long) - Method in class org.hawkular.apm.api.model.events.CommunicationDetails
This method sets the latency, between a producer and consumer, in milliseconds.
setLevel(ReportingLevel) - Method in class org.hawkular.apm.api.model.config.btxn.BusinessTxnConfig
 
setLevel(ReportingLevel) - Method in class org.hawkular.apm.api.model.config.btxn.BusinessTxnSummary
 
SetLevel - Class in org.hawkular.apm.api.model.config.instrumentation.jvm
This type represents the action for setting the reporting level.
SetLevel() - Constructor for class org.hawkular.apm.api.model.config.instrumentation.jvm.SetLevel
 
setLevelExpression(String) - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.SetLevel
 
setLocation(String) - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.JVM
 
setLowerBound(long) - Method in class org.hawkular.apm.api.services.Criteria
 
setMax(long) - Method in class org.hawkular.apm.api.model.analytics.CompletionTimeseriesStatistics
 
setMaximumDuration(long) - Method in class org.hawkular.apm.api.model.analytics.CommunicationSummaryStatistics
 
setMaximumLatency(long) - Method in class org.hawkular.apm.api.model.analytics.CommunicationSummaryStatistics.ConnectionStatistics
 
setMaxResponseSize(int) - Method in class org.hawkular.apm.api.services.Criteria
 
setMessage(String) - Method in class org.hawkular.apm.api.model.config.btxn.ConfigMessage
 
setMethodName(String) - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.JVM
 
setMetricHandler(PublisherMetricHandler<T>) - Method in interface org.hawkular.apm.api.services.Publisher
This method sets the metric handler for the publisher.
setMin(long) - Method in class org.hawkular.apm.api.model.analytics.CompletionTimeseriesStatistics
 
setMinimumDuration(long) - Method in class org.hawkular.apm.api.model.analytics.CommunicationSummaryStatistics
 
setMinimumLatency(long) - Method in class org.hawkular.apm.api.model.analytics.CommunicationSummaryStatistics.ConnectionStatistics
 
setMultiConsumer(boolean) - Method in class org.hawkular.apm.api.model.events.CommunicationDetails.Outbound
 
setMultiConsumer(boolean) - Method in class org.hawkular.apm.api.model.events.CommunicationDetails
 
setMultipleConsumers(boolean) - Method in class org.hawkular.apm.api.model.events.ProducerInfo
 
setName(String) - Method in class org.hawkular.apm.api.model.analytics.PropertyInfo
 
setName(String) - Method in class org.hawkular.apm.api.model.config.btxn.AddContentAction
 
setName(String) - Method in class org.hawkular.apm.api.model.config.btxn.BusinessTxnSummary
 
setName(String) - Method in class org.hawkular.apm.api.model.config.btxn.SetDetailAction
 
setName(String) - Method in class org.hawkular.apm.api.model.config.btxn.SetPropertyAction
 
setName(String) - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.InstrumentBind
 
setName(String) - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.SetDetail
 
setName(String) - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.SetProperty
 
setName(String) - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.SetState
 
setName(String) - Method in class org.hawkular.apm.api.model.Property
 
setName(String) - Method in class org.hawkular.apm.api.services.Criteria.PropertyCriteria
 
setNameExpression(String) - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.SetBusinessTransaction
 
setNameExpression(String) - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.SetFault
 
setNameExpression(String) - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.SetPrincipal
 
setNode(CommunicationSummaryStatistics) - Method in class org.hawkular.apm.api.model.analytics.CommunicationSummaryStatistics.ConnectionStatistics
 
setNodes(List<Node>) - Method in class org.hawkular.apm.api.model.trace.ContainerNode
 
setNodes(List<Node>) - Method in class org.hawkular.apm.api.model.trace.Trace
 
setNodeType(NodeType) - Method in class org.hawkular.apm.api.model.config.btxn.Processor
 
setNodeType(String) - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.SetDetail
 
setNotes(List<String>) - Method in class org.hawkular.apm.api.model.config.instrumentation.InstrumentRule
 
setNumber(Double) - Method in class org.hawkular.apm.api.model.Property
 
setOnStack(boolean) - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.SetDetail
 
setOperation(String) - Method in class org.hawkular.apm.api.model.analytics.CommunicationSummaryStatistics
 
setOperation(String) - Method in class org.hawkular.apm.api.model.analytics.NodeSummaryStatistics
 
setOperation(String) - Method in class org.hawkular.apm.api.model.config.btxn.Processor
 
setOperation(String) - Method in class org.hawkular.apm.api.model.events.CompletionTime
 
setOperation(String) - Method in class org.hawkular.apm.api.model.events.NodeDetails
 
setOperation(String) - Method in class org.hawkular.apm.api.model.trace.Node
 
setOperation(String) - Method in class org.hawkular.apm.api.services.Criteria
 
setOperationExpression(String) - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.InstrumentComponent
 
setOperationExpression(String) - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.InstrumentConsumer
 
setOperationExpression(String) - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.InstrumentProducer
 
setOperator(Criteria.Operator) - Method in class org.hawkular.apm.api.services.Criteria.FaultCriteria
 
setOperator(Criteria.Operator) - Method in class org.hawkular.apm.api.services.Criteria.PropertyCriteria
 
setOriginalType(String) - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.ProcessHeaders
 
setOut(Message) - Method in class org.hawkular.apm.api.model.trace.InteractionNode
 
setOutbound(Map<String, CommunicationSummaryStatistics.ConnectionStatistics>) - Method in class org.hawkular.apm.api.model.analytics.CommunicationSummaryStatistics
 
setOutbound(List<CommunicationDetails.Outbound>) - Method in class org.hawkular.apm.api.model.events.CommunicationDetails
 
setParameterTypes(List<String>) - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.JVM
 
setPercentiles(Map<Integer, Long>) - Method in class org.hawkular.apm.api.model.analytics.Percentiles
 
setPredicate(Expression) - Method in class org.hawkular.apm.api.model.config.btxn.Processor
 
setPredicate(Expression) - Method in class org.hawkular.apm.api.model.config.btxn.ProcessorAction
 
SetPrincipal - Class in org.hawkular.apm.api.model.config.instrumentation.jvm
This type represents the action for setting the principal associated with the trace.
SetPrincipal() - Constructor for class org.hawkular.apm.api.model.config.instrumentation.jvm.SetPrincipal
 
setPrincipal(String) - Method in class org.hawkular.apm.api.model.events.CommunicationDetails
 
setPrincipal(String) - Method in class org.hawkular.apm.api.model.events.CompletionTime
 
setPrincipal(String) - Method in class org.hawkular.apm.api.model.events.NodeDetails
 
setPrincipal(String) - Method in class org.hawkular.apm.api.model.events.Notification
 
setPrincipal(String) - Method in class org.hawkular.apm.api.model.trace.Trace
 
setPrincipal(String) - Method in class org.hawkular.apm.api.services.Criteria
 
setProcessor(String) - Method in class org.hawkular.apm.api.model.config.btxn.ConfigMessage
 
setProcessor(String) - Method in class org.hawkular.apm.api.model.trace.ProcessorIssue
 
setProcessors(List<Processor>) - Method in class org.hawkular.apm.api.model.config.btxn.BusinessTxnConfig
 
setProducerDuration(long) - Method in class org.hawkular.apm.api.model.events.CommunicationDetails
 
setProducerOffset(long) - Method in class org.hawkular.apm.api.model.events.CommunicationDetails.Outbound
 
setProperties(Map<String, String>) - Method in class org.hawkular.apm.api.model.config.CollectorConfiguration
 
setProperties(Set<Property>) - Method in class org.hawkular.apm.api.model.events.CommunicationDetails
 
setProperties(Set<Property>) - Method in class org.hawkular.apm.api.model.events.CompletionTime
 
setProperties(Set<Property>) - Method in class org.hawkular.apm.api.model.events.NodeDetails
 
setProperties(Set<Property>) - Method in class org.hawkular.apm.api.model.events.ProducerInfo
 
setProperties(Set<Property>) - Method in class org.hawkular.apm.api.model.trace.Node
 
setProperties(Set<Criteria.PropertyCriteria>) - Method in class org.hawkular.apm.api.services.Criteria
 
SetProperty - Class in org.hawkular.apm.api.model.config.instrumentation.jvm
This type represents the action for setting the property name and value.
SetProperty() - Constructor for class org.hawkular.apm.api.model.config.instrumentation.jvm.SetProperty
 
SetPropertyAction - Class in org.hawkular.apm.api.model.config.btxn
This class represents the action of setting a property.
SetPropertyAction() - Constructor for class org.hawkular.apm.api.model.config.btxn.SetPropertyAction
 
SetPropertyActionHandler - Class in org.hawkular.apm.api.internal.actions
This handler is associated with the SetProperty action.
SetPropertyActionHandler(ProcessorAction) - Constructor for class org.hawkular.apm.api.internal.actions.SetPropertyActionHandler
This constructor initialises the action.
setQualifier(boolean) - Method in class org.hawkular.apm.api.services.AbstractAnalyticsService.EndpointPart
 
setRegex(String) - Method in class org.hawkular.apm.api.model.analytics.EndpointInfo
 
setRuleName(String) - Method in class org.hawkular.apm.api.model.config.instrumentation.InstrumentRule
 
setRules(List<InstrumentRule>) - Method in class org.hawkular.apm.api.model.config.instrumentation.Instrumentation
 
setScope(CorrelationIdentifier.Scope) - Method in class org.hawkular.apm.api.model.config.btxn.AddCorrelationIdAction
 
setScope(CorrelationIdentifier.Scope) - Method in class org.hawkular.apm.api.model.trace.CorrelationIdentifier
 
setSession(boolean) - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.SetState
 
setSeverity(int) - Method in class org.hawkular.apm.api.model.analytics.CommunicationSummaryStatistics.ConnectionStatistics
 
setSeverity(int) - Method in class org.hawkular.apm.api.model.analytics.CommunicationSummaryStatistics
 
setSeverity(Severity) - Method in class org.hawkular.apm.api.model.config.btxn.ConfigMessage
 
setSeverity(Severity) - Method in class org.hawkular.apm.api.model.trace.Issue
 
setSource(DataSource) - Method in class org.hawkular.apm.api.model.config.btxn.DataExpression
 
setSource(String) - Method in class org.hawkular.apm.api.model.events.CommunicationDetails
 
setSourceFragmentId(String) - Method in class org.hawkular.apm.api.model.events.CommunicationDetails
 
setSourceHostAddress(String) - Method in class org.hawkular.apm.api.model.events.CommunicationDetails
 
setSourceHostName(String) - Method in class org.hawkular.apm.api.model.events.CommunicationDetails
 
setSourceOperation(String) - Method in class org.hawkular.apm.api.model.events.ProducerInfo
 
setSourceUri(String) - Method in class org.hawkular.apm.api.model.events.ProducerInfo
 
setStartTime(long) - Method in class org.hawkular.apm.api.model.trace.Trace
 
setStartTime(long) - Method in class org.hawkular.apm.api.services.Criteria
 
SetState - Class in org.hawkular.apm.api.model.config.instrumentation.jvm
This type represents the action for setting state.
SetState() - Constructor for class org.hawkular.apm.api.model.config.instrumentation.jvm.SetState
 
setTarget(String) - Method in class org.hawkular.apm.api.model.events.CommunicationDetails
 
setTargetFragmentDuration(long) - Method in class org.hawkular.apm.api.model.events.CommunicationDetails
 
setTargetFragmentId(String) - Method in class org.hawkular.apm.api.model.events.CommunicationDetails
 
setTargetHostAddress(String) - Method in class org.hawkular.apm.api.model.events.CommunicationDetails
 
setTargetHostName(String) - Method in class org.hawkular.apm.api.model.events.CommunicationDetails
 
setTemplate(String) - Method in class org.hawkular.apm.api.model.config.btxn.EvaluateURIAction
 
setTimeout(long) - Method in class org.hawkular.apm.api.services.Criteria
 
setTimestamp(long) - Method in class org.hawkular.apm.api.model.analytics.CompletionTimeseriesStatistics
 
setTimestamp(long) - Method in class org.hawkular.apm.api.model.analytics.NodeTimeseriesStatistics
 
setTimestamp(long) - Method in class org.hawkular.apm.api.model.events.CommunicationDetails
 
setTimestamp(long) - Method in class org.hawkular.apm.api.model.events.CompletionTime
 
setTimestamp(long) - Method in class org.hawkular.apm.api.model.events.NodeDetails
 
setTimestamp(long) - Method in class org.hawkular.apm.api.model.events.Notification
 
setTimestamp(long) - Method in class org.hawkular.apm.api.model.events.ProducerInfo
 
setTimestampOffset(long) - Method in class org.hawkular.apm.api.model.events.CommunicationDetails
This method sets the timestamp offset, between the producer node and the consumer node, in milliseconds.
setToVersion(String) - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.JVM
 
setType(String) - Method in class org.hawkular.apm.api.model.analytics.EndpointInfo
 
setType(String) - Method in class org.hawkular.apm.api.model.config.btxn.AddContentAction
 
setType(PropertyType) - Method in class org.hawkular.apm.api.model.config.btxn.SetPropertyAction
 
setType(String) - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.InstrumentBind
 
setType(NodeType) - Method in class org.hawkular.apm.api.model.events.NodeDetails
 
setType(PropertyType) - Method in class org.hawkular.apm.api.model.Property
 
setType(String) - Method in class org.hawkular.apm.api.model.trace.Content
 
setType(NodeType) - Method in class org.hawkular.apm.api.model.trace.Node
 
setUpperBound(long) - Method in class org.hawkular.apm.api.services.Criteria
 
setUri(String) - Method in class org.hawkular.apm.api.model.analytics.CommunicationSummaryStatistics
 
setUri(String) - Method in class org.hawkular.apm.api.model.analytics.NodeSummaryStatistics
 
setUri(String) - Method in class org.hawkular.apm.api.model.events.CompletionTime
 
setUri(String) - Method in class org.hawkular.apm.api.model.events.NodeDetails
 
setUri(String) - Method in class org.hawkular.apm.api.model.trace.Node
 
setUri(String) - Method in class org.hawkular.apm.api.services.Criteria
 
setUriExpression(String) - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.CollectorAction
 
setUriFilter(String) - Method in class org.hawkular.apm.api.model.config.btxn.Processor
 
setUriRegex(String) - Method in class org.hawkular.apm.api.model.analytics.EndpointInfo
 
setUriTemplate(String) - Method in class org.hawkular.apm.api.model.analytics.EndpointInfo
 
setUsesContent(boolean) - Method in class org.hawkular.apm.api.internal.actions.ProcessorActionHandler
 
setUsesHeaders(boolean) - Method in class org.hawkular.apm.api.internal.actions.ProcessorActionHandler
 
setValue(String) - Method in class org.hawkular.apm.api.model.analytics.Cardinality
 
setValue(String) - Method in class org.hawkular.apm.api.model.config.btxn.LiteralExpression
 
setValue(String) - Method in class org.hawkular.apm.api.model.Property
 
setValue(String) - Method in class org.hawkular.apm.api.model.trace.Content
 
setValue(String) - Method in class org.hawkular.apm.api.model.trace.CorrelationIdentifier
 
setValue(String) - Method in class org.hawkular.apm.api.services.Criteria.FaultCriteria
 
setValue(String) - Method in class org.hawkular.apm.api.services.Criteria.PropertyCriteria
 
setValueExpression(String) - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.SetDetail
 
setValueExpression(String) - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.SetProperty
 
setValueExpression(String) - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.SetState
 
setValueExpressions(List<String>) - Method in class org.hawkular.apm.api.model.config.instrumentation.jvm.ProcessContent
 
setXpath(String) - Method in class org.hawkular.apm.api.model.config.btxn.XMLExpression
 
severe(String) - Method in class org.hawkular.apm.api.logging.Logger
This method logs a message at the SEVERE level.
Severity - Enum in org.hawkular.apm.api.model
This enumerated value represents a severity.
storeCommunicationDetails(String, List<CommunicationDetails>) - Method in interface org.hawkular.apm.api.services.AnalyticsService
This method stores the supplied list of communication details.
StoreException - Exception in org.hawkular.apm.api.services
This exception indicates a failure to store information.
StoreException(String) - Constructor for exception org.hawkular.apm.api.services.StoreException
This constructor initialises the exception message.
StoreException(Throwable) - Constructor for exception org.hawkular.apm.api.services.StoreException
This constructor initialises the associated exception.
StoreException(String, Throwable) - Constructor for exception org.hawkular.apm.api.services.StoreException
This constructor initialises the exception message.
storeFragmentCompletionTimes(String, List<CompletionTime>) - Method in interface org.hawkular.apm.api.services.AnalyticsService
This method stores the supplied list of completion times for individual fragments.
storeFragments(String, List<Trace>) - Method in interface org.hawkular.apm.api.services.TraceService
This method stores the supplied list of trace fragments.
storeNodeDetails(String, List<NodeDetails>) - Method in interface org.hawkular.apm.api.services.AnalyticsService
This method stores the supplied list of node details.
storeTraceCompletionTimes(String, List<CompletionTime>) - Method in interface org.hawkular.apm.api.services.AnalyticsService
This method stores the supplied list of completion times for end to end traces.
Suppress - Class in org.hawkular.apm.api.model.config.instrumentation.jvm
This type represents the session action for suppressing any further child nodes associated with the current trace fragment node for this thread.
Suppress() - Constructor for class org.hawkular.apm.api.model.config.instrumentation.jvm.Suppress
 

T

TEMPLATE_MUST_BE_SPECIFIED - Static variable in class org.hawkular.apm.api.internal.actions.EvaluateURIActionHandler
 
test(Trace, Node, Direction, Map<String, ?>, Object[]) - Method in class org.hawkular.apm.api.internal.actions.ExpressionHandler
This method evaluates the supplied information against this expression representing a predicate.
test(Trace, Node, Direction, Map<String, ?>, Object[]) - Method in class org.hawkular.apm.api.internal.actions.JSONExpressionHandler
 
test(Trace, Node, Direction, Map<String, ?>, Object[]) - Method in class org.hawkular.apm.api.internal.actions.LiteralExpressionHandler
 
test(Trace, Node, Direction, Map<String, ?>, Object[]) - Method in class org.hawkular.apm.api.internal.actions.TextExpressionHandler
 
test(Trace, Node, Direction, Map<String, ?>, Object[]) - Method in class org.hawkular.apm.api.internal.actions.XMLExpressionHandler
 
Text - Class in org.hawkular.apm.api.internal.actions.helpers
This class represents helper functions for processing Text.
Text() - Constructor for class org.hawkular.apm.api.internal.actions.helpers.Text
 
TextExpression - Class in org.hawkular.apm.api.model.config.btxn
This class represents expression that can be applied to Text data.
TextExpression() - Constructor for class org.hawkular.apm.api.model.config.btxn.TextExpression
 
TextExpressionHandler - Class in org.hawkular.apm.api.internal.actions
This class provides the Text expression handler implementation.
TextExpressionHandler(Expression) - Constructor for class org.hawkular.apm.api.internal.actions.TextExpressionHandler
 
toString() - Method in class org.hawkular.apm.api.model.analytics.Cardinality
 
toString() - Method in class org.hawkular.apm.api.model.analytics.CommunicationSummaryStatistics.ConnectionStatistics
 
toString() - Method in class org.hawkular.apm.api.model.analytics.CommunicationSummaryStatistics
 
toString() - Method in class org.hawkular.apm.api.model.analytics.CompletionTimeseriesStatistics
 
toString() - Method in class org.hawkular.apm.api.model.analytics.EndpointInfo
 
toString() - Method in class org.hawkular.apm.api.model.analytics.NodeSummaryStatistics
 
toString() - Method in class org.hawkular.apm.api.model.analytics.NodeTimeseriesStatistics.NodeComponentTypeStatistics
 
toString() - Method in class org.hawkular.apm.api.model.analytics.NodeTimeseriesStatistics
 
toString() - Method in class org.hawkular.apm.api.model.analytics.PrincipalInfo
 
toString() - Method in class org.hawkular.apm.api.model.analytics.PropertyInfo
 
toString() - Method in class org.hawkular.apm.api.model.config.btxn.AddContentAction
 
toString() - Method in class org.hawkular.apm.api.model.config.btxn.AddCorrelationIdAction
 
toString() - Method in class org.hawkular.apm.api.model.config.btxn.BusinessTxnConfig
 
toString() - Method in class org.hawkular.apm.api.model.config.btxn.BusinessTxnSummary
 
toString() - Method in class org.hawkular.apm.api.model.config.btxn.ConfigMessage
 
toString() - Method in class org.hawkular.apm.api.model.config.btxn.Filter
 
toString() - Method in class org.hawkular.apm.api.model.config.btxn.JSONExpression
 
toString() - Method in class org.hawkular.apm.api.model.config.btxn.LiteralExpression
 
toString() - Method in class org.hawkular.apm.api.model.config.btxn.Processor
 
toString() - Method in class org.hawkular.apm.api.model.config.btxn.SetDetailAction
 
toString() - Method in class org.hawkular.apm.api.model.config.btxn.SetFaultAction
 
toString() - Method in class org.hawkular.apm.api.model.config.btxn.SetFaultDescriptionAction
 
toString() - Method in class org.hawkular.apm.api.model.config.btxn.SetPropertyAction
 
toString() - Method in class org.hawkular.apm.api.model.config.btxn.TextExpression
 
toString() - Method in class org.hawkular.apm.api.model.config.btxn.XMLExpression
 
toString() - Method in class org.hawkular.apm.api.model.events.CommunicationDetails.Outbound
 
toString() - Method in class org.hawkular.apm.api.model.events.CommunicationDetails
 
toString() - Method in class org.hawkular.apm.api.model.events.CompletionTime
 
toString() - Method in class org.hawkular.apm.api.model.events.NodeDetails
 
toString() - Method in class org.hawkular.apm.api.model.events.Notification
 
toString() - Method in class org.hawkular.apm.api.model.events.ProducerInfo
 
toString() - Method in class org.hawkular.apm.api.model.Property
 
toString() - Method in class org.hawkular.apm.api.model.trace.Component
 
toString() - Method in class org.hawkular.apm.api.model.trace.Consumer
 
toString() - Method in class org.hawkular.apm.api.model.trace.Content
 
toString() - Method in class org.hawkular.apm.api.model.trace.CorrelationIdentifier
 
toString() - Method in class org.hawkular.apm.api.model.trace.Issue
 
toString() - Method in class org.hawkular.apm.api.model.trace.Message
 
toString() - Method in class org.hawkular.apm.api.model.trace.ProcessorIssue
 
toString() - Method in class org.hawkular.apm.api.model.trace.Producer
 
toString() - Method in class org.hawkular.apm.api.model.trace.Trace
 
toString() - Method in class org.hawkular.apm.api.services.Criteria.FaultCriteria
 
toString() - Method in class org.hawkular.apm.api.services.Criteria.PropertyCriteria
 
toString() - Method in class org.hawkular.apm.api.services.Criteria
 
Trace - Class in org.hawkular.apm.api.model.trace
This class represents the top level trace instance description.
Trace() - Constructor for class org.hawkular.apm.api.model.trace.Trace
 
TracePublisher - Interface in org.hawkular.apm.api.services
This interface provides the capability for publishing trace fragments.
TraceService - Interface in org.hawkular.apm.api.services
This interface represents the service used to store and retrieve traces.
transactionWide() - Method in class org.hawkular.apm.api.services.Criteria
This method determines if the specified criteria are relevant to all fragments within an end to end transaction.

U

Unlink - Class in org.hawkular.apm.api.model.config.instrumentation.jvm
This type represents the session action for disassociating the recorded thread of execution (trace fragment) from the current thread.
Unlink() - Constructor for class org.hawkular.apm.api.model.config.instrumentation.jvm.Unlink
 
URI_CLIENT_PREFIX - Static variable in class org.hawkular.apm.api.model.Constants
Where trace activity begins within a client application, with the invocation of a URI, any information derived from that activity needs to be distinguished from the data derived from the server trace fragment which is also associated with the same URI.

V

validateBusinessTransaction(BusinessTxnConfig) - Method in class org.hawkular.apm.api.services.AbstractConfigurationService
 
validateBusinessTransaction(BusinessTxnConfig) - Method in interface org.hawkular.apm.api.services.ConfigurationService
This method validates the supplied business transaction configuration.
valueOf(String) - Static method in enum org.hawkular.apm.api.logging.Logger.Level
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hawkular.apm.api.model.config.btxn.DataSource
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hawkular.apm.api.model.config.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hawkular.apm.api.model.config.ReportingLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hawkular.apm.api.model.Level
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hawkular.apm.api.model.PropertyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hawkular.apm.api.model.Severity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hawkular.apm.api.model.trace.CorrelationIdentifier.Scope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hawkular.apm.api.model.trace.NodeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hawkular.apm.api.services.Criteria.Operator
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.hawkular.apm.api.logging.Logger.Level
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hawkular.apm.api.model.config.btxn.DataSource
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hawkular.apm.api.model.config.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hawkular.apm.api.model.config.ReportingLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hawkular.apm.api.model.Level
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hawkular.apm.api.model.PropertyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hawkular.apm.api.model.Severity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hawkular.apm.api.model.trace.CorrelationIdentifier.Scope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hawkular.apm.api.model.trace.NodeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hawkular.apm.api.services.Criteria.Operator
Returns an array containing the constants of this enum type, in the order they are declared.

W

warning(String) - Method in class org.hawkular.apm.api.logging.Logger
This method logs a message at the WARNING level.
writeExternal(ObjectOutput) - Method in class org.hawkular.apm.api.model.events.CommunicationDetails.Outbound
 
writeExternal(ObjectOutput) - Method in class org.hawkular.apm.api.model.events.CommunicationDetails
 
writeExternal(ObjectOutput) - Method in class org.hawkular.apm.api.model.events.ProducerInfo
 
writeExternal(ObjectOutput) - Method in class org.hawkular.apm.api.model.Property
 

X

XML - Class in org.hawkular.apm.api.internal.actions.helpers
 
XML() - Constructor for class org.hawkular.apm.api.internal.actions.helpers.XML
 
XMLExpression - Class in org.hawkular.apm.api.model.config.btxn
This class represents expression that can be applied to XML data.
XMLExpression() - Constructor for class org.hawkular.apm.api.model.config.btxn.XMLExpression
 
XMLExpressionHandler - Class in org.hawkular.apm.api.internal.actions
This class provides the XML expression handler implementation.
XMLExpressionHandler(Expression) - Constructor for class org.hawkular.apm.api.internal.actions.XMLExpressionHandler
 
A B C D E F G H I J K L M N O P R S T U V W X 
Skip navigation links

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