| 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> |
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> |
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 |
CommunicationDetails.setProperties(Set<Property> properties) |
void |
CompletionTime.setProperties(Set<Property> properties) |
| Modifier and Type | Method and Description |
|---|---|
Set<Property> |
Trace.getProperties()
This method returns properties that can be used to search for
the trace.
|
Set<Property> |
Trace.getProperties(String name)
This method returns the set of properties having the
supplied property name.
|
| Modifier and Type | Method and Description |
|---|---|
Trace |
Trace.setProperties(Set<Property> properties) |
Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.