Class Content


  • public class Content
    extends ConfigModel
    The config model from a content tag in services. This consists mostly of a ContentCluster.
    Author:
    baldersheim
    • Method Detail

      • ownedIndexingCluster

        public java.util.Optional<ApplicationContainerCluster> ownedIndexingCluster()
        Returns indexing cluster implicitly created by this, or empty if an explicit cluster is used (or if called before the build phase)
      • prepare

        public void prepare​(ConfigModelRepo models,
                            DeployState deployState)
        Description copied from class: ConfigModel
        Prepares this model to start serving config requests, possibly using properties of other models. The framework will call this method after models have been built. The model should finalize its configurations that depend on other models in this step. This default implementation does nothing.
        Overrides:
        prepare in class ConfigModel
        Parameters:
        models - The ConfigModelRepo of the system model