cascading.tap.hadoop
Class StreamedFileStatus
java.lang.Object
FileStatus
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 |
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 longb - of type booleani - of type intl1 - of type longl2 - of type longpath - of type Pathmd5Hex - of type String
getMd5Hex
public String getMd5Hex()
- Method getMd5Hex returns the md5Hex of this StreamedFileStatus object.
- Returns:
- the md5Hex (type String) of this StreamedFileStatus object.
Copyright © 2007-2009 Concurrent, Inc. All Rights Reserved.