| Package | Description |
|---|---|
| com.hazelcast.client | |
| com.hazelcast.core |
Provides core API interfaces/classes.
|
| com.hazelcast.jmx |
Contains Hazelcast MBean classes.
|
| Modifier and Type | Method and Description |
|---|---|
<E> ISet<E> |
HazelcastClient.getSet(String name) |
<E> ISet<E> |
HazelcastClientProxy.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.
|
| Constructor and Description |
|---|
SetMBean(ISet managedObject,
ManagementService service) |
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.