Uses of Class
org.nuxeo.elasticsearch.core.ReindexingState
-
Packages that use ReindexingState Package Description org.nuxeo.elasticsearch.core -
-
Uses of ReindexingState in org.nuxeo.elasticsearch.core
Fields in org.nuxeo.elasticsearch.core declared as ReindexingState Modifier and Type Field Description ReindexingState
ReindexingMessage. state
Methods in org.nuxeo.elasticsearch.core that return ReindexingState Modifier and Type Method Description static ReindexingState
ReindexingState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ReindexingState[]
ReindexingState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.nuxeo.elasticsearch.core with parameters of type ReindexingState Constructor Description ReindexingMessage(String repository, String indexName, String otherIndex, ReindexingState state)
-