|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IQueue | |
---|---|
com.hazelcast.client.console | This package contains ClientConsoleApp |
com.hazelcast.client.impl | Contains most of the client side HazelcastInstance implementation functionality. |
com.hazelcast.client.proxy | This package contains client side proxy implementations of the different Hazelcast data structures and operation types |
com.hazelcast.console | This package contains classes related to ConsoleApp |
com.hazelcast.core | Provides core API interfaces/classes. |
com.hazelcast.instance | This package contains Hazelcast Instance functionality. |
com.hazelcast.jca | This package contains jca functionality |
com.hazelcast.jmx | Contains Hazelcast management bean classes. |
com.hazelcast.queue.impl.proxy | This package contains the IQueue proxies. |
Uses of IQueue in com.hazelcast.client.console |
---|
Methods in com.hazelcast.client.console that return IQueue | |
---|---|
IQueue<Object> |
ClientConsoleApp.getQueue()
|
Uses of IQueue in com.hazelcast.client.impl |
---|
Methods in com.hazelcast.client.impl that return IQueue | ||
---|---|---|
|
HazelcastClientInstanceImpl.getQueue(String name)
|
|
|
HazelcastClientProxy.getQueue(String name)
|
Uses of IQueue in com.hazelcast.client.proxy |
---|
Classes in com.hazelcast.client.proxy that implement IQueue | |
---|---|
class |
ClientQueueProxy<E>
|
Uses of IQueue in com.hazelcast.console |
---|
Methods in com.hazelcast.console that return IQueue | |
---|---|
IQueue<Object> |
ConsoleApp.getQueue()
|
Uses of IQueue in com.hazelcast.core |
---|
Methods in com.hazelcast.core that return IQueue | ||
---|---|---|
|
HazelcastInstance.getQueue(String name)
Returns the distributed queue instance with the specified name. |
Uses of IQueue in com.hazelcast.instance |
---|
Methods in com.hazelcast.instance that return IQueue | ||
---|---|---|
|
HazelcastInstanceImpl.getQueue(String name)
|
|
|
HazelcastInstanceProxy.getQueue(String name)
|
Uses of IQueue in com.hazelcast.jca |
---|
Methods in com.hazelcast.jca that return IQueue | ||
---|---|---|
|
HazelcastConnectionImpl.getQueue(String name)
|
Uses of IQueue in com.hazelcast.jmx |
---|
Constructors in com.hazelcast.jmx with parameters of type IQueue | |
---|---|
QueueMBean(IQueue managedObject,
ManagementService service)
|
Uses of IQueue in com.hazelcast.queue.impl.proxy |
---|
Classes in com.hazelcast.queue.impl.proxy that implement IQueue | |
---|---|
class |
QueueProxyImpl<E>
Proxy implementation for the Queue. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |