This project has retired. For details please refer to its Attic page.
Protos.Operation
JavaScript is disabled on your browser.
Skip navigation links
org.apache.mesos

Class Protos.Operation

  • All Implemented Interfaces:
    Protos.OperationOrBuilder
    Enclosing class:
    Protos


    public static final class Protos.Operation
    extends com.google.protobuf.GeneratedMessageV3
    implements Protos.OperationOrBuilder 
     Describes an operation, similar to `Offer.Operation`, with
     some additional information.
     
    Protobuf type mesos.Operation
    • Field Detail

      • FRAMEWORK_ID_FIELD_NUMBER

        public static final int FRAMEWORK_ID_FIELD_NUMBER
        See Also:
        Constant Field Values
      • LATEST_STATUS_FIELD_NUMBER

        public static final int LATEST_STATUS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • PARSER

        @Deprecated
        public static final <any> PARSER
        Deprecated.
    • Method Detail

      • getUnknownFields

        public final com.google.protobuf.UnknownFieldSet getUnknownFields()
      • getDescriptor

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

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

        public java.util.List<Protos.OperationStatus> getStatusesList()
         All the statuses known to this operation. Some of the statuses in this
         list might not have been acknowledged yet. The statuses are ordered.
         
        repeated .mesos.OperationStatus statuses = 5;
        Specified by:
        getStatusesList in interface Protos.OperationOrBuilder
      • getStatusesCount

        public int getStatusesCount()
         All the statuses known to this operation. Some of the statuses in this
         list might not have been acknowledged yet. The statuses are ordered.
         
        repeated .mesos.OperationStatus statuses = 5;
        Specified by:
        getStatusesCount in interface Protos.OperationOrBuilder
      • getStatuses

        public Protos.OperationStatus getStatuses(int index)
         All the statuses known to this operation. Some of the statuses in this
         list might not have been acknowledged yet. The statuses are ordered.
         
        repeated .mesos.OperationStatus statuses = 5;
        Specified by:
        getStatuses in interface Protos.OperationOrBuilder
      • hasUuid

        public boolean hasUuid()
         This is the internal UUID for the operation, which is kept independently
         from the framework-specified operation ID, which is optional.
         
        required .mesos.UUID uuid = 6;
        Specified by:
        hasUuid in interface Protos.OperationOrBuilder
      • getUuid

        public Protos.UUID getUuid()
         This is the internal UUID for the operation, which is kept independently
         from the framework-specified operation ID, which is optional.
         
        required .mesos.UUID uuid = 6;
        Specified by:
        getUuid in interface Protos.OperationOrBuilder
      • isInitialized

        public final boolean isInitialized()
      • writeTo

        public void writeTo(com.google.protobuf.CodedOutputStream output)
         throws java.io.IOException
        Throws:
        java.io.IOException
      • getSerializedSize

        public int getSerializedSize()
      • equals

        public boolean equals(java.lang.Object obj)
      • hashCode

        public int hashCode()
      • parseFrom

        public static Protos.Operation parseFrom(java.nio.ByteBuffer data)
         throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Protos.Operation parseFrom(java.nio.ByteBuffer data,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Protos.Operation parseFrom(com.google.protobuf.ByteString data)
         throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Protos.Operation parseFrom(com.google.protobuf.ByteString data,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Protos.Operation parseFrom(byte[] data,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Protos.Operation parseFrom(java.io.InputStream input,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws java.io.IOException
        Throws:
        java.io.IOException
      • parseDelimitedFrom

        public static Protos.Operation parseDelimitedFrom(java.io.InputStream input)
         throws java.io.IOException
        Throws:
        java.io.IOException
      • parseDelimitedFrom

        public static Protos.Operation parseDelimitedFrom(java.io.InputStream input,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

        public static Protos.Operation parseFrom(com.google.protobuf.CodedInputStream input)
         throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

        public static Protos.Operation parseFrom(com.google.protobuf.CodedInputStream input,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws java.io.IOException
        Throws:
        java.io.IOException
      • newBuilderForType

        protected Protos.Operation.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      • parser

        public static <any> parser()
      • getParserForType

        public <any> getParserForType()
Skip navigation links

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