Package | Description |
---|---|
com.redhat.thermostat.storage.core |
Modifier and Type | Interface and Description |
---|---|
interface |
Add<T extends Pojo>
Write operation to be used for adding new records into
storage.
|
interface |
DataModifyingStatement<T extends Pojo>
Marker interface for
Statement s which perform write operations on
storage. |
interface |
Query<T extends Pojo>
Describes what data should be fetched.
|
interface |
Remove<T extends Pojo>
Write operation to be used for removing records from storage.
|
interface |
Replace<T extends Pojo>
Write operation which should be used if any existing record should get
updated with new values.
|
interface |
Update<T extends Pojo>
Updates properties of a record in storage.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractQuery<T extends Pojo> |
class |
AggregateQuery<T extends Pojo>
Common super class for aggregate queries.
|
Modifier and Type | Method and Description |
---|---|
Statement<T> |
Statement.getRawDuplicate()
Produces a copy of this statement as if it was just created with the
corresponding factory method in
BackingStorage . |
Statement<T> |
ParsedStatement.patchStatement(PreparedParameter[] params)
Patches a statement, setting free variables.
|
Copyright © 2015. All Rights Reserved.