Uses of Enum Class
org.springframework.data.mongodb.core.index.SearchIndexStatus
Packages that use SearchIndexStatus
Package
Description
Support for MongoDB document indexing.
-
Uses of SearchIndexStatus in org.springframework.data.mongodb.core.index
Methods in org.springframework.data.mongodb.core.index that return SearchIndexStatusModifier and TypeMethodDescriptionSearchIndexInfo.getStatus()
Check the actualstatus
of an index.static SearchIndexStatus
Returns the enum constant of this class with the specified name.static SearchIndexStatus[]
SearchIndexStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.