Class UpdateIndexResult
java.lang.Object
com.echothree.model.control.index.server.indexer.UpdateIndexResult
-
Constructor Summary
ConstructorsConstructorDescriptionUpdateIndexResult
(long remainingTime, boolean indexModified, boolean indexingComplete) -
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns the indexingComplete.boolean
Returns the indexModified.long
Returns the remainingTime.void
setIndexingComplete
(boolean indexingComplete) Sets the indexingComplete.void
setIndexModified
(boolean indexModified) Sets the indexModified.void
setRemainingTime
(long remainingTime) Sets the remainingTime.
-
Constructor Details
-
UpdateIndexResult
-
-
Method Details
-
getRemainingTime
Returns the remainingTime.- Returns:
- the remainingTime
-
setRemainingTime
Sets the remainingTime.- Parameters:
remainingTime
- the remainingTime to set
-
getIndexModified
Returns the indexModified.- Returns:
- the indexModified
-
setIndexModified
Sets the indexModified.- Parameters:
indexModified
- the indexModified to set
-
getIndexingComplete
Returns the indexingComplete.- Returns:
- the indexingComplete
-
setIndexingComplete
Sets the indexingComplete.- Parameters:
indexingComplete
- the indexingComplete to set
-