Package com.hazelcast.queue.impl.client

This package contains client requests for the IQueue.

See:
          Description

Class Summary
AddAllRequest Provides the request service for AddAllOperation
AddListenerRequest this class is used to attach a listener to targeted node which sends back the events to client for a queue
ClearRequest Provides the request service for ClearOperation
CompareAndRemoveRequest Provides the request service for CompareAndRemoveOperation
ContainsRequest Provides the request service for ContainsOperation
DrainRequest Provides the request service for DrainOperation
IsEmptyRequest Request to check if the Queue is empty
IteratorRequest Provides the request service for IteratorOperation
OfferRequest Provides the request service for OfferOperation
PeekRequest Provides the request service for PeekOperation
PollRequest Provides the request service for PollOperation
QueueRequest This class contains methods for all Queue requests such as ClearRequest.
RemainingCapacityRequest Request for remaining capacity of Queue.
RemoveListenerRequest Remove listener request belong to the Queue item.
RemoveRequest Remove Request for the Queue.
SizeRequest Request for size of the Queue.
TxnOfferRequest Request for transactional offer operation.
TxnPeekRequest Request for transactional peek operation.
TxnPollRequest Request for transactional poll operation.
TxnSizeRequest Request for size of the Transactional Queue.
 

Package com.hazelcast.queue.impl.client Description

This package contains client requests for the IQueue.



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.