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 MBean classes.
|
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 |
---|
AbstractOperation |
CoreService
Marker interface for core Hazelcast services.
|
EventPublishingService |
EventService |
InvocationBuilder
The InvocationBuilder is responsible for building an invocation of an operation and invoking it.
|
ManagedService
A interface that can be implemented by a SPI Service to receive lifecycle calls like initialization and shutdown.
|
MemberAttributeServiceEvent |
MembershipAwareService
An interface that can be implemented by a SPI service that needs to be notified members joining and leaving
the cluster.
|
MembershipServiceEvent
Membership event fired when a new member is added
to the cluster and/or when a member leaves the cluster.
|
NodeEngine |
Operation
An operation could be compared the a
Runnable . |
OperationFactory
A Factory for creating
Operation instances. |
ProxyService
A
CoreService responsible for managing the DistributedObject proxies. |
UrgentSystemOperation
An Marker interface that signals that an operation is an urgent System Operation.
|
Class and Description |
---|
AbstractOperation |
CoreService
Marker interface for core Hazelcast services.
|
EventPublishingService |
ManagedService
A interface that can be implemented by a SPI Service to receive lifecycle calls like initialization and shutdown.
|
NodeEngine |
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 |
OperationService
The OperationService is responsible for executing operations.
|
ProxyService
A
CoreService responsible for managing the DistributedObject proxies. |
Class and Description |
---|
NodeEngine |
Class and Description |
---|
NodeAware |
Class and Description |
---|
Callback |
CoreService
Marker interface for core Hazelcast services.
|
EventFilter |
EventRegistration
The result of a Event Registration.
|
EventService |
ExceptionAction |
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 |
MembershipServiceEvent
Membership event fired when a new member is added
to the cluster and/or when a member leaves the cluster.
|
NodeEngine |
Notifier |
ObjectNamespace |
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 |
PartitionReplicationEvent |
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 |
SharedService |
WaitNotifyKey |
WaitNotifyService |
WaitSupport |
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.