Package | Description |
---|---|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
com.hazelcast.instance |
This package contains Hazelcast Instance functionality.
|
com.hazelcast.internal.cluster.impl |
This package contains the implementation of the cluster functionality.
|
com.hazelcast.internal.networking.nio |
Contains the non blocking
Networking functionality. |
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. |
Modifier and Type | Field and Description |
---|---|
protected ProtocolType |
EndpointConfig.protocolType |
Modifier and Type | Method and Description |
---|---|
ProtocolType |
EndpointConfig.getProtocolType() |
ProtocolType |
RestServerEndpointConfig.getProtocolType() |
Modifier and Type | Method and Description |
---|---|
ProtocolType |
EndpointQualifier.getType() |
static ProtocolType |
ProtocolType.valueOf(int ordinal) |
static ProtocolType |
ProtocolType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProtocolType[] |
ProtocolType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Set<ProtocolType> |
ProtocolType.valuesAsSet() |
Modifier and Type | Method and Description |
---|---|
static EndpointQualifier |
EndpointQualifier.resolve(ProtocolType protocolType,
String name) |
Modifier and Type | Method and Description |
---|---|
Map<ProtocolType,Collection<Address>> |
ExtendedBindMessage.getLocalAddresses() |
Constructor and Description |
---|
ExtendedBindMessage(byte schemaVersion,
Map<ProtocolType,Collection<Address>> localAddresses,
Address targetAddress,
boolean reply) |
Modifier and Type | Method and Description |
---|---|
long |
AdvancedNetworkStats.getBytesTransceivedForProtocol(ProtocolType protocolType) |
void |
AdvancedNetworkStats.setBytesTransceivedForProtocol(ProtocolType protocolType,
long bytes) |
Modifier and Type | Field and Description |
---|---|
protected ProtocolType |
SingleProtocolDecoder.supportedProtocol |
Constructor and Description |
---|
SingleProtocolDecoder(ProtocolType supportedProtocol,
InboundHandler next) |
SingleProtocolDecoder(ProtocolType supportedProtocol,
InboundHandler[] next,
MemberProtocolEncoder encoder)
Decodes first 3 incoming bytes, validates against
supportedProtocol and, when
matching, replaces itself in the inbound pipeline with the next InboundHandler s. |
TextHandshakeDecoder(ProtocolType supportedProtocol,
InboundHandler next) |
Copyright © 2021 Hazelcast, Inc.. All Rights Reserved.