Package | Description |
---|---|
com.hazelcast.client | |
com.hazelcast.core | |
com.hazelcast.impl |
Modifier and Type | Field and Description |
---|---|
protected Instance.InstanceType |
MapEntrySetIterator.instanceType |
protected Instance.InstanceType |
MapEntryIterator.instanceType |
Modifier and Type | Method and Description |
---|---|
Instance.InstanceType |
MultiMapClientProxy.getInstanceType() |
Instance.InstanceType |
ListClientProxy.getInstanceType() |
Instance.InstanceType |
TopicClientProxy.getInstanceType() |
Instance.InstanceType |
QueueClientProxy.getInstanceType() |
Instance.InstanceType |
SemaphoreClientProxy.getInstanceType() |
Instance.InstanceType |
SetClientProxy.getInstanceType() |
Instance.InstanceType |
LockClientProxy.getInstanceType() |
Instance.InstanceType |
MapClientProxy.getInstanceType() |
Instance.InstanceType |
IdGeneratorClientProxy.getInstanceType() |
Instance.InstanceType |
AtomicNumberClientProxy.getInstanceType() |
Instance.InstanceType |
CountDownLatchClientProxy.getInstanceType() |
Constructor and Description |
---|
LightEntrySet(Set<K> set,
MapClientProxy<K,V> proxy,
Instance.InstanceType instanceType) |
LightEntrySetSet(Collection collection,
MapClientProxy<K,V> proxy,
Instance.InstanceType instanceType) |
LightMultiMapEntrySet(Set<K> set,
MultiMapClientProxy proxy,
Instance.InstanceType instanceType) |
MapEntryIterator(Iterator<K> it,
EntryHolder<K,V> proxy,
Instance.InstanceType instanceType) |
MapEntrySetIterator(Iterator iterator,
EntryHolder<K,V> proxy,
Instance.InstanceType instanceType) |
MultiMapEntryIterator(Iterator it,
EntryHolder proxy,
Instance.InstanceType instanceType) |
Modifier and Type | Method and Description |
---|---|
Instance.InstanceType |
Instance.getInstanceType()
Returns instance type such as map, set, list, lock, topic, multimap, id generator
|
Instance.InstanceType |
InstanceEvent.getInstanceType() |
Instance.InstanceType |
InstanceDestroyedException.getType() |
static Instance.InstanceType |
Instance.InstanceType.valueOf(int typeId) |
static Instance.InstanceType |
Instance.InstanceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Instance.InstanceType[] |
Instance.InstanceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
InstanceDestroyedException(Instance.InstanceType type,
String name) |
Modifier and Type | Field and Description |
---|---|
Instance.InstanceType |
ListenerManager.ListenerItem.instanceType |
Modifier and Type | Method and Description |
---|---|
Instance.InstanceType |
CountDownLatchProxyImpl.getInstanceType() |
Instance.InstanceType |
QProxyImpl.getInstanceType() |
Instance.InstanceType |
AtomicNumberProxyImpl.getInstanceType() |
Instance.InstanceType |
MProxyImpl.getInstanceType() |
Instance.InstanceType |
MultiMapProxyImpl.getInstanceType() |
Instance.InstanceType |
SemaphoreProxyImpl.getInstanceType() |
Instance.InstanceType |
LockProxyImpl.getInstanceType() |
Instance.InstanceType |
IdGeneratorProxyImpl.getInstanceType() |
Instance.InstanceType |
ListProxyImpl.getInstanceType() |
Instance.InstanceType |
SetProxyImpl.getInstanceType() |
Instance.InstanceType |
TopicProxyImpl.getInstanceType() |
static Instance.InstanceType |
BaseManager.getInstanceType(String name) |
Modifier and Type | Method and Description |
---|---|
void |
MProxyImpl.addGenericListener(Object listener,
Object key,
boolean includeValue,
Instance.InstanceType instanceType) |
void |
MProxy.addGenericListener(Object listener,
Object key,
boolean includeValue,
Instance.InstanceType instanceType) |
void |
ListenerManager.addListener(String name,
Object listener,
Object key,
boolean includeValue,
Instance.InstanceType instanceType) |
void |
ListenerManager.addLocalListener(String name,
Object listener,
Instance.InstanceType instanceType) |
Constructor and Description |
---|
ListenerManager.ListenerItem(String name,
Object key,
Object listener,
boolean includeValue,
Instance.InstanceType instanceType) |
ListenerManager.ListenerItem(String name,
Object key,
Object listener,
boolean includeValue,
Instance.InstanceType instanceType,
boolean localListener) |
Copyright © 2013 Hazelcast, Inc.. All rights reserved.