@PublicEvolving public interface PulsarSinkContext
Modifier and Type | Method and Description |
---|---|
int |
getNumberOfParallelInstances() |
int |
getParallelInstanceId()
Get the number of the subtask that PulsarSink is running on.
|
boolean |
isEnableSchemaEvolution()
Pulsar can check the schema and upgrade the schema automatically.
|
long |
processTime()
Returns the current process time in flink.
|
int getParallelInstanceId()
getNumberOfParallelInstances()
int getNumberOfParallelInstances()
boolean isEnableSchemaEvolution()
long processTime()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.