类 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
-
字段概要
从类继承的字段 com.hazelcast.instance.impl.DefaultNodeExtension
clusterVersionListeners, integrityChecker, jetServiceBackend, logger, logoLogger, node, phoneHome, systemLogger -
构造器概要
构造器构造器说明NodeExtension(@NonNull com.hazelcast.instance.impl.Node node, @NonNull org.apache.seatunnel.engine.common.config.SeaTunnelConfig seaTunnelConfig) -
方法概要
修饰符和类型方法说明voidvoidbeforeClusterStateChange(com.hazelcast.cluster.ClusterState currState, com.hazelcast.cluster.ClusterState requestedState, boolean isTransient) voidcom.hazelcast.internal.ascii.TextCommandServicevoidonClusterStateChange(com.hazelcast.cluster.ClusterState newState, boolean isTransient) void从类继承的方法 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
-
构造器详细资料
-
NodeExtension
public NodeExtension(@NonNull @NonNull com.hazelcast.instance.impl.Node node, @NonNull @NonNull org.apache.seatunnel.engine.common.config.SeaTunnelConfig seaTunnelConfig)
-
-
方法详细资料
-
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
- 指定者:
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
-