Packages

t

org.apache.spark.connect.proto

StreamingQueryCommandOrBuilder

trait StreamingQueryCommandOrBuilder extends MessageOrBuilder

Linear Supertypes
MessageOrBuilder, MessageLiteOrBuilder, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StreamingQueryCommandOrBuilder
  2. MessageOrBuilder
  3. MessageLiteOrBuilder
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def findInitializationErrors(): List[String]
    Definition Classes
    MessageOrBuilder
  2. abstract def getAllFields(): Map[FieldDescriptor, AnyRef]
    Definition Classes
    MessageOrBuilder
  3. abstract def getAwaitTermination(): AwaitTerminationCommand

    awaitTermination() API. Waits for the termination of the query.
    

    awaitTermination() API. Waits for the termination of the query.
    

    .spark.connect.StreamingQueryCommand.AwaitTerminationCommand await_termination = 9;

    returns

    The awaitTermination.

  4. abstract def getAwaitTerminationOrBuilder(): AwaitTerminationCommandOrBuilder

    awaitTermination() API. Waits for the termination of the query.
    

    awaitTermination() API. Waits for the termination of the query.
    

    .spark.connect.StreamingQueryCommand.AwaitTerminationCommand await_termination = 9;

  5. abstract def getCommandCase(): CommandCase
  6. abstract def getDefaultInstanceForType(): Message
    Definition Classes
    MessageOrBuilder → MessageLiteOrBuilder
  7. abstract def getDescriptorForType(): Descriptor
    Definition Classes
    MessageOrBuilder
  8. abstract def getException(): Boolean

    exception() API. Returns the exception in the query if any.
    

    exception() API. Returns the exception in the query if any.
    

    bool exception = 8;

    returns

    The exception.

  9. abstract def getExplain(): ExplainCommand

    explain() API. Returns logical and physical plans.
    

    explain() API. Returns logical and physical plans.
    

    .spark.connect.StreamingQueryCommand.ExplainCommand explain = 7;

    returns

    The explain.

  10. abstract def getExplainOrBuilder(): ExplainCommandOrBuilder

    explain() API. Returns logical and physical plans.
    

    explain() API. Returns logical and physical plans.
    

    .spark.connect.StreamingQueryCommand.ExplainCommand explain = 7;

  11. abstract def getField(field: FieldDescriptor): AnyRef
    Definition Classes
    MessageOrBuilder
  12. abstract def getInitializationErrorString(): String
    Definition Classes
    MessageOrBuilder
  13. abstract def getLastProgress(): Boolean

    lastProgress() API.
    

    lastProgress() API.
    

    bool last_progress = 3;

    returns

    The lastProgress.

  14. abstract def getOneofFieldDescriptor(oneof: OneofDescriptor): FieldDescriptor
    Definition Classes
    MessageOrBuilder
  15. abstract def getProcessAllAvailable(): Boolean

    processAllAvailable() API. Waits till all the available data is processed
    

    processAllAvailable() API. Waits till all the available data is processed
    

    bool process_all_available = 6;

    returns

    The processAllAvailable.

  16. abstract def getQueryId(): StreamingQueryInstanceId

    (Required) Query instance. See `StreamingQueryInstanceId`.
    

    (Required) Query instance. See `StreamingQueryInstanceId`.
    

    .spark.connect.StreamingQueryInstanceId query_id = 1;

    returns

    The queryId.

  17. abstract def getQueryIdOrBuilder(): StreamingQueryInstanceIdOrBuilder

    (Required) Query instance. See `StreamingQueryInstanceId`.
    

    (Required) Query instance. See `StreamingQueryInstanceId`.
    

    .spark.connect.StreamingQueryInstanceId query_id = 1;

  18. abstract def getRecentProgress(): Boolean

    recentProgress() API.
    

    recentProgress() API.
    

    bool recent_progress = 4;

    returns

    The recentProgress.

  19. abstract def getRepeatedField(field: FieldDescriptor, index: Int): AnyRef
    Definition Classes
    MessageOrBuilder
  20. abstract def getRepeatedFieldCount(field: FieldDescriptor): Int
    Definition Classes
    MessageOrBuilder
  21. abstract def getStatus(): Boolean

    status() API.
    

    status() API.
    

    bool status = 2;

    returns

    The status.

  22. abstract def getStop(): Boolean

    stop() API. Stops the query.
    

    stop() API. Stops the query.
    

    bool stop = 5;

    returns

    The stop.

  23. abstract def getUnknownFields(): UnknownFieldSet
    Definition Classes
    MessageOrBuilder
  24. abstract def hasAwaitTermination(): Boolean

    awaitTermination() API. Waits for the termination of the query.
    

    awaitTermination() API. Waits for the termination of the query.
    

    .spark.connect.StreamingQueryCommand.AwaitTerminationCommand await_termination = 9;

    returns

    Whether the awaitTermination field is set.

  25. abstract def hasException(): Boolean

    exception() API. Returns the exception in the query if any.
    

    exception() API. Returns the exception in the query if any.
    

    bool exception = 8;

    returns

    Whether the exception field is set.

  26. abstract def hasExplain(): Boolean

    explain() API. Returns logical and physical plans.
    

    explain() API. Returns logical and physical plans.
    

    .spark.connect.StreamingQueryCommand.ExplainCommand explain = 7;

    returns

    Whether the explain field is set.

  27. abstract def hasField(field: FieldDescriptor): Boolean
    Definition Classes
    MessageOrBuilder
  28. abstract def hasLastProgress(): Boolean

    lastProgress() API.
    

    lastProgress() API.
    

    bool last_progress = 3;

    returns

    Whether the lastProgress field is set.

  29. abstract def hasOneof(oneof: OneofDescriptor): Boolean
    Definition Classes
    MessageOrBuilder
  30. abstract def hasProcessAllAvailable(): Boolean

    processAllAvailable() API. Waits till all the available data is processed
    

    processAllAvailable() API. Waits till all the available data is processed
    

    bool process_all_available = 6;

    returns

    Whether the processAllAvailable field is set.

  31. abstract def hasQueryId(): Boolean

    (Required) Query instance. See `StreamingQueryInstanceId`.
    

    (Required) Query instance. See `StreamingQueryInstanceId`.
    

    .spark.connect.StreamingQueryInstanceId query_id = 1;

    returns

    Whether the queryId field is set.

  32. abstract def hasRecentProgress(): Boolean

    recentProgress() API.
    

    recentProgress() API.
    

    bool recent_progress = 4;

    returns

    Whether the recentProgress field is set.

  33. abstract def hasStatus(): Boolean

    status() API.
    

    status() API.
    

    bool status = 2;

    returns

    Whether the status field is set.

  34. abstract def hasStop(): Boolean

    stop() API. Stops the query.
    

    stop() API. Stops the query.
    

    bool stop = 5;

    returns

    Whether the stop field is set.

  35. abstract def isInitialized(): Boolean
    Definition Classes
    MessageLiteOrBuilder

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  9. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  13. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  14. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  15. def toString(): String
    Definition Classes
    AnyRef → Any
  16. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  17. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  18. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from MessageOrBuilder

Inherited from MessageLiteOrBuilder

Inherited from AnyRef

Inherited from Any

Ungrouped