Interface AttributeUpdateChecker
@PublicApi
public interface AttributeUpdateChecker
Used to check if the previously loaded values may have changed.
- 
Method Summary
Modifier and TypeMethodDescriptionbooleanhasUpdate(LongList rows) Checks if there may be an update for the given rows. 
- 
Method Details
- 
hasUpdate
boolean hasUpdate(LongList rows) Checks if there may be an update for the given rows. The specified rows must be a subset of previously specified rows when this checker was retrieved.- Parameters:
 rows- row IDs to check- Returns:
 - false if the values are guaranteed to be the same; true if they may have changed
 
 
 -