|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CounterResolution | |
---|---|
org.usergrid.mq | |
org.usergrid.mq.cassandra | |
org.usergrid.persistence | |
org.usergrid.persistence.cassandra |
Uses of CounterResolution in org.usergrid.mq |
---|
Fields in org.usergrid.mq declared as CounterResolution | |
---|---|
protected CounterResolution |
Query.resolution
|
Methods in org.usergrid.mq that return CounterResolution | |
---|---|
CounterResolution |
Query.getResolution()
|
CounterResolution |
CounterQuery.getResolution()
|
Methods in org.usergrid.mq with parameters of type CounterResolution | |
---|---|
Results |
QueueManager.getAggregateQueueCounters(String queuePath,
String category,
String counterName,
CounterResolution resolution,
long start,
long finish,
boolean pad)
|
void |
Query.setResolution(CounterResolution resolution)
|
void |
CounterQuery.setResolution(CounterResolution resolution)
|
CounterQuery |
CounterQuery.withResolution(CounterResolution resolution)
|
Uses of CounterResolution in org.usergrid.mq.cassandra |
---|
Methods in org.usergrid.mq.cassandra with parameters of type CounterResolution | |
---|---|
AggregateCounterSet |
QueueManagerImpl.getAggregateCounters(UUID queueId,
String category,
String counterName,
CounterResolution resolution,
long start,
long finish,
boolean pad)
|
Results |
QueueManagerImpl.getAggregateQueueCounters(String queuePath,
String category,
String counterName,
CounterResolution resolution,
long start,
long finish,
boolean pad)
|
Uses of CounterResolution in org.usergrid.persistence |
---|
Fields in org.usergrid.persistence declared as CounterResolution | |
---|---|
protected CounterResolution |
Query.resolution
|
Methods in org.usergrid.persistence that return CounterResolution | |
---|---|
static CounterResolution |
CounterResolution.fromMinutes(int m)
|
static CounterResolution |
CounterResolution.fromOrdinal(int i)
|
static CounterResolution |
CounterResolution.fromString(String s)
|
CounterResolution |
Query.getResolution()
|
CounterResolution |
CounterQuery.getResolution()
|
static CounterResolution |
CounterResolution.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CounterResolution[] |
CounterResolution.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.usergrid.persistence with parameters of type CounterResolution | |
---|---|
Results |
EntityManager.getAggregateCounters(UUID userId,
UUID groupId,
String category,
String counterName,
CounterResolution resolution,
long start,
long finish,
boolean pad)
|
Results |
EntityManager.getAggregateCounters(UUID userId,
UUID groupId,
UUID queueId,
String category,
String counterName,
CounterResolution resolution,
long start,
long finish,
boolean pad)
|
void |
Query.setResolution(CounterResolution resolution)
|
void |
CounterQuery.setResolution(CounterResolution resolution)
|
CounterQuery |
CounterQuery.withResolution(CounterResolution resolution)
|
Uses of CounterResolution in org.usergrid.persistence.cassandra |
---|
Methods in org.usergrid.persistence.cassandra with parameters of type CounterResolution | |
---|---|
String |
CounterUtils.getAggregateCounterRow(String name,
UUID userId,
UUID groupId,
UUID queueId,
String category,
CounterResolution resolution)
|
List<String> |
CounterUtils.getAggregateCounterRows(List<CounterUtils.AggregateCounterSelection> selections,
CounterResolution resolution)
|
Results |
EntityManagerImpl.getAggregateCounters(UUID userId,
UUID groupId,
String category,
String counterName,
CounterResolution resolution,
long start,
long finish,
boolean pad)
|
Results |
EntityManagerImpl.getAggregateCounters(UUID userId,
UUID groupId,
UUID queueId,
String category,
String counterName,
CounterResolution resolution,
long start,
long finish,
boolean pad)
|
String |
CounterUtils.AggregateCounterSelection.getRow(CounterResolution resolution)
|
static String |
CounterUtils.AggregateCounterSelection.rowBuilder(String name,
UUID userId,
UUID groupId,
UUID queueId,
String category,
CounterResolution resolution)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |