Package | Description |
---|---|
com.hazelcast.client |
This package contains the serverside client functionality
|
com.hazelcast.client.examples | |
com.hazelcast.client.proxy | |
com.hazelcast.core |
Provides core API interfaces/classes.
|
com.hazelcast.examples |
This package contains the MapReduce API definition for Hazelcast.
All map reduce operations running in a distributed manner inside the active Hazelcast cluster. |
com.hazelcast.instance | |
com.hazelcast.jca | |
com.hazelcast.jmx |
Contains Hazelcast MBean classes.
|
com.hazelcast.queue.proxy |
Modifier and Type | Method and Description |
---|---|
<E> IQueue<E> |
HazelcastClient.getQueue(String name) |
<E> IQueue<E> |
HazelcastClientProxy.getQueue(String name) |
Modifier and Type | Method and Description |
---|---|
IQueue<Object> |
ClientTestApp.getQueue() |
Modifier and Type | Class and Description |
---|---|
class |
ClientQueueProxy<E> |
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 |
---|---|
IQueue<Object> |
TestApp.getQueue() |
Modifier and Type | Method and Description |
---|---|
<E> IQueue<E> |
HazelcastInstanceProxy.getQueue(String name) |
<E> IQueue<E> |
HazelcastInstanceImpl.getQueue(String 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) |
Modifier and Type | Class and Description |
---|---|
class |
QueueProxyImpl<E>
User: ali
Date: 11/14/12
Time: 13:23 AM
|
Copyright © 2014 Hazelcast, Inc.. All rights reserved.