public class EnterpriseNodeExtension
extends com.hazelcast.instance.DefaultNodeExtension
NodeExtension. This is loaded by Hazelcast using SPI.
Since Hazelcast 3.11.0 this class name and package must as is, since the
NodeExtensionFactory.create(Node, List) checks that the class to be loaded has this name and package.
| Modifier and Type | Field and Description |
|---|---|
static String |
FIPS_SECURITY_MODEL |
static String |
PROPERTY_SECURITY_MODEL |
| Constructor and Description |
|---|
EnterpriseNodeExtension(com.hazelcast.instance.Node node) |
| Modifier and Type | Method and Description |
|---|---|
com.hazelcast.internal.networking.InboundHandler[] |
createInboundHandlers(com.hazelcast.instance.EndpointQualifier qualifier,
com.hazelcast.nio.tcp.TcpIpConnection connection,
com.hazelcast.nio.IOService ioService) |
com.hazelcast.internal.networking.OutboundHandler[] |
createOutboundHandlers(com.hazelcast.instance.EndpointQualifier qualifier,
com.hazelcast.nio.tcp.TcpIpConnection connection,
com.hazelcast.nio.IOService ioService) |
static void |
setSecuredPacketIOHelperBuilder(SecuredPacketIOHelperBuilder builder) |
afterClusterStateChange, afterStart, beforeClusterStateChange, beforeJoin, beforeShutdown, beforeStart, createAndSetPhoneHome, createChannelInitializerProvider, createDynamicConfigListener, createExtensionServices, createJMXManagementService, createMemberUuid, createMulticastInputProcessor, createMulticastOutputProcessor, createSerializationService, createService, createTextCommandService, createTimedMemberStateFactory, getHotRestartService, getInternalHotRestartService, getManagementCenterConnectionFactory, getMemoryStats, getPartitioningStrategy, getSecurityContext, getSecurityService, getSocketInterceptor, isClientFailoverSupported, isNodeVersionCompatibleWith, isStartCompleted, onClusterStateChange, onClusterVersionChange, onInitialClusterState, onMemberListChange, onPartitionStateChange, onThreadStart, onThreadStop, printNodeInfo, registerListener, registerPlugins, scheduleClusterVersionAutoUpgrade, sendPhoneHome, shutdown, validateJoinRequestpublic static final String PROPERTY_SECURITY_MODEL
public static final String FIPS_SECURITY_MODEL
public EnterpriseNodeExtension(com.hazelcast.instance.Node node)
public static void setSecuredPacketIOHelperBuilder(SecuredPacketIOHelperBuilder builder)
public com.hazelcast.internal.networking.InboundHandler[] createInboundHandlers(com.hazelcast.instance.EndpointQualifier qualifier,
com.hazelcast.nio.tcp.TcpIpConnection connection,
com.hazelcast.nio.IOService ioService)
createInboundHandlers in interface com.hazelcast.instance.NodeExtensioncreateInboundHandlers in class com.hazelcast.instance.DefaultNodeExtensionpublic com.hazelcast.internal.networking.OutboundHandler[] createOutboundHandlers(com.hazelcast.instance.EndpointQualifier qualifier,
com.hazelcast.nio.tcp.TcpIpConnection connection,
com.hazelcast.nio.IOService ioService)
createOutboundHandlers in interface com.hazelcast.instance.NodeExtensioncreateOutboundHandlers in class com.hazelcast.instance.DefaultNodeExtensionCopyright © 2006–2019 MuleSoft, Inc.. All rights reserved.