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
IOExceptionpublic void start() throws IOException
ImageCollectionProcessorstart in class ImageCollectionProcessor<T extends Image<?,T>>IOExceptionpublic String process(ImageCollectionEntry<T> image) throws Exception
public void end() throws IOException
ImageCollectionProcessorend in class ImageCollectionProcessor<T extends Image<?,T>>IOException