Uses of Class
com.hazelcast.queue.impl.client.QueueRequest

Packages that use QueueRequest
com.hazelcast.queue.impl.client This package contains client requests for the IQueue.
 
 

Uses of QueueRequest in com.hazelcast.queue.impl.client
 

Subclasses of QueueRequest in com.hazelcast.queue.impl.client
 class AddAllRequest
          Provides the request service for AddAllOperation
 class ClearRequest
          Provides the request service for ClearOperation
 class CompareAndRemoveRequest
          Provides the request service for CompareAndRemoveOperation
 class ContainsRequest
          Provides the request service for ContainsOperation
 class DrainRequest
          Provides the request service for DrainOperation
 class IsEmptyRequest
          Request to check if the Queue is empty
 class IteratorRequest
          Provides the request service for IteratorOperation
 class OfferRequest
          Provides the request service for OfferOperation
 class PeekRequest
          Provides the request service for PeekOperation
 class PollRequest
          Provides the request service for PollOperation
 class RemainingCapacityRequest
          Request for remaining capacity of Queue.
 class RemoveRequest
          Remove Request for the Queue.
 class SizeRequest
          Request for size of the Queue.
 



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