trait StreamingQueryCommandOrBuilder extends MessageOrBuilder
- Alphabetic
- By Inheritance
- StreamingQueryCommandOrBuilder
- MessageOrBuilder
- MessageLiteOrBuilder
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Abstract Value Members
-
abstract
def
findInitializationErrors(): List[String]
- Definition Classes
- MessageOrBuilder
-
abstract
def
getAllFields(): Map[FieldDescriptor, AnyRef]
- Definition Classes
- MessageOrBuilder
-
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.
-
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; - abstract def getCommandCase(): CommandCase
-
abstract
def
getDefaultInstanceForType(): Message
- Definition Classes
- MessageOrBuilder → MessageLiteOrBuilder
-
abstract
def
getDescriptorForType(): Descriptor
- Definition Classes
- MessageOrBuilder
-
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.
-
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.
-
abstract
def
getExplainOrBuilder(): ExplainCommandOrBuilder
explain() API. Returns logical and physical plans.
explain() API. Returns logical and physical plans.
.spark.connect.StreamingQueryCommand.ExplainCommand explain = 7; -
abstract
def
getField(field: FieldDescriptor): AnyRef
- Definition Classes
- MessageOrBuilder
-
abstract
def
getInitializationErrorString(): String
- Definition Classes
- MessageOrBuilder
-
abstract
def
getLastProgress(): Boolean
lastProgress() API.
lastProgress() API.
bool last_progress = 3;- returns
The lastProgress.
-
abstract
def
getOneofFieldDescriptor(oneof: OneofDescriptor): FieldDescriptor
- Definition Classes
- MessageOrBuilder
-
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.
-
abstract
def
getQueryId(): StreamingQueryInstanceId
(Required) Query instance. See `StreamingQueryInstanceId`.
(Required) Query instance. See `StreamingQueryInstanceId`.
.spark.connect.StreamingQueryInstanceId query_id = 1;- returns
The queryId.
-
abstract
def
getQueryIdOrBuilder(): StreamingQueryInstanceIdOrBuilder
(Required) Query instance. See `StreamingQueryInstanceId`.
(Required) Query instance. See `StreamingQueryInstanceId`.
.spark.connect.StreamingQueryInstanceId query_id = 1; -
abstract
def
getRecentProgress(): Boolean
recentProgress() API.
recentProgress() API.
bool recent_progress = 4;- returns
The recentProgress.
-
abstract
def
getRepeatedField(field: FieldDescriptor, index: Int): AnyRef
- Definition Classes
- MessageOrBuilder
-
abstract
def
getRepeatedFieldCount(field: FieldDescriptor): Int
- Definition Classes
- MessageOrBuilder
-
abstract
def
getStatus(): Boolean
status() API.
status() API.
bool status = 2;- returns
The status.
-
abstract
def
getStop(): Boolean
stop() API. Stops the query.
stop() API. Stops the query.
bool stop = 5;- returns
The stop.
-
abstract
def
getUnknownFields(): UnknownFieldSet
- Definition Classes
- MessageOrBuilder
-
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.
-
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.
-
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.
-
abstract
def
hasField(field: FieldDescriptor): Boolean
- Definition Classes
- MessageOrBuilder
-
abstract
def
hasLastProgress(): Boolean
lastProgress() API.
lastProgress() API.
bool last_progress = 3;- returns
Whether the lastProgress field is set.
-
abstract
def
hasOneof(oneof: OneofDescriptor): Boolean
- Definition Classes
- MessageOrBuilder
-
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.
-
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.
-
abstract
def
hasRecentProgress(): Boolean
recentProgress() API.
recentProgress() API.
bool recent_progress = 4;- returns
Whether the recentProgress field is set.
-
abstract
def
hasStatus(): Boolean
status() API.
status() API.
bool status = 2;- returns
Whether the status field is set.
-
abstract
def
hasStop(): Boolean
stop() API. Stops the query.
stop() API. Stops the query.
bool stop = 5;- returns
Whether the stop field is set.
-
abstract
def
isInitialized(): Boolean
- Definition Classes
- MessageLiteOrBuilder
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()