- pop(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, boolean, 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, boolean, 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, boolean, 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.
- ProcessorActionWrapper(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.
- processValues(BusinessTransaction, Node, boolean, String, 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, Map<String, ?>, Object...) - Method in class org.hawkular.btm.client.collector.DefaultBusinessTransactionCollector
-
- producerStart(String, String, String, Map<String, ?>, Object...) - Method in class org.hawkular.btm.client.collector.DefaultBusinessTransactionCollector
-
- push(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.