Package

com.mesosphere.cosmos

repository

Permalink

package repository

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. repository
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. final class CosmosRepository extends PackageCollection

    Permalink

    A repository of packages that can be installed on DCOS.

  2. final class DefaultInstaller extends Installer

    Permalink
  3. final class DefaultUniverseClient extends UniverseClient

    Permalink
  4. final class DefaultUniverseInstaller extends UniverseInstaller

    Permalink
  5. type Installer = (UUID, SupportedPackageDefinition) ⇒ Future[Unit]

    Permalink
  6. final class LocalPackageCollection extends AnyRef

    Permalink
  7. final class OperationProcessor extends () ⇒ Future[Unit]

    Permalink
  8. trait PackageCollection extends AnyRef

    Permalink

    An aggregation of packages, possibly from multiple repositories.

    An aggregation of packages, possibly from multiple repositories.

    Methods in this trait should be defined to work well even if they must interact with remote services. For example, they should perform filtering on their data before returning it. That way, a hierarchy of PackageCollections can work together without generating unwieldy amounts of data.

  9. final class SyncFutureLeader extends LeaderSelectorListener with AutoCloseable

    Permalink
  10. type Uninstaller = (SupportedPackageDefinition) ⇒ Future[Unit]

    Permalink
  11. trait UniverseClient extends AnyRef

    Permalink
  12. type UniverseInstaller = (SupportedPackageDefinition) ⇒ Future[Unit]

    Permalink
  13. final class ZkRepositoryList extends PackageSourcesStorage with AutoCloseable

    Permalink

Value Members

  1. object CosmosRepository

    Permalink
  2. object DefaultInstaller

    Permalink
  3. object DefaultRepositories

    Permalink
  4. object DefaultUniverseClient

    Permalink
  5. object DefaultUniverseInstaller

    Permalink
  6. object LocalPackageCollection

    Permalink
  7. object OperationProcessor

    Permalink
  8. object PackageCollection

    Permalink
  9. object SyncFutureLeader

    Permalink
  10. object Uninstaller

    Permalink
  11. object UniverseClient

    Permalink
  12. object UniverseInstaller

    Permalink
  13. object ZkRepositoryList

    Permalink
  14. def installSupportedPackage(packageStorage: PackageStorage)(pkg: SupportedPackageDefinition): Future[Unit]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped