Uses of Class
org.apache.flink.api.connector.source.Boundedness
-
Packages that use Boundedness Package Description org.apache.flink.api.connector.source org.apache.flink.api.connector.source.lib -
-
Uses of Boundedness in org.apache.flink.api.connector.source
Methods in org.apache.flink.api.connector.source that return Boundedness Modifier and Type Method Description BoundednessSource. getBoundedness()Get the boundedness of this source.static BoundednessBoundedness. valueOf(String name)Returns the enum constant of this type with the specified name.static Boundedness[]Boundedness. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Boundedness in org.apache.flink.api.connector.source.lib
Methods in org.apache.flink.api.connector.source.lib that return Boundedness Modifier and Type Method Description BoundednessNumberSequenceSource. getBoundedness()
-