Package

blended.updater

remote

Permalink

package remote

Visibility
  1. Public
  2. All

Type Members

  1. case class ContainerState(containerId: String, outstandingActions: List[UpdateAction] = List.empty, profiles: List[Profile] = List.empty, syncTimeStamp: Option[Long] = None) extends Product with Serializable

    Permalink
  2. trait ContainerStatePersistor extends AnyRef

    Permalink
  3. class FileSystemOverlayConfigPersistor extends OverlayConfigPersistor

    Permalink
  4. class FileSystemRuntimeConfigPersistor extends RuntimeConfigPersistor

    Permalink
  5. trait Mapper extends config.Mapper

    Permalink
  6. trait OverlayConfigPersistor extends AnyRef

    Permalink
  7. class PersistentContainerStatePersistor extends ContainerStatePersistor

    Permalink
  8. class RemoteUpdater extends AnyRef

    Permalink
  9. trait RuntimeConfigPersistor extends AnyRef

    Permalink

    Persistence handling for [RuntimeConfig]s.

  10. class TransientContainerStatePersistor extends ContainerStatePersistor

    Permalink
  11. class TransientOverlayConfigPersistor extends OverlayConfigPersistor

    Permalink
  12. class TransientRuntimeConfigPersistor extends RuntimeConfigPersistor

    Permalink

Value Members

  1. object Mapper extends Mapper

    Permalink
  2. package internal

    Permalink

Ungrouped