Interface QueueRunnerDefOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    QueueRunnerDef, QueueRunnerDef.Builder

    public interface QueueRunnerDefOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getCancelOpName()
      The operation to run to cancel the queue.
      com.google.protobuf.ByteString getCancelOpNameBytes()
      The operation to run to cancel the queue.
      java.lang.String getCloseOpName()
      The operation to run to close the queue.
      com.google.protobuf.ByteString getCloseOpNameBytes()
      The operation to run to close the queue.
      java.lang.String getEnqueueOpName​(int index)
      A list of enqueue operations.
      com.google.protobuf.ByteString getEnqueueOpNameBytes​(int index)
      A list of enqueue operations.
      int getEnqueueOpNameCount()
      A list of enqueue operations.
      java.util.List<java.lang.String> getEnqueueOpNameList()
      A list of enqueue operations.
      Code getQueueClosedExceptionTypes​(int index)
      A list of exception types considered to signal a safely closed queue if raised during enqueue operations.
      int getQueueClosedExceptionTypesCount()
      A list of exception types considered to signal a safely closed queue if raised during enqueue operations.
      java.util.List<Code> getQueueClosedExceptionTypesList()
      A list of exception types considered to signal a safely closed queue if raised during enqueue operations.
      int getQueueClosedExceptionTypesValue​(int index)
      A list of exception types considered to signal a safely closed queue if raised during enqueue operations.
      java.util.List<java.lang.Integer> getQueueClosedExceptionTypesValueList()
      A list of exception types considered to signal a safely closed queue if raised during enqueue operations.
      java.lang.String getQueueName()
      Queue name.
      com.google.protobuf.ByteString getQueueNameBytes()
      Queue name.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getQueueName

        java.lang.String getQueueName()
         Queue name.
         
        string queue_name = 1;
        Returns:
        The queueName.
      • getQueueNameBytes

        com.google.protobuf.ByteString getQueueNameBytes()
         Queue name.
         
        string queue_name = 1;
        Returns:
        The bytes for queueName.
      • getEnqueueOpNameList

        java.util.List<java.lang.String> getEnqueueOpNameList()
         A list of enqueue operations.
         
        repeated string enqueue_op_name = 2;
        Returns:
        A list containing the enqueueOpName.
      • getEnqueueOpNameCount

        int getEnqueueOpNameCount()
         A list of enqueue operations.
         
        repeated string enqueue_op_name = 2;
        Returns:
        The count of enqueueOpName.
      • getEnqueueOpName

        java.lang.String getEnqueueOpName​(int index)
         A list of enqueue operations.
         
        repeated string enqueue_op_name = 2;
        Parameters:
        index - The index of the element to return.
        Returns:
        The enqueueOpName at the given index.
      • getEnqueueOpNameBytes

        com.google.protobuf.ByteString getEnqueueOpNameBytes​(int index)
         A list of enqueue operations.
         
        repeated string enqueue_op_name = 2;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the enqueueOpName at the given index.
      • getCloseOpName

        java.lang.String getCloseOpName()
         The operation to run to close the queue.
         
        string close_op_name = 3;
        Returns:
        The closeOpName.
      • getCloseOpNameBytes

        com.google.protobuf.ByteString getCloseOpNameBytes()
         The operation to run to close the queue.
         
        string close_op_name = 3;
        Returns:
        The bytes for closeOpName.
      • getCancelOpName

        java.lang.String getCancelOpName()
         The operation to run to cancel the queue.
         
        string cancel_op_name = 4;
        Returns:
        The cancelOpName.
      • getCancelOpNameBytes

        com.google.protobuf.ByteString getCancelOpNameBytes()
         The operation to run to cancel the queue.
         
        string cancel_op_name = 4;
        Returns:
        The bytes for cancelOpName.
      • getQueueClosedExceptionTypesList

        java.util.List<Code> getQueueClosedExceptionTypesList()
         A list of exception types considered to signal a safely closed queue
         if raised during enqueue operations.
         
        repeated .org.platanios.tensorflow.proto.error.Code queue_closed_exception_types = 5;
        Returns:
        A list containing the queueClosedExceptionTypes.
      • getQueueClosedExceptionTypesCount

        int getQueueClosedExceptionTypesCount()
         A list of exception types considered to signal a safely closed queue
         if raised during enqueue operations.
         
        repeated .org.platanios.tensorflow.proto.error.Code queue_closed_exception_types = 5;
        Returns:
        The count of queueClosedExceptionTypes.
      • getQueueClosedExceptionTypes

        Code getQueueClosedExceptionTypes​(int index)
         A list of exception types considered to signal a safely closed queue
         if raised during enqueue operations.
         
        repeated .org.platanios.tensorflow.proto.error.Code queue_closed_exception_types = 5;
        Parameters:
        index - The index of the element to return.
        Returns:
        The queueClosedExceptionTypes at the given index.
      • getQueueClosedExceptionTypesValueList

        java.util.List<java.lang.Integer> getQueueClosedExceptionTypesValueList()
         A list of exception types considered to signal a safely closed queue
         if raised during enqueue operations.
         
        repeated .org.platanios.tensorflow.proto.error.Code queue_closed_exception_types = 5;
        Returns:
        A list containing the enum numeric values on the wire for queueClosedExceptionTypes.
      • getQueueClosedExceptionTypesValue

        int getQueueClosedExceptionTypesValue​(int index)
         A list of exception types considered to signal a safely closed queue
         if raised during enqueue operations.
         
        repeated .org.platanios.tensorflow.proto.error.Code queue_closed_exception_types = 5;
        Parameters:
        index - The index of the value to return.
        Returns:
        The enum numeric value on the wire of queueClosedExceptionTypes at the given index.