Uses of Enum Class
org.apache.camel.component.mongodb.gridfs.QueryStrategy
-
Uses of QueryStrategy in org.apache.camel.component.mongodb.gridfs
Methods in org.apache.camel.component.mongodb.gridfs that return QueryStrategyModifier and TypeMethodDescriptionGridFsEndpoint.getQueryStrategy()static QueryStrategyReturns the enum constant of this class with the specified name.static QueryStrategy[]QueryStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.component.mongodb.gridfs with parameters of type QueryStrategyModifier and TypeMethodDescriptionvoidGridFsEndpoint.setQueryStrategy(QueryStrategy queryStrategy) Sets the QueryStrategy that is used for polling for new files.