Uses of Interface
com.hazelcast.collection.QueueStore
Package
Description
This package contains classes to support the collection API.
Provides classes for configuring HazelcastInstance.
-
Uses of QueueStore in com.hazelcast.collection
Modifier and TypeMethodDescriptionQueueStoreFactory.newQueueStore
(String name, Properties properties) -
Uses of QueueStore in com.hazelcast.config
Modifier and TypeMethodDescriptionQueueStoreConfig.getStoreImplementation()
Returns the implementation of the queue store which will be used to store queue items.Modifier and TypeMethodDescriptionQueueStoreConfig.setStoreImplementation
(QueueStore storeImplementation) Sets the implementation of the queue store which will be used to store queue items.