Interface AbstractControllerService.PartialModelIndicator

Enclosing class:
AbstractControllerService

protected static interface AbstractControllerService.PartialModelIndicator
Tracks whether the controller is working with a complete model or just a partial one. Use case for this is host controller operation, particularly with --admin-only slaves, where the domain-wide model may not be available.
  • Field Details

  • Method Details

    • isModelPartial

      default boolean isModelPartial()
      Gets whether the configuration model be regarded as only being partial.
      Returns:
      true if the model is partial