Packages

t

blended.mgmt.rest.internal

CollectorService

trait CollectorService extends AnyRef

Self Type
CollectorService with BlendedSecurityDirectives with PrickleSupport
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CollectorService
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def addUpdateAction(containerId: String, updateAction: UpdateAction): Unit

    Promote (stage) an update action to a container.

  2. abstract def getCurrentState(): Seq[RemoteContainerState]
  3. abstract def getOverlayConfigs(): Seq[OverlayConfig]

    Get all registered overlay configs of the managament container.

  4. abstract def getRuntimeConfigs(): Seq[RuntimeConfig]

    Get all registered runtime configs of the management container.

  5. abstract def installBundle(repoId: String, path: String, file: File, sha1Sum: Option[String]): Try[Unit]

    Install the file under path.

    Install the file under path. If there is an collision, only reject the file if the sha1Sum does not compare equal.

  6. abstract def processContainerInfo(info: ContainerInfo): ContainerRegistryResponseOK
  7. abstract def registerOverlayConfig(oc: OverlayConfig): Unit

    Register a overlay config into the management container.

  8. abstract def registerRuntimeConfig(rc: RuntimeConfig): Unit

    Register a runtime config into the management container.

  9. abstract def version: String

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  6. def collectorRoute: Route
  7. def deleteRecursive(files: File*): Unit
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def findMissingOverlayRef(configs: Iterable[OverlayRef]): Option[OverlayRef]

    Find OverlayRefs, that are not already known by the overlay registry.

  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. val httpRoute: Route
  15. def infoRoute: Route
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. def overlayConfigRoute: Route
  21. def processDeploymentPack(repoId: String, zipFile: File): Try[(String, String)]

    Process the input stream as it it were a ZIP file stram containing the deploymentpack for a profile.

    Process the input stream as it it were a ZIP file stram containing the deploymentpack for a profile. If the deployment was successful, this method returns the profile name and version as tuple, else the exception is returned.

    returns

    Tuple of profile name and version.

  22. def rolloutProfileRoute: Route
  23. def runtimeConfigRoute: Route
  24. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. def updateActionRoute: Route
  27. def uploadDeploymentPackRoute: Route
  28. def versionRoute: Route
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped