Package | Description |
---|---|
com.hazelcast.cache.impl.journal | |
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
com.hazelcast.console |
This package contains classes related to ConsoleApp
|
com.hazelcast.executor.impl |
This package contains IExecutorService functionality for Hazelcast.
The IExecutorService extends the ExecutorService and provides all kinds
of additional methods related to distributed systems. |
com.hazelcast.instance |
This package contains Hazelcast Instance functionality.
|
com.hazelcast.internal.journal |
This package contains supporting classes for data structure specific event journals.
|
com.hazelcast.map.impl.journal | |
com.hazelcast.quorum.impl |
Contains cluster quorum implementation classes.
|
com.hazelcast.ringbuffer.impl |
Contains the
Ringbuffer implementation classes. |
com.hazelcast.scheduledexecutor.impl | |
com.hazelcast.security |
Provides interfaces/classes for Hazelcast security implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
CacheEventJournalReadResultSetImpl<K,V,T> |
class |
DeserializingEventJournalCacheEvent<K,V> |
Modifier and Type | Class and Description |
---|---|
static class |
EntryListenerConfig.MapListenerToEntryListenerAdapter
Wraps a MapListener into an EntryListener.
|
Modifier and Type | Class and Description |
---|---|
class |
Echo
Echoes to screen.
|
class |
SimulateLoadTask
A simulated load test.
|
Modifier and Type | Class and Description |
---|---|
class |
RunnableAdapter<V>
|
Modifier and Type | Class and Description |
---|---|
class |
MemberImpl |
Modifier and Type | Class and Description |
---|---|
class |
DeserializingEntry<K,V> |
Modifier and Type | Class and Description |
---|---|
class |
DeserializingEventJournalMapEvent<K,V> |
class |
MapEventJournalReadResultSetImpl<K,V,T> |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPingAwareQuorumFunction
Base class for quorum functions which may use ICMP failure detector information to determine
presence of quorum.
|
class |
ProbabilisticQuorumFunction |
class |
RecentlyActiveQuorumFunction
A quorum function that keeps track of the last heartbeat timestamp per member.
|
Modifier and Type | Class and Description |
---|---|
class |
ReadResultSetImpl<O,E>
A list for the
ReadManyOperation . |
Modifier and Type | Class and Description |
---|---|
class |
ScheduledFutureProxy<V> |
Modifier and Type | Interface and Description |
---|---|
interface |
SecureCallable<V>
A secure callable that runs in a sandbox.
|
Copyright © 2021 Hazelcast, Inc.. All Rights Reserved.