Class Bulk.FileInfo
- java.lang.Object
-
- org.apache.accumulo.core.clientImpl.bulk.Bulk.FileInfo
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)longgetEstFileSize()longgetEstNumEntries()StringgetFileName()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
FileInfo
public FileInfo(String fileName, long estFileSize, long estNumEntries)
-
FileInfo
public FileInfo(org.apache.hadoop.fs.Path path, long estSize)
-
-
Method Detail
-
getFileName
public String getFileName()
-
getEstFileSize
public long getEstFileSize()
-
getEstNumEntries
public long getEstNumEntries()
-
-