This project has retired. For details please refer to its Attic page.
Protos.ImageOrBuilder
JavaScript is disabled on your browser.
Skip navigation links
  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method
org.apache.mesos

Interface Protos.ImageOrBuilder

    • Method Summary

      All Methods
      Modifier and Type Method and Description
      Protos.Image.Appc getAppc ()
      Only one of the following image messages should be set to match the type.
      Protos.Image.AppcOrBuilder getAppcOrBuilder ()
      Only one of the following image messages should be set to match the type.
      boolean getCached ()
      With this flag set to false, the mesos containerizer will pull the docker/appc image from the registry even if the image is already downloaded on the agent.
      Protos.Image.Docker getDocker ()
      optional .mesos.Image.Docker docker = 3;
      Protos.Image.DockerOrBuilder getDockerOrBuilder ()
      optional .mesos.Image.Docker docker = 3;
      Protos.Image.Type getType ()
      required .mesos.Image.Type type = 1;
      boolean hasAppc ()
      Only one of the following image messages should be set to match the type.
      boolean hasCached ()
      With this flag set to false, the mesos containerizer will pull the docker/appc image from the registry even if the image is already downloaded on the agent.
      boolean hasDocker ()
      optional .mesos.Image.Docker docker = 3;
      boolean hasType ()
      required .mesos.Image.Type type = 1;
    • Method Detail

      • hasType

        boolean hasType()
        required .mesos.Image.Type type = 1;
      • hasAppc

        boolean hasAppc()
         Only one of the following image messages should be set to match
         the type.
         
        optional .mesos.Image.Appc appc = 2;
      • getAppc

        Protos.Image.Appc getAppc()
         Only one of the following image messages should be set to match
         the type.
         
        optional .mesos.Image.Appc appc = 2;
      • getAppcOrBuilder

        Protos.Image.AppcOrBuilder getAppcOrBuilder()
         Only one of the following image messages should be set to match
         the type.
         
        optional .mesos.Image.Appc appc = 2;
      • hasDocker

        boolean hasDocker()
        optional .mesos.Image.Docker docker = 3;
      • hasCached

        boolean hasCached()
         With this flag set to false, the mesos containerizer will pull
         the docker/appc image from the registry even if the image is
         already downloaded on the agent.
         
        optional bool cached = 4 [default = true];
      • getCached

        boolean getCached()
         With this flag set to false, the mesos containerizer will pull
         the docker/appc image from the registry even if the image is
         already downloaded on the agent.
         
        optional bool cached = 4 [default = true];
Skip navigation links
  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method

AltStyle によって変換されたページ (->オリジナル) /