| Package | Description |
|---|---|
| com.redhat.thermostat.common.storage |
| Modifier and Type | Method and Description |
|---|---|
abstract Update |
Storage.createUpdate() |
Update |
MongoStorage.createUpdate() |
Update |
Update.from(Category category) |
<T> Update |
Update.set(Key<T> key,
T value) |
<T> Update |
Update.where(Key<T> key,
T value) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
Storage.updatePojo(Update update) |
void |
MongoStorage.updatePojo(Update update) |
Copyright © 2012. All Rights Reserved.