Uses of Class
org.apache.accumulo.server.util.FileUtil.FileInfo
-
Packages that use FileUtil.FileInfo Package Description org.apache.accumulo.server.util -
-
Uses of FileUtil.FileInfo in org.apache.accumulo.server.util
Methods in org.apache.accumulo.server.util that return types with arguments of type FileUtil.FileInfo Modifier and Type Method Description static <T extends TabletFile>
Map<T,FileUtil.FileInfo>FileUtil. tryToGetFirstAndLastRows(ServerContext context, TableConfiguration tableConf, Set<T> dataFiles)Method parameters in org.apache.accumulo.server.util with type arguments of type FileUtil.FileInfo Modifier and Type Method Description static voidMetadataTableUtil. splitDatafiles(org.apache.hadoop.io.Text midRow, double splitRatio, Map<StoredTabletFile,FileUtil.FileInfo> firstAndLastRows, SortedMap<StoredTabletFile,DataFileValue> datafiles, SortedMap<StoredTabletFile,DataFileValue> lowDatafileSizes, SortedMap<StoredTabletFile,DataFileValue> highDatafileSizes, List<StoredTabletFile> highDatafilesToRemove)
-