public class RepositoryUpdateResult
extends java.lang.Object
| Constructor and Description |
|---|
RepositoryUpdateResult(boolean restart,
boolean reindex) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
boolean |
isReindexRequired()
Whether a full reindex of the repository is required.
|
boolean |
isRestartRequired()
Whether a repository restart is required.
|
java.lang.String |
toString() |
public RepositoryUpdateResult(boolean restart,
boolean reindex)
public boolean isRestartRequired()
public boolean isReindexRequired()
A full reindex also restarts the repository.
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object