Package | Description |
---|---|
com.hazelcast.client |
Contains classes/interfaces related to Client
|
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.
|
com.hazelcast.jca |
This package contains jca functionality
|
Modifier and Type | Interface and Description |
---|---|
interface |
ClientEndpoint
Represents an endpoint to a client.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientEvent
Event used for notification of client connection and disconnection
|
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
The Client interface allows to get information about
a connected client's 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 belongs to.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMember |
class |
MemberImpl |
Modifier and Type | Method and Description |
---|---|
Endpoint |
HazelcastConnectionImpl.getLocalEndpoint() |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.