public class SequenceFileProcessor<T extends Image<?,T>> extends ImageCollectionProcessor<T>
Constructor and Description |
---|
SequenceFileProcessor(String output,
boolean force) |
Modifier and Type | Method and Description |
---|---|
void |
end()
End this image sink, no images will be stored after this call
|
static org.apache.hadoop.fs.FileSystem |
getFileSystem(URI uri) |
String |
process(ImageCollectionEntry<T> image) |
void |
start()
Start this image sink, called before an image is stored.
|
public SequenceFileProcessor(String output, boolean force)
public static org.apache.hadoop.fs.FileSystem getFileSystem(URI uri) throws IOException
IOException
public void start() throws IOException
ImageCollectionProcessor
start
in class ImageCollectionProcessor<T extends Image<?,T>>
IOException
public String process(ImageCollectionEntry<T> image) throws Exception
public void end() throws IOException
ImageCollectionProcessor
end
in class ImageCollectionProcessor<T extends Image<?,T>>
IOException