Package | Description |
---|---|
com.hazelcast.client | |
com.hazelcast.core | |
com.hazelcast.examples | |
com.hazelcast.impl | |
com.hazelcast.jmx |
The com.hazelcast.jmx package contains MBeans and a ManagementService for JMX management JMX support in Hazelcast.
|
Modifier and Type | Class and Description |
---|---|
class |
SetClientProxy<E> |
Modifier and Type | Method and Description |
---|---|
<E> ISet<E> |
HazelcastClient.getSet(String name) |
Modifier and Type | Method and Description |
---|---|
<E> ISet<E> |
HazelcastInstance.getSet(String name)
Returns the distributed set instance with the specified name.
|
static <E> ISet<E> |
Hazelcast.getSet(String name)
Deprecated.
as of version 2.2
|
Modifier and Type | Method and Description |
---|---|
ISet<Object> |
TestApp.getSet() |
Modifier and Type | Interface and Description |
---|---|
interface |
SetProxy<E> |
Modifier and Type | Class and Description |
---|---|
class |
SetProxyImpl |
Modifier and Type | Method and Description |
---|---|
<E> ISet<E> |
FactoryImpl.getSet(String name) |
<E> ISet<E> |
FactoryImpl.HazelcastInstanceProxy.getSet(String name) |
Constructor and Description |
---|
SetMBean(ISet<?> managedObject,
ManagementService managementService) |
Copyright © 2013 Hazelcast, Inc.. All rights reserved.