trait CollectorService extends AnyRef
- Self Type
- CollectorService with BlendedSecurityDirectives with PrickleSupport
- Alphabetic
- By Inheritance
- CollectorService
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Abstract Value Members
-
abstract
def
addUpdateAction(containerId: String, updateAction: UpdateAction): Unit
Promote (stage) an update action to a container.
- abstract def getCurrentState(): Seq[RemoteContainerState]
-
abstract
def
getOverlayConfigs(): Seq[OverlayConfig]
Get all registered overlay configs of the managament container.
-
abstract
def
getRuntimeConfigs(): Seq[RuntimeConfig]
Get all registered runtime configs of the management container.
-
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.
- abstract def processContainerInfo(info: ContainerInfo): ContainerRegistryResponseOK
-
abstract
def
registerOverlayConfig(oc: OverlayConfig): Unit
Register a overlay config into the management container.
-
abstract
def
registerRuntimeConfig(rc: RuntimeConfig): Unit
Register a runtime config into the management container.
- abstract def version: String
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def collectorRoute: Route
- def deleteRecursive(files: File*): Unit
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
findMissingOverlayRef(configs: Iterable[OverlayRef]): Option[OverlayRef]
Find OverlayRefs, that are not already known by the overlay registry.
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val httpRoute: Route
- def infoRoute: Route
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def overlayConfigRoute: Route
-
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.
- def rolloutProfileRoute: Route
- def runtimeConfigRoute: Route
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def updateActionRoute: Route
- def uploadDeploymentPackRoute: Route
- def versionRoute: Route
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )