Uses of Class
org.apache.accumulo.core.clientImpl.bulk.Bulk.FileInfo
-
Packages that use Bulk.FileInfo Package Description org.apache.accumulo.core.clientImpl.bulk -
-
Uses of Bulk.FileInfo in org.apache.accumulo.core.clientImpl.bulk
Methods in org.apache.accumulo.core.clientImpl.bulk that return Bulk.FileInfo Modifier and Type Method Description Bulk.FileInfoBulk.Files. get(String fileName)Methods in org.apache.accumulo.core.clientImpl.bulk that return types with arguments of type Bulk.FileInfo Modifier and Type Method Description Iterator<Bulk.FileInfo>Bulk.Files. iterator()Methods in org.apache.accumulo.core.clientImpl.bulk with parameters of type Bulk.FileInfo Modifier and Type Method Description voidBulk.Files. add(Bulk.FileInfo fi)Constructor parameters in org.apache.accumulo.core.clientImpl.bulk with type arguments of type Bulk.FileInfo Constructor Description Files(Collection<Bulk.FileInfo> files)
-