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.
| 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) |
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, setLicenseKey, shutdown, validateJoinRequestpublic EnterpriseNodeExtension(com.hazelcast.instance.Node node)
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–2022 MuleSoft, Inc.. All rights reserved.