Uses of Class
org.apache.accumulo.core.util.MetadataTable.DataFileValue

Packages that use MetadataTable.DataFileValue
org.apache.accumulo.server.tabletserver   
org.apache.accumulo.server.util   
 

Uses of MetadataTable.DataFileValue in org.apache.accumulo.server.tabletserver
 

Methods in org.apache.accumulo.server.tabletserver that return types with arguments of type MetadataTable.DataFileValue
 SortedMap<String,MetadataTable.DataFileValue> Tablet.getDatafiles()
           
 

Constructor parameters in org.apache.accumulo.server.tabletserver with type arguments of type MetadataTable.DataFileValue
Tablet(TabletServer tabletServer, org.apache.hadoop.io.Text location, KeyExtent extent, TabletServerResourceManager.TabletResourceManager trm, SortedMap<String,MetadataTable.DataFileValue> datafiles, String time, long initFlushID, long initCompactID)
           
 

Uses of MetadataTable.DataFileValue in org.apache.accumulo.server.util
 

Methods in org.apache.accumulo.server.util that return types with arguments of type MetadataTable.DataFileValue
static SortedMap<String,MetadataTable.DataFileValue> MetadataTable.getDataFileSizes(KeyExtent extent, AuthInfo credentials)
           
static Pair<List<MetadataTable.LogEntry>,SortedMap<String,MetadataTable.DataFileValue>> MetadataTable.getFileAndLogEntries(AuthInfo credentials, KeyExtent extent)
           
 

Methods in org.apache.accumulo.server.util with parameters of type MetadataTable.DataFileValue
static void MetadataTable.replaceDatafiles(KeyExtent extent, Set<String> datafilesToDelete, Set<String> scanFiles, String path, Long compactionId, MetadataTable.DataFileValue size, AuthInfo credentials, String address, TServerInstance lastLocation, ZooLock zooLock)
           
static void MetadataTable.replaceDatafiles(KeyExtent extent, Set<String> datafilesToDelete, Set<String> scanFiles, String path, Long compactionId, MetadataTable.DataFileValue size, AuthInfo credentials, String address, TServerInstance lastLocation, ZooLock zooLock, boolean insertDeleteFlags)
           
static void MetadataTable.updateTabletDataFile(KeyExtent extent, String path, String mergeFile, MetadataTable.DataFileValue dfv, String time, AuthInfo credentials, Set<String> filesInUseByScans, String address, ZooLock zooLock, Set<String> unusedWalLogs, TServerInstance lastLocation, long flushId)
          new data file update function adds one data file to a tablet's list path should be relative to the table directory
 

Method parameters in org.apache.accumulo.server.util with type arguments of type MetadataTable.DataFileValue
static void MetadataTable.addNewTablet(KeyExtent extent, String path, TServerInstance location, Map<String,MetadataTable.DataFileValue> datafileSizes, Map<String,Long> bulkLoadedFiles, AuthInfo credentials, String time, long lastFlushID, long lastCompactID, ZooLock zooLock)
           
static void MetadataTable.finishSplit(KeyExtent extent, Map<String,MetadataTable.DataFileValue> datafileSizes, List<String> highDatafilesToRemove, AuthInfo credentials, ZooLock zooLock)
           
static void MetadataTable.finishSplit(org.apache.hadoop.io.Text metadataEntry, Map<String,MetadataTable.DataFileValue> datafileSizes, List<String> highDatafilesToRemove, AuthInfo credentials, ZooLock zooLock)
           
static void MetadataTable.splitDatafiles(org.apache.hadoop.io.Text table, org.apache.hadoop.io.Text midRow, double splitRatio, Map<String,FileUtil.FileInfo> firstAndLastRows, SortedMap<String,MetadataTable.DataFileValue> datafiles, SortedMap<String,MetadataTable.DataFileValue> lowDatafileSizes, SortedMap<String,MetadataTable.DataFileValue> highDatafileSizes, List<String> highDatafilesToRemove)
           
static void MetadataTable.splitDatafiles(org.apache.hadoop.io.Text table, org.apache.hadoop.io.Text midRow, double splitRatio, Map<String,FileUtil.FileInfo> firstAndLastRows, SortedMap<String,MetadataTable.DataFileValue> datafiles, SortedMap<String,MetadataTable.DataFileValue> lowDatafileSizes, SortedMap<String,MetadataTable.DataFileValue> highDatafileSizes, List<String> highDatafilesToRemove)
           
static void MetadataTable.splitDatafiles(org.apache.hadoop.io.Text table, org.apache.hadoop.io.Text midRow, double splitRatio, Map<String,FileUtil.FileInfo> firstAndLastRows, SortedMap<String,MetadataTable.DataFileValue> datafiles, SortedMap<String,MetadataTable.DataFileValue> lowDatafileSizes, SortedMap<String,MetadataTable.DataFileValue> highDatafileSizes, List<String> highDatafilesToRemove)
           
static void MetadataTable.updateTabletDataFile(long tid, KeyExtent extent, Map<String,MetadataTable.DataFileValue> estSizes, String time, AuthInfo credentials, ZooLock zooLock)
           
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.