- getInputTopics() - Method in interface org.apache.pulsar.io.core.SinkContext
-
Get a list of all input topics.
- getKey() - Method in class org.apache.pulsar.io.core.KeyValue
-
- getOutputTopic() - Method in interface org.apache.pulsar.io.core.SourceContext
-
Get the output topic of the source.
- getQueueLength() - Method in class org.apache.pulsar.io.core.BatchPushSource
-
Get length of the queue that records are push onto
Users can override this method to customize the queue length
- getQueueLength() - Method in class org.apache.pulsar.io.core.PushSource
-
Get length of the queue that records are push onto
Users can override this method to customize the queue length
- getSinkName() - Method in interface org.apache.pulsar.io.core.SinkContext
-
The name of the sink that we are executing
- getSourceName() - Method in interface org.apache.pulsar.io.core.SourceContext
-
The name of the source that we are executing.
- getSubscriptionType() - Method in interface org.apache.pulsar.io.core.SinkContext
-
Get subscription type used by the source providing data for the sink
- getValue() - Method in class org.apache.pulsar.io.core.KeyValue
-