Package | Description |
---|---|
com.redhat.thermostat.common.storage |
Modifier and Type | Method and Description |
---|---|
Update |
MongoStorage.createUpdate() |
abstract Update |
Storage.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 |
---|---|
void |
MongoStorage.updatePojo(Update update) |
abstract void |
Storage.updatePojo(Update update) |
Copyright © 2013. All Rights Reserved.