Uses of Class
org.apache.accumulo.core.metadata.StoredTabletFile
-
Packages that use StoredTabletFile Package Description org.apache.accumulo.core.clientImpl org.apache.accumulo.core.metadata org.apache.accumulo.core.metadata.schema -
-
Uses of StoredTabletFile in org.apache.accumulo.core.clientImpl
Methods in org.apache.accumulo.core.clientImpl with parameters of type StoredTabletFile Modifier and Type Method Description String
Translator.StoredTabletFileTranslator. translate(StoredTabletFile input)
-
Uses of StoredTabletFile in org.apache.accumulo.core.metadata
Methods in org.apache.accumulo.core.metadata that return StoredTabletFile Modifier and Type Method Description StoredTabletFile
CompactableFileImpl. getStortedTabletFile()
StoredTabletFile
TabletFile. insert()
New file was written to metadata so return a StoredTabletFilestatic StoredTabletFile
CompactableFileImpl. toStoredTabletFile(CompactableFile cf)
Constructors in org.apache.accumulo.core.metadata with parameters of type StoredTabletFile Constructor Description CompactableFileImpl(StoredTabletFile storedTabletFile, DataFileValue dataFileValue)
-
Uses of StoredTabletFile in org.apache.accumulo.core.metadata.schema
Methods in org.apache.accumulo.core.metadata.schema that return types with arguments of type StoredTabletFile Modifier and Type Method Description Collection<StoredTabletFile>
TabletMetadata. getFiles()
Map<StoredTabletFile,DataFileValue>
TabletMetadata. getFilesMap()
List<StoredTabletFile>
TabletMetadata. getScans()
Methods in org.apache.accumulo.core.metadata.schema with parameters of type StoredTabletFile Modifier and Type Method Description Ample.TabletMutator
Ample.TabletMutator. deleteFile(StoredTabletFile path)
Ample.TabletMutator
Ample.TabletMutator. deleteScan(StoredTabletFile path)
Method parameters in org.apache.accumulo.core.metadata.schema with type arguments of type StoredTabletFile Modifier and Type Method Description default void
Ample. putGcCandidates(TableId tableId, Collection<StoredTabletFile> candidates)
-