Class Bulk.Files
- java.lang.Object
-
- org.apache.accumulo.core.clientImpl.bulk.Bulk.Files
-
- All Implemented Interfaces:
Iterable<Bulk.FileInfo>
- Enclosing class:
- Bulk
public static class Bulk.Files extends Object implements Iterable<Bulk.FileInfo>
-
-
Constructor Summary
Constructors Constructor Description Files()Files(Collection<Bulk.FileInfo> files)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(Bulk.FileInfo fi)booleanequals(Object o)Bulk.FileInfoget(String fileName)intgetSize()inthashCode()Iterator<Bulk.FileInfo>iterator()Bulk.FilesmapNames(Map<String,String> renames)StringtoString()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Constructor Detail
-
Files
public Files(Collection<Bulk.FileInfo> files)
-
Files
public Files()
-
-
Method Detail
-
add
public void add(Bulk.FileInfo fi)
-
get
public Bulk.FileInfo get(String fileName)
-
mapNames
public Bulk.Files mapNames(Map<String,String> renames)
-
getSize
public int getSize()
-
iterator
public Iterator<Bulk.FileInfo> iterator()
- Specified by:
iteratorin interfaceIterable<Bulk.FileInfo>
-
-