Package | Description |
---|---|
com.redhat.thermostat.storage.core |
Modifier and Type | Method and Description |
---|---|
Query.SortDirection |
AbstractQuery.Sort.getDirection() |
static Query.SortDirection |
Query.SortDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Query.SortDirection[] |
Query.SortDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractQuery.Sort.setDirection(Query.SortDirection direction) |
void |
AggregateQuery.sort(Key<?> key,
Query.SortDirection direction) |
void |
AbstractQuery.sort(Key<?> key,
Query.SortDirection direction) |
void |
Query.sort(Key<?> key,
Query.SortDirection direction) |
Constructor and Description |
---|
AbstractQuery.Sort(Key<?> key,
Query.SortDirection direction) |
Copyright © 2015. All Rights Reserved.