trait WriteStreamOperationStartOrBuilder extends MessageOrBuilder
- Alphabetic
- By Inheritance
- WriteStreamOperationStartOrBuilder
- MessageOrBuilder
- MessageLiteOrBuilder
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Abstract Value Members
-
abstract
def
containsOptions(key: String): Boolean
map<string, string> options = 3; -
abstract
def
findInitializationErrors(): List[String]
- Definition Classes
- MessageOrBuilder
-
abstract
def
getAllFields(): Map[FieldDescriptor, AnyRef]
- Definition Classes
- MessageOrBuilder
-
abstract
def
getAvailableNow(): Boolean
bool available_now = 6;bool available_now = 6;- returns
The availableNow.
-
abstract
def
getContinuousCheckpointInterval(): String
string continuous_checkpoint_interval = 8;string continuous_checkpoint_interval = 8;- returns
The continuousCheckpointInterval.
-
abstract
def
getContinuousCheckpointIntervalBytes(): ByteString
string continuous_checkpoint_interval = 8;string continuous_checkpoint_interval = 8;- returns
The bytes for continuousCheckpointInterval.
-
abstract
def
getDefaultInstanceForType(): Message
- Definition Classes
- MessageOrBuilder → MessageLiteOrBuilder
-
abstract
def
getDescriptorForType(): Descriptor
- Definition Classes
- MessageOrBuilder
-
abstract
def
getField(field: FieldDescriptor): AnyRef
- Definition Classes
- MessageOrBuilder
-
abstract
def
getForeachBatch(): StreamingForeachFunction
.spark.connect.StreamingForeachFunction foreach_batch = 14;.spark.connect.StreamingForeachFunction foreach_batch = 14;- returns
The foreachBatch.
-
abstract
def
getForeachBatchOrBuilder(): StreamingForeachFunctionOrBuilder
.spark.connect.StreamingForeachFunction foreach_batch = 14; -
abstract
def
getForeachWriter(): StreamingForeachFunction
.spark.connect.StreamingForeachFunction foreach_writer = 13;.spark.connect.StreamingForeachFunction foreach_writer = 13;- returns
The foreachWriter.
-
abstract
def
getForeachWriterOrBuilder(): StreamingForeachFunctionOrBuilder
.spark.connect.StreamingForeachFunction foreach_writer = 13; -
abstract
def
getFormat(): String
string format = 2;string format = 2;- returns
The format.
-
abstract
def
getFormatBytes(): ByteString
string format = 2;string format = 2;- returns
The bytes for format.
-
abstract
def
getInitializationErrorString(): String
- Definition Classes
- MessageOrBuilder
-
abstract
def
getInput(): Relation
(Required) The output of the `input` streaming relation will be written.
(Required) The output of the `input` streaming relation will be written.
.spark.connect.Relation input = 1;- returns
The input.
-
abstract
def
getInputOrBuilder(): RelationOrBuilder
(Required) The output of the `input` streaming relation will be written.
(Required) The output of the `input` streaming relation will be written.
.spark.connect.Relation input = 1; -
abstract
def
getOnce(): Boolean
bool once = 7;bool once = 7;- returns
The once.
-
abstract
def
getOneofFieldDescriptor(oneof: OneofDescriptor): FieldDescriptor
- Definition Classes
- MessageOrBuilder
-
abstract
def
getOptionsCount(): Int
map<string, string> options = 3; -
abstract
def
getOptionsMap(): Map[String, String]
map<string, string> options = 3; -
abstract
def
getOptionsOrDefault(key: String, defaultValue: String): String
map<string, string> options = 3; -
abstract
def
getOptionsOrThrow(key: String): String
map<string, string> options = 3; -
abstract
def
getOutputMode(): String
string output_mode = 9;string output_mode = 9;- returns
The outputMode.
-
abstract
def
getOutputModeBytes(): ByteString
string output_mode = 9;string output_mode = 9;- returns
The bytes for outputMode.
-
abstract
def
getPartitioningColumnNames(index: Int): String
repeated string partitioning_column_names = 4;repeated string partitioning_column_names = 4;- index
The index of the element to return.
- returns
The partitioningColumnNames at the given index.
-
abstract
def
getPartitioningColumnNamesBytes(index: Int): ByteString
repeated string partitioning_column_names = 4;repeated string partitioning_column_names = 4;- index
The index of the value to return.
- returns
The bytes of the partitioningColumnNames at the given index.
-
abstract
def
getPartitioningColumnNamesCount(): Int
repeated string partitioning_column_names = 4;repeated string partitioning_column_names = 4;- returns
The count of partitioningColumnNames.
-
abstract
def
getPartitioningColumnNamesList(): List[String]
repeated string partitioning_column_names = 4;repeated string partitioning_column_names = 4;- returns
A list containing the partitioningColumnNames.
-
abstract
def
getPath(): String
string path = 11;string path = 11;- returns
The path.
-
abstract
def
getPathBytes(): ByteString
string path = 11;string path = 11;- returns
The bytes for path.
-
abstract
def
getProcessingTimeInterval(): String
string processing_time_interval = 5;string processing_time_interval = 5;- returns
The processingTimeInterval.
-
abstract
def
getProcessingTimeIntervalBytes(): ByteString
string processing_time_interval = 5;string processing_time_interval = 5;- returns
The bytes for processingTimeInterval.
-
abstract
def
getQueryName(): String
string query_name = 10;string query_name = 10;- returns
The queryName.
-
abstract
def
getQueryNameBytes(): ByteString
string query_name = 10;string query_name = 10;- returns
The bytes for queryName.
-
abstract
def
getRepeatedField(field: FieldDescriptor, index: Int): AnyRef
- Definition Classes
- MessageOrBuilder
-
abstract
def
getRepeatedFieldCount(field: FieldDescriptor): Int
- Definition Classes
- MessageOrBuilder
- abstract def getSinkDestinationCase(): SinkDestinationCase
-
abstract
def
getTableName(): String
string table_name = 12;string table_name = 12;- returns
The tableName.
-
abstract
def
getTableNameBytes(): ByteString
string table_name = 12;string table_name = 12;- returns
The bytes for tableName.
- abstract def getTriggerCase(): TriggerCase
-
abstract
def
getUnknownFields(): UnknownFieldSet
- Definition Classes
- MessageOrBuilder
-
abstract
def
hasAvailableNow(): Boolean
bool available_now = 6;bool available_now = 6;- returns
Whether the availableNow field is set.
-
abstract
def
hasContinuousCheckpointInterval(): Boolean
string continuous_checkpoint_interval = 8;string continuous_checkpoint_interval = 8;- returns
Whether the continuousCheckpointInterval field is set.
-
abstract
def
hasField(field: FieldDescriptor): Boolean
- Definition Classes
- MessageOrBuilder
-
abstract
def
hasForeachBatch(): Boolean
.spark.connect.StreamingForeachFunction foreach_batch = 14;.spark.connect.StreamingForeachFunction foreach_batch = 14;- returns
Whether the foreachBatch field is set.
-
abstract
def
hasForeachWriter(): Boolean
.spark.connect.StreamingForeachFunction foreach_writer = 13;.spark.connect.StreamingForeachFunction foreach_writer = 13;- returns
Whether the foreachWriter field is set.
-
abstract
def
hasInput(): Boolean
(Required) The output of the `input` streaming relation will be written.
(Required) The output of the `input` streaming relation will be written.
.spark.connect.Relation input = 1;- returns
Whether the input field is set.
-
abstract
def
hasOnce(): Boolean
bool once = 7;bool once = 7;- returns
Whether the once field is set.
-
abstract
def
hasOneof(oneof: OneofDescriptor): Boolean
- Definition Classes
- MessageOrBuilder
-
abstract
def
hasPath(): Boolean
string path = 11;string path = 11;- returns
Whether the path field is set.
-
abstract
def
hasProcessingTimeInterval(): Boolean
string processing_time_interval = 5;string processing_time_interval = 5;- returns
Whether the processingTimeInterval field is set.
-
abstract
def
hasTableName(): Boolean
string table_name = 12;string table_name = 12;- returns
Whether the tableName field is set.
-
abstract
def
isInitialized(): Boolean
- Definition Classes
- MessageLiteOrBuilder
-
abstract
def
getOptions(): Map[String, String]
Use
#getOptionsMap()instead.Use
#getOptionsMap()instead.- Annotations
- @Deprecated
- Deprecated
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()