|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueueQuery | |
---|---|
org.usergrid.mq | |
org.usergrid.mq.cassandra |
Uses of QueueQuery in org.usergrid.mq |
---|
Methods in org.usergrid.mq that return QueueQuery | |
---|---|
static QueueQuery |
QueueQuery.fromQL(String ql)
|
static QueueQuery |
QueueQuery.fromQueryParams(Map<String,List<String>> params)
|
static QueueQuery |
QueueQuery.newQueryIfNull(QueueQuery query)
|
QueueQuery |
QueueQuery.withConsumer(String consumer)
|
QueueQuery |
QueueQuery.withConsumerId(UUID consumerId)
|
QueueQuery |
QueueQuery.withLastMessageId(UUID lastMessageId)
|
QueueQuery |
QueueQuery.withLastTimestamp(long lastTimestamp)
|
QueueQuery |
QueueQuery.withNextCount(int nextCount)
|
QueueQuery |
QueueQuery.withPosition(QueuePosition position)
|
QueueQuery |
QueueQuery.withPositionInUnset(QueuePosition position)
|
QueueQuery |
QueueQuery.withPreviousCount(int previousCount)
|
QueueQuery |
QueueQuery.withSynchronized(boolean _synchronized)
|
QueueQuery |
QueueQuery.withUpdate(boolean update)
|
Methods in org.usergrid.mq with parameters of type QueueQuery | |
---|---|
QueueResults |
QueueManager.getFromQueue(String queuePath,
QueueQuery query)
|
static QueueQuery |
QueueQuery.newQueryIfNull(QueueQuery query)
|
Constructors in org.usergrid.mq with parameters of type QueueQuery | |
---|---|
QueueQuery(QueueQuery q)
|
Uses of QueueQuery in org.usergrid.mq.cassandra |
---|
Methods in org.usergrid.mq.cassandra with parameters of type QueueQuery | |
---|---|
QueueResults |
QueueManagerImpl.getFromQueue(String queuePath,
QueueQuery query)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |