public class IndexUpdateResult extends Object
Constructor and Description |
---|
IndexUpdateResult() |
Modifier and Type | Method and Description |
---|---|
Date |
getTimestamp() |
boolean |
isFullUpdate() |
boolean |
isSuccessful() |
void |
setFullUpdate(boolean fullUpdate) |
void |
setSuccessful(boolean successful) |
void |
setTimestamp(Date timestamp) |
public Date getTimestamp()
public void setTimestamp(Date timestamp)
public void setFullUpdate(boolean fullUpdate)
public boolean isFullUpdate()
public boolean isSuccessful()
public void setSuccessful(boolean successful)
Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.