| Package | Description |
|---|---|
| org.hawkular.apm.api.model.events | |
| org.hawkular.apm.api.model.trace |
| Modifier and Type | Method and Description |
|---|---|
Set<Property> |
NodeDetails.getProperties() |
Set<Property> |
ProducerInfo.getProperties() |
Set<Property> |
CommunicationDetails.getProperties() |
Set<Property> |
CompletionTime.getProperties() |
Set<Property> |
NodeDetails.getProperties(String name)
This method returns the set of properties having the
supplied property name.
|
Set<Property> |
ProducerInfo.getProperties(String name)
This method returns the set of properties having the
supplied property name.
|
Set<Property> |
CommunicationDetails.getProperties(String name)
This method returns the set of properties having the
supplied property name.
|
Set<Property> |
CompletionTime.getProperties(String name)
This method returns the set of properties having the
supplied property name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NodeDetails.setProperties(Set<Property> properties) |
void |
ProducerInfo.setProperties(Set<Property> properties) |
void |
CommunicationDetails.setProperties(Set<Property> properties) |
void |
CompletionTime.setProperties(Set<Property> properties) |
| Modifier and Type | Method and Description |
|---|---|
Set<Property> |
Trace.allProperties()
This method returns all properties contained in the node hierarchy
that can be used to search for the trace.
|
Set<Property> |
Node.getProperties() |
Set<Property> |
Trace.getProperties(String name)
This method returns the set of properties having the
supplied property name.
|
Set<Property> |
Node.getProperties(String name)
This method returns the set of properties having the
supplied property name.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
Node.includeProperties(Set<Property> allProperties)
This method adds the properties for this node to the
supplied set.
|
protected void |
ContainerNode.includeProperties(Set<Property> allProperties)
This method adds the properties for this node to the
supplied set.
|
Node |
Node.setProperties(Set<Property> properties) |
Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.