Class TabletData
- java.lang.Object
-
- org.apache.accumulo.tserver.tablet.TabletData
-
public class TabletData extends Object
-
-
Constructor Summary
Constructors Constructor Description TabletData(String tabletDirectory, SortedMap<FileRef,DataFileValue> highDatafileSizes, String time, long lastFlushID, long lastCompactID, TServerInstance lastLocation, Map<Long,List<FileRef>> bulkIngestedFiles)TabletData(KeyExtent extent, VolumeManager fs, Iterator<Map.Entry<Key,Value>> entries)TabletData(ServerContext context, VolumeManager fs, AccumuloConfiguration conf)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<Long,List<FileRef>>getBulkImported()longgetCompactID()SortedMap<FileRef,DataFileValue>getDataFiles()StringgetDirectory()longgetFlushID()TServerInstancegetLastLocation()List<LogEntry>getLogEntries()HashSet<FileRef>getScanFiles()longgetSplitTime()StringgetTime()
-
-
-
Constructor Detail
-
TabletData
public TabletData(KeyExtent extent, VolumeManager fs, Iterator<Map.Entry<Key,Value>> entries)
-
TabletData
public TabletData(ServerContext context, VolumeManager fs, AccumuloConfiguration conf) throws IOException
- Throws:
IOException
-
TabletData
public TabletData(String tabletDirectory, SortedMap<FileRef,DataFileValue> highDatafileSizes, String time, long lastFlushID, long lastCompactID, TServerInstance lastLocation, Map<Long,List<FileRef>> bulkIngestedFiles)
-
-
Method Detail
-
getTime
public String getTime()
-
getDataFiles
public SortedMap<FileRef,DataFileValue> getDataFiles()
-
getFlushID
public long getFlushID()
-
getCompactID
public long getCompactID()
-
getLastLocation
public TServerInstance getLastLocation()
-
getDirectory
public String getDirectory()
-
getSplitTime
public long getSplitTime()
-
-