- getCounter(String) - Method in interface org.apache.pulsar.io.core.ConnectorContext
-
Retrieve the counter value for the key.
- getCounterAsync(String) - Method in interface org.apache.pulsar.io.core.ConnectorContext
-
Retrieve the counter value for the key, but don't wait
for the operation to be completed
- getInputTopics() - Method in interface org.apache.pulsar.io.core.SinkContext
-
Get a list of all input topics
- getInstanceId() - Method in interface org.apache.pulsar.io.core.ConnectorContext
-
The id of the instance that invokes this source.
- getKey() - Method in class org.apache.pulsar.io.core.KeyValue
-
- getLogger() - Method in interface org.apache.pulsar.io.core.ConnectorContext
-
The logger object that can be used to log in a sink
- getNamespace() - Method in interface org.apache.pulsar.io.core.ConnectorContext
-
The namespace this source belongs to.
- getNumInstances() - Method in interface org.apache.pulsar.io.core.ConnectorContext
-
Get the number of instances that invoke this source.
- 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
- getSecret(String) - Method in interface org.apache.pulsar.io.core.ConnectorContext
-
Get the secret associated with this key
- 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.
- getState(String) - Method in interface org.apache.pulsar.io.core.ConnectorContext
-
Retrieve the state value for the key.
- getStateAsync(String) - Method in interface org.apache.pulsar.io.core.ConnectorContext
-
Retrieve the state value for the key, but don't wait for the operation to be completed
- getStateStore(String) - Method in interface org.apache.pulsar.io.core.ConnectorContext
-
Get the state store with the provided store name.
- getSubscriptionType() - Method in interface org.apache.pulsar.io.core.SinkContext
-
Get subscription type used by the source providing data for the sink
- getTenant() - Method in interface org.apache.pulsar.io.core.ConnectorContext
-
The tenant this source belongs to.
- getValue() - Method in class org.apache.pulsar.io.core.KeyValue
-