public static interface Function.SinkSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsConsumerProperties(String key)
map<string, string> consumerProperties = 10; |
boolean |
containsSchemaProperties(String key)
map<string, string> schemaProperties = 9; |
String |
getBuiltin()
If specified, this will refer to an archive that is
already present in the server
|
com.google.protobuf.ByteString |
getBuiltinBytes()
If specified, this will refer to an archive that is
already present in the server
|
String |
getClassName()
string className = 1; |
com.google.protobuf.ByteString |
getClassNameBytes()
string className = 1; |
String |
getConfigs()
map in json format
|
com.google.protobuf.ByteString |
getConfigsBytes()
map in json format
|
Map<String,String> |
getConsumerProperties()
Deprecated.
|
int |
getConsumerPropertiesCount()
map<string, string> consumerProperties = 10; |
Map<String,String> |
getConsumerPropertiesMap()
map<string, string> consumerProperties = 10; |
String |
getConsumerPropertiesOrDefault(String key,
String defaultValue)
map<string, string> consumerProperties = 10; |
String |
getConsumerPropertiesOrThrow(String key)
map<string, string> consumerProperties = 10; |
boolean |
getForwardSourceMessageProperty()
bool forwardSourceMessageProperty = 8; |
Function.ProducerSpec |
getProducerSpec()
.proto.ProducerSpec producerSpec = 11; |
Function.ProducerSpecOrBuilder |
getProducerSpecOrBuilder()
.proto.ProducerSpec producerSpec = 11; |
Map<String,String> |
getSchemaProperties()
Deprecated.
|
int |
getSchemaPropertiesCount()
map<string, string> schemaProperties = 9; |
Map<String,String> |
getSchemaPropertiesMap()
map<string, string> schemaProperties = 9; |
String |
getSchemaPropertiesOrDefault(String key,
String defaultValue)
map<string, string> schemaProperties = 9; |
String |
getSchemaPropertiesOrThrow(String key)
map<string, string> schemaProperties = 9; |
String |
getSchemaType()
Builtin schema type or custom schema class name
|
com.google.protobuf.ByteString |
getSchemaTypeBytes()
Builtin schema type or custom schema class name
|
String |
getSerDeClassName()
string serDeClassName = 4; |
com.google.protobuf.ByteString |
getSerDeClassNameBytes()
string serDeClassName = 4; |
String |
getTopic()
configs used only when functions output to sink
|
com.google.protobuf.ByteString |
getTopicBytes()
configs used only when functions output to sink
|
String |
getTypeClassName()
string typeClassName = 5; |
com.google.protobuf.ByteString |
getTypeClassNameBytes()
string typeClassName = 5; |
boolean |
hasProducerSpec()
.proto.ProducerSpec producerSpec = 11; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getClassName()
string className = 1;com.google.protobuf.ByteString getClassNameBytes()
string className = 1;String getConfigs()
map in json format
string configs = 2;com.google.protobuf.ByteString getConfigsBytes()
map in json format
string configs = 2;String getTypeClassName()
string typeClassName = 5;com.google.protobuf.ByteString getTypeClassNameBytes()
string typeClassName = 5;String getTopic()
configs used only when functions output to sink
string topic = 3;com.google.protobuf.ByteString getTopicBytes()
configs used only when functions output to sink
string topic = 3;boolean hasProducerSpec()
.proto.ProducerSpec producerSpec = 11;Function.ProducerSpec getProducerSpec()
.proto.ProducerSpec producerSpec = 11;Function.ProducerSpecOrBuilder getProducerSpecOrBuilder()
.proto.ProducerSpec producerSpec = 11;String getSerDeClassName()
string serDeClassName = 4;com.google.protobuf.ByteString getSerDeClassNameBytes()
string serDeClassName = 4;String getBuiltin()
If specified, this will refer to an archive that is already present in the server
string builtin = 6;com.google.protobuf.ByteString getBuiltinBytes()
If specified, this will refer to an archive that is already present in the server
string builtin = 6;String getSchemaType()
Builtin schema type or custom schema class name
string schemaType = 7;com.google.protobuf.ByteString getSchemaTypeBytes()
Builtin schema type or custom schema class name
string schemaType = 7;boolean getForwardSourceMessageProperty()
bool forwardSourceMessageProperty = 8;int getSchemaPropertiesCount()
map<string, string> schemaProperties = 9;boolean containsSchemaProperties(String key)
map<string, string> schemaProperties = 9;@Deprecated Map<String,String> getSchemaProperties()
getSchemaPropertiesMap() instead.Map<String,String> getSchemaPropertiesMap()
map<string, string> schemaProperties = 9;String getSchemaPropertiesOrDefault(String key, String defaultValue)
map<string, string> schemaProperties = 9;String getSchemaPropertiesOrThrow(String key)
map<string, string> schemaProperties = 9;int getConsumerPropertiesCount()
map<string, string> consumerProperties = 10;boolean containsConsumerProperties(String key)
map<string, string> consumerProperties = 10;@Deprecated Map<String,String> getConsumerProperties()
getConsumerPropertiesMap() instead.Map<String,String> getConsumerPropertiesMap()
map<string, string> consumerProperties = 10;String getConsumerPropertiesOrDefault(String key, String defaultValue)
map<string, string> consumerProperties = 10;Copyright © 2017–2022 Apache Software Foundation. All rights reserved.