Package | Description |
---|---|
com.hazelcast.client.console |
This package contains ClientConsoleApp
|
com.hazelcast.client.impl.protocol.task.replicatedmap |
Client protocol tasks implementations for ReplicatedMap
|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
com.hazelcast.console |
This package contains classes related to ConsoleApp
|
com.hazelcast.core |
Provides core API interfaces/classes.
|
com.hazelcast.map.impl |
Contains implementation specific classes of
com.hazelcast.map package. |
Modifier and Type | Class and Description |
---|---|
class |
ClientConsoleApp
A demo application to demonstrate a Hazelcast client.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractReplicatedMapAddEntryListenerMessageTask<Parameter> |
class |
ReplicatedMapAddEntryListenerMessageTask |
class |
ReplicatedMapAddEntryListenerToKeyMessageTask |
class |
ReplicatedMapAddEntryListenerToKeyWithPredicateMessageTask |
class |
ReplicatedMapAddEntryListenerWithPredicateMessageTask |
class |
ReplicatedMapAddNearCacheListenerMessageTask |
Modifier and Type | Class and Description |
---|---|
static class |
EntryListenerConfig.MapListenerToEntryListenerAdapter
Wraps a MapListener into an EntryListener.
|
Modifier and Type | Class and Description |
---|---|
class |
ConsoleApp
Special thanks to Alexandre Vasseur for providing this very nice test
application.
|
Modifier and Type | Interface and Description |
---|---|
interface |
EntryListener<K,V>
Map Entry listener to get notified when a map entry
is added, removed, updated or evicted.
|
Modifier and Type | Class and Description |
---|---|
class |
EntryAdapter<K,V>
Adapter for
MapListener . |
Modifier and Type | Class and Description |
---|---|
class |
MapListenerAdapter<K,V>
Internal usage only adapter for
MapListener . |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.