Uses of Interface
com.hazelcast.collection.QueueStoreFactory
Packages that use QueueStoreFactory
-
Uses of QueueStoreFactory in com.hazelcast.config
Methods in com.hazelcast.config that return QueueStoreFactoryModifier and TypeMethodDescriptionQueueStoreConfig.getFactoryImplementation()
Returns the queue store factory implementation which will be used to instantiate the queue store.Methods in com.hazelcast.config with parameters of type QueueStoreFactoryModifier and TypeMethodDescriptionQueueStoreConfig.setFactoryImplementation
(QueueStoreFactory factoryImplementation) Sets the queue store factory implementation which will be used to instantiate the queue store.