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 TypeMethodDescriptionbooleanReturns the indexingComplete.booleanReturns the indexModified.longReturns the remainingTime.voidsetIndexingComplete(boolean indexingComplete) Sets the indexingComplete.voidsetIndexModified(boolean indexModified) Sets the indexModified.voidsetRemainingTime(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
-