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 StringTranslator.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 voidTabletLogger. bulkImported(KeyExtent extent, TabletFile file)static voidTabletLogger. compacted(KeyExtent extent, CompactionJob job, TabletFile output)static voidTabletLogger. 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 voidTabletLogger. 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 classStoredTabletFileObject 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 intTabletFile. 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.TabletMutatorAmple.TabletMutator. putBulkFile(TabletFile bulkref, long tid)Ample.TabletMutatorAmple.TabletMutator. putFile(TabletFile path, DataFileValue dfv)Ample.TabletMutatorAmple.TabletMutator. putScan(TabletFile path)
-