Uses of Enum Class
com.alibaba.nacos.sys.env.DeploymentType
Packages that use DeploymentType
-
Uses of DeploymentType in com.alibaba.nacos.sys.env
Methods in com.alibaba.nacos.sys.env that return DeploymentTypeModifier and TypeMethodDescriptionstatic DeploymentTypeEnvUtil.getDeploymentType()static DeploymentTypestatic DeploymentTypeReturns the enum constant of this class with the specified name.static DeploymentType[]DeploymentType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.alibaba.nacos.sys.env with parameters of type DeploymentTypeModifier and TypeMethodDescriptionstatic voidEnvUtil.setDeploymentType(DeploymentType deploymentType) -
Uses of DeploymentType in com.alibaba.nacos.sys.module
Methods in com.alibaba.nacos.sys.module with parameters of type DeploymentTypeModifier and TypeMethodDescriptionbooleanAbstractConsoleModuleStateBuilder.isMatchDeployment(DeploymentType type) booleanAbstractServerModuleStateBuilder.isMatchDeployment(DeploymentType type) default booleanModuleStateBuilder.isMatchDeployment(DeploymentType type) Whether module is match deployment type, default return true.