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

Class Protos.Image.Builder

  • All Implemented Interfaces:
    Protos.ImageOrBuilder
    Enclosing class:
    Protos.Image


    public static final class Protos.Image.Builder
    extends <any>
    implements Protos.ImageOrBuilder 
     Describe an image used by tasks or executors. Note that it's only
     for tasks or executors launched by MesosContainerizer currently.
     
    Protobuf type mesos.Image
    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      • getDefaultInstanceForType

        public Protos.Image getDefaultInstanceForType()
      • setField

        public Protos.Image.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field,
         java.lang.Object value)
      • clearField

        public Protos.Image.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
      • clearOneof

        public Protos.Image.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
      • setRepeatedField

        public Protos.Image.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
         int index,
         java.lang.Object value)
      • addRepeatedField

        public Protos.Image.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
         java.lang.Object value)
      • isInitialized

        public final boolean isInitialized()
      • mergeFrom

        public Protos.Image.Builder mergeFrom(com.google.protobuf.CodedInputStream input,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws java.io.IOException
        Throws:
        java.io.IOException
      • hasAppc

        public boolean hasAppc()
         Only one of the following image messages should be set to match
         the type.
         
        optional .mesos.Image.Appc appc = 2;
        Specified by:
        hasAppc in interface Protos.ImageOrBuilder
      • mergeAppc

        public Protos.Image.Builder mergeAppc(Protos.Image.Appc value)
         Only one of the following image messages should be set to match
         the type.
         
        optional .mesos.Image.Appc appc = 2;
      • clearAppc

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

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

        public 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];
        Specified by:
        hasCached in interface Protos.ImageOrBuilder
      • getCached

        public 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];
        Specified by:
        getCached in interface Protos.ImageOrBuilder
      • setCached

        public Protos.Image.Builder setCached(boolean value)
         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];
      • clearCached

        public Protos.Image.Builder clearCached()
         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];
      • setUnknownFields

        public final Protos.Image.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      • mergeUnknownFields

        public final Protos.Image.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
Skip navigation links
  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method

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