- init(CollectorConfiguration) - Method in class org.hawkular.btm.client.collector.internal.BusinessTransactionReporter
-
This method initialises the reporter with the collector configuration.
- init(CollectorConfiguration) - Method in class org.hawkular.btm.client.collector.internal.FilterManager
-
This method initialises the filter manager.
- init(String, BusinessTxnConfig) - Method in class org.hawkular.btm.client.collector.internal.FilterManager
-
This method initialises the filter manager with the supplied
business transaction configuration.
- init() - Method in class org.hawkular.btm.client.collector.internal.FilterProcessor
-
This method initialises the filter.
- init(CollectorConfiguration) - Method in class org.hawkular.btm.client.collector.internal.ProcessorManager
-
This method initialises the filter manager.
- init(String, BusinessTxnConfig) - Method in class org.hawkular.btm.client.collector.internal.ProcessorManager
-
This method initialises the processors associated with the supplied
business transaction configuration.
- init() - Method in class org.hawkular.btm.client.collector.internal.ProcessorManager.ProcessorWrapper
-
This method initialises the processor.
- initiateCorrelation(String) - Method in class org.hawkular.btm.client.collector.DefaultBusinessTransactionCollector
-
- initInBuffer(String, Object) - Method in class org.hawkular.btm.client.collector.DefaultBusinessTransactionCollector
-
- initInBuffer(int) - Method in class org.hawkular.btm.client.collector.internal.FragmentBuilder
-
This method initialises the in data buffer.
- initOutBuffer(String, Object) - Method in class org.hawkular.btm.client.collector.DefaultBusinessTransactionCollector
-
- initOutBuffer(int) - Method in class org.hawkular.btm.client.collector.internal.FragmentBuilder
-
This method initialises the out data buffer.
- isActive() - Method in class org.hawkular.btm.client.collector.DefaultBusinessTransactionCollector
-
- isComplete() - Method in class org.hawkular.btm.client.collector.internal.FragmentBuilder
-
This method determines if the fragment is complete.
- isContentProcessed(BusinessTransaction, Node, Direction) - Method in class org.hawkular.btm.client.collector.internal.ProcessorManager
-
This method determines whether the business transaction, for the supplied node
and in/out direction, will process content information.
- isCorrelated(String) - Method in class org.hawkular.btm.client.collector.DefaultBusinessTransactionCollector
-
- isExcluded(String) - Method in class org.hawkular.btm.client.collector.internal.FilterProcessor
-
This method determines whether the supplied URI should be
excluded.
- isInBufferActive(String, Object) - Method in class org.hawkular.btm.client.collector.DefaultBusinessTransactionCollector
-
- isInBufferActive(int) - Method in class org.hawkular.btm.client.collector.internal.FragmentBuilder
-
This method determines if the in data buffer is active.
- isIncludeAll() - Method in class org.hawkular.btm.client.collector.internal.FilterProcessor
-
This method determines whether all URIs are included.
- isIncluded(String) - Method in class org.hawkular.btm.client.collector.internal.FilterProcessor
-
This method determines whether the supplied URI should be
included.
- isInContentProcessed(String) - Method in class org.hawkular.btm.client.collector.DefaultBusinessTransactionCollector
-
- isInProcessed(String) - Method in class org.hawkular.btm.client.collector.DefaultBusinessTransactionCollector
-
- isOutBufferActive(String, Object) - Method in class org.hawkular.btm.client.collector.DefaultBusinessTransactionCollector
-
- isOutBufferActive(int) - Method in class org.hawkular.btm.client.collector.internal.FragmentBuilder
-
This method determines if the out data buffer is active.
- isOutContentProcessed(String) - Method in class org.hawkular.btm.client.collector.DefaultBusinessTransactionCollector
-
- isOutProcessed(String) - Method in class org.hawkular.btm.client.collector.DefaultBusinessTransactionCollector
-
- isProcessed(BusinessTransaction, Node, Direction) - Method in class org.hawkular.btm.client.collector.internal.ProcessorManager
-
This method determines whether the business transaction, for the supplied node
and in/out direction, will process available information.
- isProcessed(BusinessTransaction, Node, Direction) - Method in class org.hawkular.btm.client.collector.internal.ProcessorManager.ProcessorWrapper
-
This method checks that this processor matches the supplied business txn
name and node details.
- isSuppressed() - Method in class org.hawkular.btm.client.collector.internal.FragmentBuilder
-
This method returns whether the fragment is in suppression
mode.
- isUsesContent() - Method in class org.hawkular.btm.client.collector.internal.ProcessorManager.ProcessorActionWrapper
-
- isUsesHeaders() - Method in class org.hawkular.btm.client.collector.internal.ProcessorManager.ProcessorActionWrapper
-
- pop(String, FragmentBuilder, Class<T>, String) - Method in class org.hawkular.btm.client.collector.DefaultBusinessTransactionCollector
-
This method pops an existing node from the business transaction fragment.
- popNode(Class<? extends Node>, String) - Method in class org.hawkular.btm.client.collector.internal.FragmentBuilder
-
This method pops the latest node from the business transaction
fragment hierarchy.
- popNode(Stack<Node>, Class<? extends Node>, String) - Method in class org.hawkular.btm.client.collector.internal.FragmentBuilder
-
This method pops a node of the defined class and optional uri from the stack.
- process(BusinessTransaction, Node, Direction, Map<String, ?>, Object...) - Method in class org.hawkular.btm.client.collector.internal.ProcessorManager
-
This method processes the supplied information against the configured processor
details for the business transaction.
- process(BusinessTransaction, Node, Direction, Map<String, ?>, Object[]) - Method in class org.hawkular.btm.client.collector.internal.ProcessorManager.ProcessorActionWrapper
-
This method processes the supplied information to extract the relevant
details.
- process(BusinessTransaction, Node, Direction, Map<String, ?>, Object[]) - Method in class org.hawkular.btm.client.collector.internal.ProcessorManager.ProcessorWrapper
-
This method processes the supplied information to extract the relevant
details.
- processIn(String, Map<String, ?>, Object...) - Method in class org.hawkular.btm.client.collector.DefaultBusinessTransactionCollector
-
- processInContent(String, FragmentBuilder, int) - Method in class org.hawkular.btm.client.collector.DefaultBusinessTransactionCollector
-
This method processes the in content if available.
- ProcessorActionWrapper(Processor, ProcessorAction) - Constructor for class org.hawkular.btm.client.collector.internal.ProcessorManager.ProcessorActionWrapper
-
This constructor is initialised with the processor action.
- ProcessorManager - Class in org.hawkular.btm.client.collector.internal
-
This class manages the processors.
- ProcessorManager(CollectorConfiguration) - Constructor for class org.hawkular.btm.client.collector.internal.ProcessorManager
-
This constructor initialises the processor manager with the configuration.
- ProcessorManager.ProcessorActionWrapper - Class in org.hawkular.btm.client.collector.internal
-
This class provides the execution behaviour associated with the
information defined in the collector configuration processor
definition.
- ProcessorManager.ProcessorWrapper - Class in org.hawkular.btm.client.collector.internal
-
This class provides the execution behaviour associated with the
information defined in the collector configuration processor
definition.
- ProcessorWrapper(Processor) - Constructor for class org.hawkular.btm.client.collector.internal.ProcessorManager.ProcessorWrapper
-
This constructor is initialised with the processor.
- processOut(String, Map<String, ?>, Object...) - Method in class org.hawkular.btm.client.collector.DefaultBusinessTransactionCollector
-
- processOutContent(String, FragmentBuilder, int) - Method in class org.hawkular.btm.client.collector.DefaultBusinessTransactionCollector
-
This method processes the out content if available.
- processValues(BusinessTransaction, Node, Direction, Map<String, ?>, Object[]) - Method in class org.hawkular.btm.client.collector.DefaultBusinessTransactionCollector
-
This method processes the values associated with the start or end of a scoped
activity.
- producerEnd(String, String, String) - Method in class org.hawkular.btm.client.collector.DefaultBusinessTransactionCollector
-
- producerStart(String, String, String, String) - Method in class org.hawkular.btm.client.collector.DefaultBusinessTransactionCollector
-
- push(String, FragmentBuilder, Node) - Method in class org.hawkular.btm.client.collector.DefaultBusinessTransactionCollector
-
This method pushes a new node into the business transaction fragment.
- pushNode(Node) - Method in class org.hawkular.btm.client.collector.internal.FragmentBuilder
-
This method pushes a new node into the business transaction
fragment hierarchy.