| Package | Description |
|---|---|
| org.hawkular.apm.server.api.services |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyService.Observer.created(Property<Type> property)
Called when new property is inserted into cache.
|
void |
PropertyService.Observer.removed(Property<Type> property)
Called when property is removed from the cache.
|
void |
PropertyService.store(String tenantId,
Property<?> property)
Store single property in the cache.
|
void |
PropertyService.Observer.updated(Property<Type> property)
Called when property value is updated (stored property with the same id but different value)
|
Copyright © 2015–2017 Red Hat, Inc.. All rights reserved.