Uses of Class
org.apache.accumulo.core.metadata.TabletFile
-
Packages that use TabletFile Package Description org.apache.accumulo.core.clientImpl org.apache.accumulo.core.logging This package exist to provide a central place in Accumulo's source code for important log messages.org.apache.accumulo.core.metadata org.apache.accumulo.core.metadata.schema -
-
Uses of TabletFile in org.apache.accumulo.core.clientImpl
Methods in org.apache.accumulo.core.clientImpl with parameters of type TabletFile Modifier and Type Method Description String
Translator.TabletFileTranslator. translate(TabletFile input)
-
Uses of TabletFile in org.apache.accumulo.core.logging
Methods in org.apache.accumulo.core.logging with parameters of type TabletFile Modifier and Type Method Description static void
TabletLogger. bulkImported(KeyExtent extent, TabletFile file)
static void
TabletLogger. compacted(KeyExtent extent, CompactionJob job, TabletFile output)
static void
TabletLogger. flushed(KeyExtent extent, TabletFile newDatafile)
Method parameters in org.apache.accumulo.core.logging with type arguments of type TabletFile Modifier and Type Method Description static void
TabletLogger. selected(KeyExtent extent, CompactionKind kind, Collection<? extends TabletFile> inputs)
-
Uses of TabletFile in org.apache.accumulo.core.metadata
Subclasses of TabletFile in org.apache.accumulo.core.metadata Modifier and Type Class Description class
StoredTabletFile
Object representing a tablet file entry stored in the metadata table.Methods in org.apache.accumulo.core.metadata with parameters of type TabletFile Modifier and Type Method Description int
TabletFile. compareTo(TabletFile o)
-
Uses of TabletFile in org.apache.accumulo.core.metadata.schema
Methods in org.apache.accumulo.core.metadata.schema that return types with arguments of type TabletFile Modifier and Type Method Description Map<TabletFile,Long>
TabletMetadata. getLoaded()
Methods in org.apache.accumulo.core.metadata.schema with parameters of type TabletFile Modifier and Type Method Description Ample.TabletMutator
Ample.TabletMutator. putBulkFile(TabletFile bulkref, long tid)
Ample.TabletMutator
Ample.TabletMutator. putFile(TabletFile path, DataFileValue dfv)
Ample.TabletMutator
Ample.TabletMutator. putScan(TabletFile path)
-