Uses of Enum Class
com.hazelcast.jet.mongodb.ResourceChecks
Packages that use ResourceChecks
-
Uses of ResourceChecks in com.hazelcast.jet.mongodb
Fields in com.hazelcast.jet.mongodb declared as ResourceChecksModifier and TypeFieldDescriptionprotected ResourceChecks
MongoSourceBuilder.Base.existenceChecks
protected ResourceChecks
MongoSourceBuilder.Base.existenceChecks
Methods in com.hazelcast.jet.mongodb that return ResourceChecksModifier 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.Methods in com.hazelcast.jet.mongodb with parameters of type ResourceChecksModifier and TypeMethodDescriptionMongoSinkBuilder.checkResourceExistence
(ResourceChecks checkResourceExistence) IfNEVER
, the database and collection will be automatically created on the first usage.