메소드 | 설명 | |
---|---|---|
Run ( ) : object |
Locate the most recent {@code segments} file and run #doBody on it.
|
|
Run ( |
Run #doBody on the provided commit.
|
메소드 | 설명 | |
---|---|---|
DoBody ( string segmentFileName ) : object |
Subclass must implement this. The assumption is an IOException will be thrown if something goes wrong during the processing that could have been caused by a writer committing.
|
|
FindSegmentsFile ( Directory directory ) : System |
Sole constructor.
|
protected abstract DoBody ( string segmentFileName ) : object | ||
segmentFileName | string | |
리턴 | object |
protected FindSegmentsFile ( Directory directory ) : System | ||
directory | Directory | |
리턴 | System |