Uses of Enum Class
org.apache.nifi.processors.mongodb.AbstractMongoProcessor.UpdateMethod
Packages that use AbstractMongoProcessor.UpdateMethod
-
Uses of AbstractMongoProcessor.UpdateMethod in org.apache.nifi.processors.mongodb
Methods in org.apache.nifi.processors.mongodb that return AbstractMongoProcessor.UpdateMethodModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static AbstractMongoProcessor.UpdateMethod[]AbstractMongoProcessor.UpdateMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.nifi.processors.mongodb with parameters of type AbstractMongoProcessor.UpdateMethodModifier and TypeMethodDescriptionprotected booleanAbstractMongoProcessor.updateModeMatches(AbstractMongoProcessor.UpdateMethod updateMethodToMatch, AbstractMongoProcessor.UpdateMethod configuredUpdateMethod, org.apache.nifi.flowfile.FlowFile flowFile) Checks if given update mode option matches for the incoming flow file