class CollectorServiceImpl extends CollectorService with JAASSecurityDirectives with PrickleSupport
- Alphabetic
- By Inheritance
- CollectorServiceImpl
- PrickleSupport
- JAASSecurityDirectives
- BlendedSecurityDirectives
- CollectorService
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
CollectorServiceImpl(updater: RemoteUpdater, remoteContainerStatePersistor: RemoteContainerStatePersistor, mgr: BlendedPermissionManager, version: String)
- updater
The RemoteUpdater which manages which container should run with which profile.
- remoteContainerStatePersistor
Used to persist remote container states, so we can remember all last seen container states.
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
- def addArtifactRepo(repo: WritableArtifactRepo): Unit
-
def
addUpdateAction(containerId: String, updateAction: UpdateAction): Unit
Promote (stage) an update action to a container.
Promote (stage) an update action to a container.
- Definition Classes
- CollectorServiceImpl → CollectorService
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
val
authenticated: AuthenticationDirective[Subject]
- Definition Classes
- JAASSecurityDirectives → BlendedSecurityDirectives
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
collectorRoute: Route
- Definition Classes
- CollectorService
-
def
deleteRecursive(files: File*): Unit
- Definition Classes
- CollectorService
-
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.
Find OverlayRefs, that are not already known by the overlay registry.
- Definition Classes
- CollectorService
-
implicit
def
fromEntityUnmarshaller[T](implicit u: Unpickler[T], config: PConfig[JsValue]): FromEntityUnmarshaller[T]
- Definition Classes
- PrickleSupport
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getCurrentState(): Seq[RemoteContainerState]
- Definition Classes
- CollectorServiceImpl → CollectorService
-
def
getOverlayConfigs(): Seq[OverlayConfig]
Get all registered overlay configs of the managament container.
Get all registered overlay configs of the managament container.
- Definition Classes
- CollectorServiceImpl → CollectorService
-
def
getRuntimeConfigs(): Seq[RuntimeConfig]
Get all registered runtime configs of the management container.
Get all registered runtime configs of the management container.
- Definition Classes
- CollectorServiceImpl → CollectorService
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
val
httpRoute: Route
- Definition Classes
- CollectorService
-
def
infoRoute: Route
- Definition Classes
- CollectorService
-
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.
- Definition Classes
- CollectorServiceImpl → CollectorService
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
mgr: BlendedPermissionManager
- Definition Classes
- CollectorServiceImpl → JAASSecurityDirectives
-
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
- Definition Classes
- CollectorService
-
val
prickleMediaType: WithFixedCharset
- Definition Classes
- PrickleSupport
-
def
processContainerInfo(info: ContainerInfo): ContainerRegistryResponseOK
- Definition Classes
- CollectorServiceImpl → CollectorService
-
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.
- Definition Classes
- CollectorService
-
def
registerOverlayConfig(oc: OverlayConfig): Unit
Register a overlay config into the management container.
Register a overlay config into the management container.
- Definition Classes
- CollectorServiceImpl → CollectorService
-
def
registerRuntimeConfig(rc: RuntimeConfig): Unit
Register a runtime config into the management container.
Register a runtime config into the management container.
- Definition Classes
- CollectorServiceImpl → CollectorService
- def removeArtifactRepo(repo: WritableArtifactRepo): Unit
-
def
requireGroup(group: String): Directive0
- Definition Classes
- JAASSecurityDirectives → BlendedSecurityDirectives
-
def
requirePermission(permission: BlendedPermission): Directive0
- Definition Classes
- JAASSecurityDirectives → BlendedSecurityDirectives
-
def
requirePermission(permission: String): Directive0
- Definition Classes
- BlendedSecurityDirectives
-
def
rolloutProfileRoute: Route
- Definition Classes
- CollectorService
-
def
runtimeConfigRoute: Route
- Definition Classes
- CollectorService
- def setEventStream(eventStream: Option[EventStream]): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
implicit
def
toEntityMarshaller[T](implicit p: Pickler[T], config: PConfig[JsValue]): ToEntityMarshaller[T]
- Definition Classes
- PrickleSupport
-
def
toString(): String
- Definition Classes
- CollectorServiceImpl → AnyRef → Any
-
def
updateActionRoute: Route
- Definition Classes
- CollectorService
-
def
uploadDeploymentPackRoute: Route
- Definition Classes
- CollectorService
-
val
version: String
- Definition Classes
- CollectorServiceImpl → CollectorService
-
def
versionRoute: Route
- Definition Classes
- CollectorService
-
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( ... )