Package org.apache.accumulo.server.gc
Class AllVolumesDirectory
- java.lang.Object
-
- org.apache.accumulo.core.gc.ReferenceFile
-
- org.apache.accumulo.server.gc.AllVolumesDirectory
-
- All Implemented Interfaces:
Comparable<ReferenceFile>,Reference
public class AllVolumesDirectory extends ReferenceFile
A specially encoded GC Reference to a directory with theGcVolumeUtil.ALL_VOLUMES_PREFIX
-
-
Field Summary
-
Fields inherited from class org.apache.accumulo.core.gc.ReferenceFile
metadataEntry, tableId
-
-
Constructor Summary
Constructors Constructor Description AllVolumesDirectory(TableId tableId, String dirName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMetadataEntry()booleanisDirectory()-
Methods inherited from class org.apache.accumulo.core.gc.ReferenceFile
compareTo, equals, getTableId, hashCode, toString
-
-
-
-
Method Detail
-
getMetadataEntry
public String getMetadataEntry()
- Specified by:
getMetadataEntryin interfaceReference- Overrides:
getMetadataEntryin classReferenceFile
-
isDirectory
public boolean isDirectory()
- Specified by:
isDirectoryin interfaceReference- Overrides:
isDirectoryin classReferenceFile
-
-