Package com.gpudb.protocol
Class ShowDatasinkResponse.AdditionalInfo
- java.lang.Object
-
- com.gpudb.protocol.ShowDatasinkResponse.AdditionalInfo
-
- Enclosing class:
- ShowDatasinkResponse
public static final class ShowDatasinkResponse.AdditionalInfo extends Object
A set of string constants for theShowDatasinkResponseparameteradditionalInfo.Additional information about the respective data sinks in
datasinkNames.
-
-
Field Summary
Fields Modifier and Type Field Description static StringDESTINATIONDestination for the output data in 'destination_type://path[:port]' formatstatic StringKAFKA_TOPIC_NAMEKafka topic if the data sink type is a Kafka brokerstatic StringUSER_NAMEName of the remote system user
-
-
-
Field Detail
-
DESTINATION
public static final String DESTINATION
Destination for the output data in 'destination_type://path[:port]' format- See Also:
- Constant Field Values
-
KAFKA_TOPIC_NAME
public static final String KAFKA_TOPIC_NAME
Kafka topic if the data sink type is a Kafka broker- See Also:
- Constant Field Values
-
USER_NAME
public static final String USER_NAME
Name of the remote system user- See Also:
- Constant Field Values
-
-