Package | Description |
---|---|
com.hazelcast.client |
Contains classes/interfaces related to Client
|
com.hazelcast.client.connection.nio |
Contains classes related to New IO for com.hazelcast.client.connection
|
com.hazelcast.client.impl.clientside |
Contains most of the client side HazelcastInstance implementation functionality.
|
com.hazelcast.client.impl.protocol |
Client protocol related private implementation classes
|
com.hazelcast.client.impl.protocol.util |
Protocol utils
|
com.hazelcast.instance |
This package contains Hazelcast Instance functionality.
|
com.hazelcast.internal.ascii |
This package contains Ascii functionality for Hazelcast.
This is required for Memcached and the REST api. |
com.hazelcast.internal.ascii.memcache |
This package contains MemoryCache functionality for Hazelcast.
|
com.hazelcast.internal.ascii.rest |
This package contains Reset functionality for Hazelcast.
|
com.hazelcast.internal.diagnostics |
Contains functionality what is happening in a HazelcastInstance.
|
com.hazelcast.internal.networking |
Contains the socket connection functionality.
|
com.hazelcast.internal.networking.nio |
Contains the non blocking
Networking functionality. |
com.hazelcast.nio |
This package contains classes related to New IO
|
com.hazelcast.nio.ascii |
Contains SocketTextReader and SocketTextWriter classes;
|
com.hazelcast.nio.tcp |
Contains functionality for the TCP/IP Networking for cluster members
This whole package is internal and no compatibility will be provided. |
Class and Description |
---|
ChannelInitializer
Initializes the Channel when the Channel is used for the first time.
|
Class and Description |
---|
Channel
A Channel is a construct that can send/receive like Packets/ClientMessages etc.
|
ChannelHandler
ChannelHandler is either responsible for processing inbound or outbound data.
|
ChannelInitializer
Initializes the Channel when the Channel is used for the first time.
|
HandlerStatus |
OutboundFrame
Represents a payload to can be written to a
Channel
There are different types of OutboundFrame:
Packet: for member to member and old-client to member communication
TextMessage: for memcached and rest communication
ClientMessage: for the new client to member communication
Till so far, all communication over a single connection, will be of a single
Frame-class. |
OutboundHandler
The
OutboundHandler is a ChannelHandler for outbound
traffic. |
Class and Description |
---|
ChannelInitializer
Initializes the Channel when the Channel is used for the first time.
|
ChannelInitializerProvider
Initializes the Channel when the Channel is used for the first time.
|
Class and Description |
---|
OutboundFrame
Represents a payload to can be written to a
Channel
There are different types of OutboundFrame:
Packet: for member to member and old-client to member communication
TextMessage: for memcached and rest communication
ClientMessage: for the new client to member communication
Till so far, all communication over a single connection, will be of a single
Frame-class. |
Class and Description |
---|
ChannelHandler
ChannelHandler is either responsible for processing inbound or outbound data.
|
HandlerStatus |
InboundHandler
The
InboundHandler provides control when data is received and
needs to be processed. |
OutboundHandler
The
OutboundHandler is a ChannelHandler for outbound
traffic. |
Class and Description |
---|
ChannelInitializerProvider
Initializes the Channel when the Channel is used for the first time.
|
InboundHandler
The
InboundHandler provides control when data is received and
needs to be processed. |
OutboundHandler
The
OutboundHandler is a ChannelHandler for outbound
traffic. |
ServerSocketRegistry
Registry that holds all initiated ServerSocket when advanced-networking is in-use
Or holds a single universal ServerSocket when plain old networking is in-use.
|
Class and Description |
---|
OutboundFrame
Represents a payload to can be written to a
Channel
There are different types of OutboundFrame:
Packet: for member to member and old-client to member communication
TextMessage: for memcached and rest communication
ClientMessage: for the new client to member communication
Till so far, all communication over a single connection, will be of a single
Frame-class. |
Class and Description |
---|
OutboundFrame
Represents a payload to can be written to a
Channel
There are different types of OutboundFrame:
Packet: for member to member and old-client to member communication
TextMessage: for memcached and rest communication
ClientMessage: for the new client to member communication
Till so far, all communication over a single connection, will be of a single
Frame-class. |
Class and Description |
---|
OutboundFrame
Represents a payload to can be written to a
Channel
There are different types of OutboundFrame:
Packet: for member to member and old-client to member communication
TextMessage: for memcached and rest communication
ClientMessage: for the new client to member communication
Till so far, all communication over a single connection, will be of a single
Frame-class. |
Class and Description |
---|
Networking
The Networking is an abstraction responsible for lower level networking services.
|
Class and Description |
---|
Channel
A Channel is a construct that can send/receive like Packets/ClientMessages etc.
|
ChannelCloseListener
A listener called when a
Channel is closed. |
ChannelHandler
ChannelHandler is either responsible for processing inbound or outbound data.
|
ChannelInitializer
Initializes the Channel when the Channel is used for the first time.
|
ChannelInitializerProvider
Initializes the Channel when the Channel is used for the first time.
|
ChannelOption
A
ChannelOptions option for the ChannelOptions . |
ChannelOptions
Contains the configuration of a
Channel . |
HandlerStatus |
InboundHandler
The
InboundHandler provides control when data is received and
needs to be processed. |
InboundPipeline
The InboundPipeline is pipeline responsible for inbound traffic.
|
OutboundFrame
Represents a payload to can be written to a
Channel
There are different types of OutboundFrame:
Packet: for member to member and old-client to member communication
TextMessage: for memcached and rest communication
ClientMessage: for the new client to member communication
Till so far, all communication over a single connection, will be of a single
Frame-class. |
OutboundHandler
The
OutboundHandler is a ChannelHandler for outbound
traffic. |
OutboundPipeline
The outbound pipeline of a
Channel . |
ServerSocketRegistry.Pair |
Class and Description |
---|
AbstractChannel
An abstract
Channel implementation. |
Channel
A Channel is a construct that can send/receive like Packets/ClientMessages etc.
|
ChannelErrorHandler
A strategy for controlling what needs to be done in case of an Exception
being thrown when the
Networking processes events. |
ChannelHandler
ChannelHandler is either responsible for processing inbound or outbound data.
|
ChannelInitializer
Initializes the Channel when the Channel is used for the first time.
|
ChannelInitializerProvider
Initializes the Channel when the Channel is used for the first time.
|
InboundHandler
The
InboundHandler provides control when data is received and
needs to be processed. |
InboundPipeline
The InboundPipeline is pipeline responsible for inbound traffic.
|
Networking
The Networking is an abstraction responsible for lower level networking services.
|
OutboundFrame
Represents a payload to can be written to a
Channel
There are different types of OutboundFrame:
Packet: for member to member and old-client to member communication
TextMessage: for memcached and rest communication
ClientMessage: for the new client to member communication
Till so far, all communication over a single connection, will be of a single
Frame-class. |
OutboundHandler
The
OutboundHandler is a ChannelHandler for outbound
traffic. |
OutboundPipeline
The outbound pipeline of a
Channel . |
Class and Description |
---|
Channel
A Channel is a construct that can send/receive like Packets/ClientMessages etc.
|
InboundHandler
The
InboundHandler provides control when data is received and
needs to be processed. |
Networking
The Networking is an abstraction responsible for lower level networking services.
|
OutboundFrame
Represents a payload to can be written to a
Channel
There are different types of OutboundFrame:
Packet: for member to member and old-client to member communication
TextMessage: for memcached and rest communication
ClientMessage: for the new client to member communication
Till so far, all communication over a single connection, will be of a single
Frame-class. |
OutboundHandler
The
OutboundHandler is a ChannelHandler for outbound
traffic. |
Class and Description |
---|
Channel
A Channel is a construct that can send/receive like Packets/ClientMessages etc.
|
ChannelHandler
ChannelHandler is either responsible for processing inbound or outbound data.
|
ChannelInitializer
Initializes the Channel when the Channel is used for the first time.
|
HandlerStatus |
InboundHandler
The
InboundHandler provides control when data is received and
needs to be processed. |
OutboundHandler
The
OutboundHandler is a ChannelHandler for outbound
traffic. |
Class and Description |
---|
Channel
A Channel is a construct that can send/receive like Packets/ClientMessages etc.
|
ChannelErrorHandler
A strategy for controlling what needs to be done in case of an Exception
being thrown when the
Networking processes events. |
ChannelHandler
ChannelHandler is either responsible for processing inbound or outbound data.
|
ChannelInitializer
Initializes the Channel when the Channel is used for the first time.
|
ChannelInitializerProvider
Initializes the Channel when the Channel is used for the first time.
|
HandlerStatus |
InboundHandler
The
InboundHandler provides control when data is received and
needs to be processed. |
Networking
The Networking is an abstraction responsible for lower level networking services.
|
OutboundFrame
Represents a payload to can be written to a
Channel
There are different types of OutboundFrame:
Packet: for member to member and old-client to member communication
TextMessage: for memcached and rest communication
ClientMessage: for the new client to member communication
Till so far, all communication over a single connection, will be of a single
Frame-class. |
OutboundHandler
The
OutboundHandler is a ChannelHandler for outbound
traffic. |
ServerSocketRegistry
Registry that holds all initiated ServerSocket when advanced-networking is in-use
Or holds a single universal ServerSocket when plain old networking is in-use.
|
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.