Uses of Class
org.apache.accumulo.core.gc.ReferenceFile
-
Packages that use ReferenceFile Package Description org.apache.accumulo.core.gc org.apache.accumulo.core.metadata org.apache.accumulo.core.metadata.schema -
-
Uses of ReferenceFile in org.apache.accumulo.core.gc
Subclasses of ReferenceFile in org.apache.accumulo.core.gc Modifier and Type Class Description class
ReferenceDirectory
A GC reference to a Tablet directory, like t-0003.Methods in org.apache.accumulo.core.gc with parameters of type ReferenceFile Modifier and Type Method Description int
ReferenceFile. compareTo(ReferenceFile that)
-
Uses of ReferenceFile in org.apache.accumulo.core.metadata
Methods in org.apache.accumulo.core.metadata that return ReferenceFile Modifier and Type Method Description static ReferenceFile
ValidationUtil. validate(ReferenceFile reference)
Methods in org.apache.accumulo.core.metadata with parameters of type ReferenceFile Modifier and Type Method Description static ReferenceFile
ValidationUtil. validate(ReferenceFile reference)
-
Uses of ReferenceFile in org.apache.accumulo.core.metadata.schema
Methods in org.apache.accumulo.core.metadata.schema with parameters of type ReferenceFile Modifier and Type Method Description default Mutation
Ample. createDeleteMutation(ReferenceFile tabletFilePathToRemove)
Return an encoded delete marker Mutation to delete the specified TabletFile path.Method parameters in org.apache.accumulo.core.metadata.schema with type arguments of type ReferenceFile Modifier and Type Method Description default void
Ample. putGcFileAndDirCandidates(TableId tableId, Collection<ReferenceFile> candidates)
UnlikeAmple.putGcCandidates(TableId, Collection)
this takes file and dir GC candidates.
-