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 StringTranslator.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 StoredTabletFileCompactableFileImpl. getStortedTabletFile()StoredTabletFileTabletFile. insert()New file was written to metadata so return a StoredTabletFilestatic StoredTabletFileCompactableFileImpl. 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.TabletMutatorAmple.TabletMutator. deleteFile(StoredTabletFile path)Ample.TabletMutatorAmple.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 voidAmple. putGcCandidates(TableId tableId, Collection<StoredTabletFile> candidates)
-