Package | Description |
---|---|
com.hazelcast.client |
This package contains the serverside client functionality
|
com.hazelcast.core |
Provides core API interfaces/classes.
|
com.hazelcast.instance |
This package contains Hazelcast Instance 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 | 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 |
Copyright © 2018 Hazelcast, Inc.. All rights reserved.