Uses of Class
io.vertigo.commons.app.AppNode
-
-
Uses of AppNode in io.vertigo.commons.app
Methods in io.vertigo.commons.app that return AppNode Modifier and Type Method Description AppNode
AppManager. getCurrentNode()
Get the current nodeMethods in io.vertigo.commons.app that return types with arguments of type AppNode Modifier and Type Method Description Optional<AppNode>
AppManager. find(String nodeId)
Find a node by an idList<AppNode>
AppManager. getDeadNodes()
List the dead nodes of the appList<AppNode>
AppManager. getTopology()
Get the whole topology of an appList<AppNode>
AppManager. 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 AppNode Modifier and Type Method Description AppNode
AppManagerImpl. getCurrentNode()
Methods in io.vertigo.commons.impl.app that return types with arguments of type AppNode Modifier and Type Method Description Optional<AppNode>
AppManagerImpl. find(String nodeId)
Optional<AppNode>
AppNodeRegistryPlugin. find(String nodeId)
Find a node in the topology with the given idList<AppNode>
AppManagerImpl. getDeadNodes()
List<AppNode>
AppManagerImpl. getTopology()
List<AppNode>
AppNodeRegistryPlugin. getTopology()
Get the whole topology of the appList<AppNode>
AppManagerImpl. locateSkills(String... skills)
Methods in io.vertigo.commons.impl.app with parameters of type AppNode Modifier and Type Method Description String
AppNodeInfosPlugin. getConfig(AppNode appNode)
Map<String,Object>
AppNodeInfosPlugin. getStats(AppNode appNode)
List<io.vertigo.core.analytics.health.HealthCheck>
AppNodeInfosPlugin. getStatus(AppNode appNode)
void
AppNodeRegistryPlugin. register(AppNode appNode)
Register a nodevoid
AppNodeRegistryPlugin. unregister(AppNode appNode)
Unregister a nodevoid
AppNodeRegistryPlugin. 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 Modifier and Type Method Description String
HttpAppNodeInfosPlugin. getConfig(AppNode node)
Map<String,Object>
HttpAppNodeInfosPlugin. getStats(AppNode node)
List<io.vertigo.core.analytics.health.HealthCheck>
HttpAppNodeInfosPlugin. getStatus(AppNode node)
-
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 AppNode Modifier and Type Method Description Optional<AppNode>
DbAppNodeRegistryPlugin. find(String nodeId)
List<AppNode>
DbAppNodeRegistryPlugin. getTopology()
Methods in io.vertigo.commons.plugins.app.registry.db with parameters of type AppNode Modifier and Type Method Description void
DbAppNodeRegistryPlugin. register(AppNode appNode)
void
DbAppNodeRegistryPlugin. unregister(AppNode appNode)
void
DbAppNodeRegistryPlugin. 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 AppNode Modifier and Type Method Description Optional<AppNode>
RedisAppNodeRegistryPlugin. find(String nodeId)
List<AppNode>
RedisAppNodeRegistryPlugin. getTopology()
Methods in io.vertigo.commons.plugins.app.registry.redis with parameters of type AppNode Modifier and Type Method Description void
RedisAppNodeRegistryPlugin. register(AppNode appNode)
void
RedisAppNodeRegistryPlugin. unregister(AppNode appNode)
void
RedisAppNodeRegistryPlugin. 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 AppNode Modifier and Type Method Description Optional<AppNode>
SingleAppNodeRegistryPlugin. find(String nodeId)
List<AppNode>
SingleAppNodeRegistryPlugin. getTopology()
Methods in io.vertigo.commons.plugins.app.registry.single with parameters of type AppNode Modifier and Type Method Description void
SingleAppNodeRegistryPlugin. register(AppNode appNode)
void
SingleAppNodeRegistryPlugin. unregister(AppNode appNode)
void
SingleAppNodeRegistryPlugin. updateStatus(AppNode appNode)
-