|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Queue | |
---|---|
org.usergrid.mq | |
org.usergrid.mq.cassandra |
Uses of Queue in org.usergrid.mq |
---|
Methods in org.usergrid.mq that return Queue | |
---|---|
Queue |
Message.getDestination()
|
static Queue |
Queue.getDestination(String path)
|
Queue |
QueueManager.getQueue(String queuePath)
|
Queue |
Message.getReplyTo()
|
Queue |
QueueManager.updateQueue(String queuePath,
Map<String,Object> properties)
|
Queue |
QueueManager.updateQueue(String queuePath,
Queue queue)
|
Methods in org.usergrid.mq with parameters of type Queue | |
---|---|
void |
Message.setDestination(Queue destination)
|
void |
Message.setReplyTo(Queue destination)
|
Queue |
QueueManager.updateQueue(String queuePath,
Queue queue)
|
Uses of Queue in org.usergrid.mq.cassandra |
---|
Methods in org.usergrid.mq.cassandra that return Queue | |
---|---|
static Queue |
CassandraMQUtils.deserializeQueue(List<me.prettyprint.hector.api.beans.HColumn<String,ByteBuffer>> columns)
|
Queue |
QueueManagerImpl.getQueue(String queuePath)
|
Queue |
QueueManagerImpl.getQueue(String queuePath,
UUID queueId)
|
Queue |
QueueManagerImpl.updateQueue(String queuePath,
Map<String,Object> properties)
|
Queue |
QueueManagerImpl.updateQueue(String queuePath,
Queue queue)
|
Methods in org.usergrid.mq.cassandra with parameters of type Queue | |
---|---|
static me.prettyprint.hector.api.mutation.Mutator<ByteBuffer> |
CassandraMQUtils.addQueueToMutator(me.prettyprint.hector.api.mutation.Mutator<ByteBuffer> m,
Queue queue,
long timestamp)
|
static Map<ByteBuffer,ByteBuffer> |
CassandraMQUtils.serializeQueue(Queue queue)
|
Queue |
QueueManagerImpl.updateQueue(String queuePath,
Queue queue)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |