public class EntityListing extends Object
| Modifier and Type | Field and Description |
|---|---|
private Date |
latestTimestamp |
private Collection<String> |
matchingIdentifiers |
| Constructor and Description |
|---|
EntityListing() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getLatestTimestamp() |
Collection<String> |
getMatchingIdentifiers() |
void |
setLatestTimestamp(Date latestTimestamp)
Sets the timestamp of the modification date of the newest file that was contained in the listing
|
void |
setMatchingIdentifiers(Collection<String> matchingIdentifiers)
Sets the Collection containing the identifiers of all entities in the listing whose Timestamp was
equal to
getLatestTimestamp() |
private Date latestTimestamp
private Collection<String> matchingIdentifiers
public Date getLatestTimestamp()
public void setLatestTimestamp(Date latestTimestamp)
latestTimestamp - the timestamp of the modification date of the newest file that was contained in the listingpublic Collection<String> getMatchingIdentifiers()
getLatestTimestamp()public void setMatchingIdentifiers(Collection<String> matchingIdentifiers)
getLatestTimestamp()matchingIdentifiers - the identifiers that have last modified date matching the latest timestampCopyright © 2019 Apache NiFi Project. All rights reserved.