cascading.tap.hadoop
Class StreamedFileStatus

java.lang.Object
  extended by FileStatus
      extended by cascading.tap.hadoop.StreamedFileStatus

public class StreamedFileStatus
extends FileStatus

Class StreamedFileStatus ...


Constructor Summary
StreamedFileStatus(long l, boolean b, int i, long l1, long l2, Path path, String md5Hex)
          Constructor StreamedFileStatus creates a new StreamedFileStatus instance.
 
Method Summary
 String getMd5Hex()
          Method getMd5Hex returns the md5Hex of this StreamedFileStatus object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StreamedFileStatus

public StreamedFileStatus(long l,
                          boolean b,
                          int i,
                          long l1,
                          long l2,
                          Path path,
                          String md5Hex)
Constructor StreamedFileStatus creates a new StreamedFileStatus instance.

Parameters:
l - of type long
b - of type boolean
i - of type int
l1 - of type long
l2 - of type long
path - of type Path
md5Hex - of type String
Method Detail

getMd5Hex

public String getMd5Hex()
Method getMd5Hex returns the md5Hex of this StreamedFileStatus object.

Returns:
the md5Hex (type String) of this StreamedFileStatus object.


Copyright © 2007-2008 Concurrent, Inc. All Rights Reserved.