Uses of Class
io.vertigo.commons.app.AppNode
Packages that use AppNode
Package
Description
-
Uses of AppNode in io.vertigo.commons.app
Methods in io.vertigo.commons.app that return AppNodeMethods in io.vertigo.commons.app that return types with arguments of type AppNodeModifier and TypeMethodDescriptionFind a node by an idAppManager.getDeadNodes()List the dead nodes of the appAppManager.getTopology()Get the whole topology of an appAppManager.locateSkills(String... skills) Find node with a given skill -
Uses of AppNode in io.vertigo.commons.impl.app
Methods in io.vertigo.commons.impl.app that return AppNodeMethods in io.vertigo.commons.impl.app that return types with arguments of type AppNodeModifier and TypeMethodDescriptionFind a node in the topology with the given idAppManagerImpl.getDeadNodes()AppManagerImpl.getTopology()AppNodeRegistryPlugin.getTopology()Get the whole topology of the appAppManagerImpl.locateSkills(String... skills) Methods in io.vertigo.commons.impl.app with parameters of type AppNodeModifier and TypeMethodDescriptionList<io.vertigo.core.analytics.health.HealthCheck> voidRegister a nodevoidAppNodeRegistryPlugin.unregister(AppNode appNode) Unregister a nodevoidAppNodeRegistryPlugin.updateStatus(AppNode appNode) Update the status of a node -
Uses of AppNode in io.vertigo.commons.plugins.app.infos.http
Methods in io.vertigo.commons.plugins.app.infos.http with parameters of type AppNode -
Uses of AppNode in io.vertigo.commons.plugins.app.registry.db
Methods in io.vertigo.commons.plugins.app.registry.db that return types with arguments of type AppNodeMethods in io.vertigo.commons.plugins.app.registry.db with parameters of type AppNodeModifier and TypeMethodDescriptionvoidvoidDbAppNodeRegistryPlugin.unregister(AppNode appNode) voidDbAppNodeRegistryPlugin.updateStatus(AppNode appNode) -
Uses of AppNode in io.vertigo.commons.plugins.app.registry.redis
Methods in io.vertigo.commons.plugins.app.registry.redis that return types with arguments of type AppNodeMethods in io.vertigo.commons.plugins.app.registry.redis with parameters of type AppNodeModifier and TypeMethodDescriptionvoidvoidRedisAppNodeRegistryPlugin.unregister(AppNode appNode) voidRedisAppNodeRegistryPlugin.updateStatus(AppNode appNode) -
Uses of AppNode in io.vertigo.commons.plugins.app.registry.single
Methods in io.vertigo.commons.plugins.app.registry.single that return types with arguments of type AppNodeMethods in io.vertigo.commons.plugins.app.registry.single with parameters of type AppNodeModifier and TypeMethodDescriptionvoidvoidSingleAppNodeRegistryPlugin.unregister(AppNode appNode) voidSingleAppNodeRegistryPlugin.updateStatus(AppNode appNode)