Uses of Interface
io.vertigo.core.node.definition.Definition
-
-
Uses of Definition in io.vertigo.core.analytics.health.definitions
Classes in io.vertigo.core.analytics.health.definitions that implement Definition Modifier and Type Class Description classHealthCheckDefinitionThis defines a health check with - a definition name - a health check name - a checker - a way to test that provides a HealthMeasure -
Uses of Definition in io.vertigo.core.analytics.metric.definitions
Classes in io.vertigo.core.analytics.metric.definitions that implement Definition Modifier and Type Class Description classMetricDefinitionThis definition defines a metric - a definition name - a way to get a list of metrics -
Uses of Definition in io.vertigo.core.daemon.definitions
Classes in io.vertigo.core.daemon.definitions that implement Definition Modifier and Type Class Description classDaemonDefinitionDaemon's info. -
Uses of Definition in io.vertigo.core.impl.analytics
Methods in io.vertigo.core.impl.analytics that return types with arguments of type Definition Modifier and Type Method Description List<? extends Definition>AnalyticsManagerImpl. provideDefinitions(DefinitionSpace definitionSpace) -
Uses of Definition in io.vertigo.core.impl.daemon
Methods in io.vertigo.core.impl.daemon that return types with arguments of type Definition Modifier and Type Method Description List<? extends Definition>DaemonManagerImpl. provideDefinitions(DefinitionSpace definitionSpace) -
Uses of Definition in io.vertigo.core.node.definition
Classes in io.vertigo.core.node.definition with type parameters of type Definition Modifier and Type Class Description classDefinitionReference<D extends Definition>Référence SERIALIZABLE vers les definitions.Classes in io.vertigo.core.node.definition that implement Definition Modifier and Type Class Description classAbstractDefinitionMethods in io.vertigo.core.node.definition with type parameters of type Definition Modifier and Type Method Description <C extends Definition>
Set<C>DefinitionSpace. getAll(Class<C> clazz)<D extends Definition>
DDefinitionSpace. resolve(String name, Class<D> clazz)Resolve a definition from its name and class.Methods in io.vertigo.core.node.definition that return Definition Modifier and Type Method Description DefinitionDefinitionSupplier. get(DefinitionSpace definitionSpace)Provide a definition with a definitionSpace a in parameter for composite definitionsMethods in io.vertigo.core.node.definition that return types with arguments of type Definition Modifier and Type Method Description Set<Class<? extends Definition>>DefinitionSpace. getAllTypes()List<? extends Definition>SimpleDefinitionProvider. provideDefinitions(DefinitionSpace definitionSpace)Provide definitions to be registered in the definitionSpace -
Uses of Definition in io.vertigo.core.node.definition.loader
Methods in io.vertigo.core.node.definition.loader with type parameters of type Definition Modifier and Type Method Description <C extends Definition>
Set<C>DefinitionSpaceWritable. getAll(Class<C> clazz)<D extends Definition>
DDefinitionSpaceWritable. resolve(String name, Class<D> clazz)Resolve a definition from its name and class.Methods in io.vertigo.core.node.definition.loader that return types with arguments of type Definition Modifier and Type Method Description Set<Class<? extends Definition>>DefinitionSpaceWritable. getAllTypes()Methods in io.vertigo.core.node.definition.loader with parameters of type Definition Modifier and Type Method Description voidDefinitionSpaceWritable. registerDefinition(Definition definition)Registers a new definition.
-