Method Refresh
Refresh(String)
Writer calls this when it has hit an error and had to roll back, to tell us that there may now be unreferenced files in the filesystem. So we re-list the filesystem and delete such files. If segmentName is non-null, we will only delete files corresponding to that segment.
Declaration
public void Refresh(String segmentName)
Parameters
Type | Name | Description |
---|---|---|
System.String | segmentName |
Refresh()
Declaration
public void Refresh()