Package | Description |
---|---|
com.hazelcast.client.impl |
Contains most of the client side HazelcastInstance implementation functionality.
|
com.hazelcast.cluster |
This package contains the cluster functionality.
|
com.hazelcast.cluster.impl |
This package contains the implementation of the cluster functionality.
|
com.hazelcast.partition |
Contains the partition logic for Hazelcast.
|
com.hazelcast.partition.impl |
Contains the actual implementation of the
InternalPartitionService . |
com.hazelcast.spi |
Provides interfaces/classes for Hazelcast SPI.
|
com.hazelcast.spi.impl.proxyservice |
Contains the API for the
InternalProxyService . |
com.hazelcast.spi.impl.proxyservice.impl |
Contains the implementation of the
InternalProxyService . |
com.hazelcast.wan |
This package contains the WAN replication API
|
com.hazelcast.wan.impl |
This package contains the opensource implementation of WAN replication
|
Modifier and Type | Class and Description |
---|---|
class |
ClientEngineImpl
Class that requests, listeners from client handled in node side.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ClusterService
A service responsible for member related functionality.
|
Modifier and Type | Class and Description |
---|---|
class |
ClusterServiceImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
InternalPartitionService |
Modifier and Type | Class and Description |
---|---|
class |
InternalPartitionServiceImpl
The
InternalPartitionService implementation. |
Modifier and Type | Interface and Description |
---|---|
interface |
ProxyService
A
CoreService responsible for managing the DistributedObject proxies. |
Modifier and Type | Interface and Description |
---|---|
interface |
InternalProxyService
The API for the internal
ProxyService . |
Modifier and Type | Class and Description |
---|---|
class |
ProxyServiceImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
WanReplicationService
This is the WAN replications service API core interface.
|
Modifier and Type | Class and Description |
---|---|
class |
WanReplicationServiceImpl
Open source implementation of the
WanReplicationService |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.