Uses of Class
org.apache.nutch.segment.SegmentPart
-
Packages that use SegmentPart Package Description org.apache.nutch.segment A segment stores all data from on generate/fetch/update cycle: fetch list, protocol status, raw content, parsed content, and extracted outgoing links. -
-
Uses of SegmentPart in org.apache.nutch.segment
Methods in org.apache.nutch.segment that return SegmentPart Modifier and Type Method Description static SegmentPart
SegmentPart. get(String path)
Create SegmentPart from a full path of a location inside any segment part.static SegmentPart
SegmentPart. get(FileSplit split)
Create SegmentPart from a FileSplit.static SegmentPart
SegmentPart. parse(String string)
Create SegmentPart from a String in format "segmentName/partName".
-