Package | Description |
---|---|
com.hazelcast.client.impl |
Contains most of the client side HazelcastInstance implementation functionality.
|
com.hazelcast.core |
Provides core API interfaces/classes.
|
com.hazelcast.instance |
This package contains Hazelcast Instance functionality.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientEndpointImpl
The
ClientEndpoint and Client implementation. |
class |
ClientImpl
Default
Client implementation. |
Modifier and Type | Interface and Description |
---|---|
interface |
Client
Client interface allows to get information about
a connected clients socket address, type and uuid.
|
interface |
Member
Cluster member interface.
|
Modifier and Type | Method and Description |
---|---|
Endpoint |
HazelcastInstance.getLocalEndpoint()
Returns the local Endpoint which this HazelcastInstance is belongs to.
|
Modifier and Type | Class and Description |
---|---|
class |
MemberImpl |
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.