类 NodeExtension
- java.lang.Object
-
- com.hazelcast.instance.impl.DefaultNodeExtension
-
- org.apache.seatunnel.engine.server.NodeExtension
-
- 所有已实现的接口:
com.hazelcast.instance.impl.NodeExtension
public class NodeExtension extends com.hazelcast.instance.impl.DefaultNodeExtension
-
-
构造器概要
构造器 构造器 说明 NodeExtension(@NonNull com.hazelcast.instance.impl.Node node, @NonNull org.apache.seatunnel.engine.common.config.SeaTunnelConfig seaTunnelConfig)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidafterStart()voidbeforeClusterStateChange(com.hazelcast.cluster.ClusterState currState, com.hazelcast.cluster.ClusterState requestedState, boolean isTransient)voidbeforeStart()Map<String,Object>createExtensionServices()com.hazelcast.internal.ascii.TextCommandServicecreateTextCommandService()voidonClusterStateChange(com.hazelcast.cluster.ClusterState newState, boolean isTransient)voidprintNodeInfo()-
从类继承的方法 com.hazelcast.instance.impl.DefaultNodeExtension
afterShutdown, beforeShutdown, checkDynamicConfigurationPersistenceAllowed, constructBuildString, createAndSetPhoneHome, createChannelInitializerFn, createCompatibilitySerializationService, createInboundHandlers, createJMXManagementService, createOutboundHandlers, createSerializationService, createService, createTimedMemberStateFactory, getAuditlogService, getCPPersistenceService, getEditionString, getHotRestartService, getInternalHotRestartService, getJet, getJetServiceBackend, getMemoryStats, getPartitioningStrategy, getSecurityContext, getSocketInterceptor, getTrackingFileProperties, isNodeVersionCompatibleWith, isStartCompleted, logInstanceTrackingMetadata, onClusterVersionChange, onMemberListChange, onPartitionStateChange, printBannersBeforeNodeInfo, registerListener, registerPlugins, sendPhoneHome, setLicenseKey, validateJoinRequest
-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 com.hazelcast.instance.impl.NodeExtension
afterClusterStateChange, beforeJoin, createMemberUuid, createMulticastInputProcessor, createMulticastOutputProcessor, getSecurityService, isClientFailoverSupported, onInitialClusterState, onThreadStart, onThreadStop, scheduleClusterVersionAutoUpgrade, shutdown
-
-
-
-
方法详细资料
-
beforeStart
public void beforeStart()
- 指定者:
beforeStart在接口中com.hazelcast.instance.impl.NodeExtension- 覆盖:
beforeStart在类中com.hazelcast.instance.impl.DefaultNodeExtension
-
afterStart
public void afterStart()
- 指定者:
afterStart在接口中com.hazelcast.instance.impl.NodeExtension- 覆盖:
afterStart在类中com.hazelcast.instance.impl.DefaultNodeExtension
-
beforeClusterStateChange
public void beforeClusterStateChange(com.hazelcast.cluster.ClusterState currState, com.hazelcast.cluster.ClusterState requestedState, boolean isTransient)- 指定者:
beforeClusterStateChange在接口中com.hazelcast.instance.impl.NodeExtension- 覆盖:
beforeClusterStateChange在类中com.hazelcast.instance.impl.DefaultNodeExtension
-
onClusterStateChange
public void onClusterStateChange(com.hazelcast.cluster.ClusterState newState, boolean isTransient)- 指定者:
onClusterStateChange在接口中com.hazelcast.instance.impl.NodeExtension- 覆盖:
onClusterStateChange在类中com.hazelcast.instance.impl.DefaultNodeExtension
-
createExtensionServices
public Map<String,Object> createExtensionServices()
- 指定者:
createExtensionServices在接口中com.hazelcast.instance.impl.NodeExtension- 覆盖:
createExtensionServices在类中com.hazelcast.instance.impl.DefaultNodeExtension
-
createTextCommandService
public com.hazelcast.internal.ascii.TextCommandService createTextCommandService()
- 指定者:
createTextCommandService在接口中com.hazelcast.instance.impl.NodeExtension- 覆盖:
createTextCommandService在类中com.hazelcast.instance.impl.DefaultNodeExtension
-
printNodeInfo
public void printNodeInfo()
- 指定者:
printNodeInfo在接口中com.hazelcast.instance.impl.NodeExtension- 覆盖:
printNodeInfo在类中com.hazelcast.instance.impl.DefaultNodeExtension
-
-