Uses of Enum Class
org.springframework.data.mongodb.core.query.DiskUse
Packages that use DiskUse
Package
Description
Support for the MongoDB aggregation framework.
MongoDB specific query and update support.
-
Uses of DiskUse in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation with parameters of type DiskUseModifier and TypeMethodDescriptionDefines whether to off-load intensive sort-operations to disk.Constructors in org.springframework.data.mongodb.core.aggregation with parameters of type DiskUseModifierConstructorDescriptionAggregationOptions(DiskUse diskUse, boolean explain, @Nullable org.bson.Document cursor) AggregationOptions(DiskUse allowDiskUse, boolean explain, @Nullable org.bson.Document cursor, @Nullable Collation collation) AggregationOptions(DiskUse allowDiskUse, boolean explain, @Nullable org.bson.Document cursor, @Nullable Collation collation, @Nullable String comment) -
Uses of DiskUse in org.springframework.data.mongodb.core.query
Subclasses with type arguments of type DiskUse in org.springframework.data.mongodb.core.queryModifier and TypeClassDescriptionenumDisk use indicates if the MongoDB server is allowed to write temporary files to disk during query/aggregation execution.Methods in org.springframework.data.mongodb.core.query that return DiskUseModifier and TypeMethodDescriptionstatic DiskUseObtain theDiskUsecorresponding to the given Boolean flag.static DiskUseObtain theDiskUsereferred to by the given value.static DiskUseReturns the enum constant of this class with the specified name.static DiskUse[]DiskUse.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.data.mongodb.core.query with parameters of type DiskUse