Package | Description |
---|---|
com.hazelcast.client |
Contains classes/interfaces related to Client
|
com.hazelcast.core |
Provides core API interfaces/classes.
|
com.hazelcast.jca |
This package contains jca functionality
|
com.hazelcast.jmx |
Contains Hazelcast MBean classes.
|
Modifier and Type | Method and Description |
---|---|
<E> IQueue<E> |
HazelcastClientProxy.getQueue(String name) |
<E> IQueue<E> |
HazelcastClient.getQueue(String name) |
Modifier and Type | Method and Description |
---|---|
<E> IQueue<E> |
HazelcastInstance.getQueue(String name)
Returns the distributed queue instance with the specified name.
|
Modifier and Type | Method and Description |
---|---|
<E> IQueue<E> |
HazelcastConnectionImpl.getQueue(String name) |
<E> IQueue<E> |
HazelcastConnection.getQueue(String name) |
Constructor and Description |
---|
QueueMBean(IQueue managedObject,
ManagementService service) |
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.