| Package | Description |
|---|---|
| com.hazelcast.client |
Contains classes/interfaces related to Client
|
| com.hazelcast.cluster |
This package contains the cluster functionality.
|
| com.hazelcast.jmx |
Contains Hazelcast management bean classes.
|
| com.hazelcast.map |
Contains Hazelcast map module classes.
|
| com.hazelcast.map.merge |
Contains merge policies for
IMap |
| com.hazelcast.mapreduce |
This package contains the MapReduce API definition for Hazelcast.
All map reduce operations running in a distributed manner inside the active Hazelcast cluster. |
| com.hazelcast.security |
Provides interfaces/classes for Hazelcast security implementation.
|
| com.hazelcast.spi |
Provides interfaces/classes for Hazelcast SPI.
|
| Class and Description |
|---|
| EventService
Component responsible for handling events like topic events or map.listener events.
|
| ProxyService
A
CoreService responsible for managing the DistributedObject proxies. |
| Class and Description |
|---|
| AbstractOperation
Abstract
Operation implementation with some basic methods
implemented. |
| CoreService
Marker interface for core Hazelcast services.
|
| EventPublishingService
A service for publishing events.
|
| ManagedService
A interface that can be implemented by a SPI Service to receive lifecycle calls:
initialization
shutdown
reset
|
| NodeEngine
The NodeEngine is the internal heart of a member.
|
| Operation
An operation could be compared the a
Runnable. |
| UrgentSystemOperation
An Marker interface that signals that an operation is an urgent System Operation.
|
| Class and Description |
|---|
| EventService
Component responsible for handling events like topic events or map.listener events.
|
| OperationService
The OperationService is responsible for executing operations.
|
| ProxyService
A
CoreService responsible for managing the DistributedObject proxies. |
| Class and Description |
|---|
| EventFilter
A predicate that can filter out events.
|
| EventPublishingService
A service for publishing events.
|
| ManagedService
A interface that can be implemented by a SPI Service to receive lifecycle calls:
initialization
shutdown
reset
|
| MigrationAwareService
An interface that can be implemented by SPI services to get notified of partition changes.
|
| NodeEngine
The NodeEngine is the internal heart of a member.
|
| Operation
An operation could be compared the a
Runnable. |
| PartitionMigrationEvent
An
EventObject for a partition migration. |
| PartitionReplicationEvent
An event send to
MigrationAwareService when partitions changes happen. |
| PostJoinAwareService |
| RemoteService
An interface that can be implemented by SPI-Services to give them the ability to create proxies to
distributed objects.
|
| ReplicationSupportingService
An interface that can be implemented by SPI services to give them the ability to listen to
Replication Events.
|
| SplitBrainHandlerService
An interface that can be implemented by SPI services that want to be able to resolve a split brain.
|
| TransactionalService
An interface that can be implemented by SPI services that want to deal with transactions.
|
| Class and Description |
|---|
| NodeEngine
The NodeEngine is the internal heart of a member.
|
| Class and Description |
|---|
| NodeEngine
The NodeEngine is the internal heart of a member.
|
| Class and Description |
|---|
| NodeAware
A 'capability' that can be implemented by object to get the Node injected.
|
| Class and Description |
|---|
| Callback
A callback interface; make it possible to receive a callback.
|
| CoreService
Marker interface for core Hazelcast services.
|
| EventFilter
A predicate that can filter out events.
|
| EventRegistration
The result of a Event Registration.
|
| EventService
Component responsible for handling events like topic events or map.listener events.
|
| ExceptionAction
The possible actions that can be taken when a certain exception is thrown.
|
| ExecutionService
A Service responsible for providing access to 'system' executors and customer executors.
|
| InternalCompletableFuture
A
ICompletableFuture with more functionality like getting
the result without needing to deal with checked exceptions. |
| InvocationBuilder
The InvocationBuilder is responsible for building an invocation of an operation and invoking it.
|
| MemberAttributeServiceEvent
This service event is fired to inform services about a change in a member's attributes collection
|
| MembershipServiceEvent
Membership event fired when a new member is added
to the cluster and/or when a member leaves the cluster.
|
| NodeEngine
The NodeEngine is the internal heart of a member.
|
| Notifier
A component used in wait/notify systems like Condition.
|
| ObjectNamespace
An ObjectNamespace that makes identification of in object within a service possible.
|
| Operation
An operation could be compared the a
Runnable. |
| OperationFactory
A Factory for creating
Operation instances. |
| OperationService
The OperationService is responsible for executing operations.
|
| PartitionAwareOperation
An interface that can be implemented by an operation to indicate that is should
be invoked on a particular partition.
|
| PartitionMigrationEvent
An
EventObject for a partition migration. |
| PartitionReplicationEvent
An event send to
MigrationAwareService when partitions changes happen. |
| ProxyService
A
CoreService responsible for managing the DistributedObject proxies. |
| RemoteService
An interface that can be implemented by SPI-Services to give them the ability to create proxies to
distributed objects.
|
| ResponseHandler
A handler for the
OperationService when it has calculated a response. |
| SharedService
A shared service (not clear what the difference is between shared and unshared though).
|
| WaitNotifyKey
A key for a wait notify object e.g.
|
| WaitNotifyService
A service for object where one can wait on, like ICondition or a ILock when a thread needs
to wait for a lock to be released.
|
| WaitSupport
A interface that can be implemented to participate in the Wait/Notify System.
|
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.