See: Description
| Class | Description |
|---|---|
| QueueAddAllMessageTask |
Client Protocol Task for handling messages with type ID:
com.hazelcast.client.impl.protocol.codec.QueueMessageType#QUEUE_ADDLISTENER |
| QueueAddListenerMessageTask |
Client Protocol Task for handling messages with type ID:
com.hazelcast.client.impl.protocol.codec.QueueMessageType#QUEUE_ADDLISTENER |
| QueueClearMessageTask |
Client Protocol Task for handling messages with type ID:
com.hazelcast.client.impl.protocol.codec.QueueMessageType#QUEUE_CLEAR |
| QueueCompareAndRemoveAllMessageTask |
Client Protocol Task for handling messages with type ID:
com.hazelcast.client.impl.protocol.codec.QueueMessageType#QUEUE_COMPAREANDREMOVEALL |
| QueueCompareAndRetainAllMessageTask |
Client Protocol Task for handling messages with type ID:
com.hazelcast.client.impl.protocol.codec.QueueMessageType#QUEUE_COMPAREANDRETAINALL |
| QueueContainsAllMessageTask |
Client Protocol Task for handling messages with type ID:
com.hazelcast.client.impl.protocol.codec.QueueMessageType#QUEUE_CONTAINSALL |
| QueueContainsMessageTask |
Client Protocol Task for handling messages with type ID:
com.hazelcast.client.impl.protocol.codec.QueueMessageType#QUEUE_CONTAINS |
| QueueDrainMaxSizeMessageTask |
Client Protocol Task for handling messages with type ID:
com.hazelcast.client.impl.protocol.codec.QueueMessageType#QUEUE_DRAINTOMAXSIZE |
| QueueDrainMessageTask |
Client Protocol Task for handling messages with type ID:
com.hazelcast.client.impl.protocol.codec.QueueMessageType#QUEUE_DRAINTO |
| QueueIsEmptyMessageTask |
Client Protocol Task for handling messages with type ID:
com.hazelcast.client.impl.protocol.codec.QueueMessageType#QUEUE_ISEMPTY |
| QueueIteratorMessageTask |
Client Protocol Task for handling messages with type ID:
com.hazelcast.client.impl.protocol.codec.QueueMessageType#QUEUE_ITERATOR |
| QueueOfferMessageTask |
Client Protocol Task for handling messages with type ID:
com.hazelcast.client.impl.protocol.codec.QueueMessageType#QUEUE_OFFER |
| QueuePeekMessageTask |
Client Protocol Task for handling messages with type ID:
com.hazelcast.client.impl.protocol.codec.QueueMessageType#QUEUE_PEEK |
| QueuePollMessageTask |
Client Protocol Task for handling messages with type ID:
com.hazelcast.client.impl.protocol.codec.QueueMessageType#QUEUE_POLL |
| QueuePutMessageTask |
Client Protocol Task for handling messages with type ID:
com.hazelcast.client.impl.protocol.codec.QueueMessageType#QUEUE_PUT |
| QueueRemainingCapacityMessageTask |
Client Protocol Task for handling messages with type ID:
com.hazelcast.client.impl.protocol.codec.QueueMessageType#QUEUE_REMAININGCAPACITY |
| QueueRemoveListenerMessageTask |
Client Protocol Task for handling messages with type ID:
com.hazelcast.client.impl.protocol.codec.QueueMessageType#QUEUE_REMOVELISTENER |
| QueueRemoveMessageTask |
Client Protocol Task for handling messages with type ID:
com.hazelcast.client.impl.protocol.codec.QueueMessageType#QUEUE_REMOVE |
| QueueSizeMessageTask |
Client Protocol Task for handling messages with type ID:
com.hazelcast.client.impl.protocol.codec.QueueMessageType#QUEUE_SIZE |
| QueueTakeMessageTask |
Client Protocol Task for handling messages with type ID:
com.hazelcast.client.impl.protocol.codec.QueueMessageType#QUEUE_TAKE |
Client protocol tasks implementations for Queue
Copyright © 2019 Hazelcast, Inc.. All rights reserved.