JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Interface
com.hazelcast.collection.IQueue
Packages that use
IQueue
Package
Description
com.hazelcast.core
Provides core API interfaces/classes.
Uses of
IQueue
in
com.hazelcast.core
Methods in
com.hazelcast.core
that return
IQueue
Modifier and Type
Method
Description
<E>
IQueue
<E>
HazelcastInstance.
getQueue
(
String
name)
Creates or returns the distributed queue instance with the specified name.