Uses of Enum Class
com.hazelcast.jet.mongodb.ResourceChecks
-
Uses of ResourceChecks in com.hazelcast.jet.mongodb
Modifier and TypeFieldDescriptionprotected ResourceChecks
MongoSourceBuilder.Base.existenceChecks
protected ResourceChecks
MongoSourceBuilder.Base.existenceChecks
Modifier and TypeMethodDescriptionstatic ResourceChecks
ResourceChecks.fromString
(String code) Resolves given string value to one of values of this enum.static ResourceChecks
Returns the enum constant of this class with the specified name.static ResourceChecks[]
ResourceChecks.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionMongoSinkBuilder.checkResourceExistence
(ResourceChecks checkResourceExistence) IfNEVER
, the database and collection will be automatically created on the first usage.