Uses of Class
org.apache.accumulo.tserver.compaction.MajorCompactionReason
-
Packages that use MajorCompactionReason Package Description org.apache.accumulo.tserver org.apache.accumulo.tserver.compaction org.apache.accumulo.tserver.tablet -
-
Uses of MajorCompactionReason in org.apache.accumulo.tserver
Methods in org.apache.accumulo.tserver with parameters of type MajorCompactionReason Modifier and Type Method Description booleanTabletServerResourceManager.TabletResourceManager. needsMajorCompaction(SortedMap<FileRef,DataFileValue> tabletFiles, MajorCompactionReason reason)Constructors in org.apache.accumulo.tserver with parameters of type MajorCompactionReason Constructor Description TabletIteratorEnvironment(ServerContext context, IteratorUtil.IteratorScope scope, boolean fullMajC, AccumuloConfiguration tableConfig, TableId tableId, MajorCompactionReason reason) -
Uses of MajorCompactionReason in org.apache.accumulo.tserver.compaction
Methods in org.apache.accumulo.tserver.compaction that return MajorCompactionReason Modifier and Type Method Description MajorCompactionReasonMajorCompactionRequest. getReason()static MajorCompactionReasonMajorCompactionReason. valueOf(String name)Returns the enum constant of this type with the specified name.static MajorCompactionReason[]MajorCompactionReason. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.accumulo.tserver.compaction with parameters of type MajorCompactionReason Constructor Description MajorCompactionRequest(KeyExtent extent, MajorCompactionReason reason, AccumuloConfiguration tabletConfig, ServerContext context)MajorCompactionRequest(KeyExtent extent, MajorCompactionReason reason, VolumeManager manager, AccumuloConfiguration tabletConfig, BlockCache summaryCache, BlockCache indexCache, com.google.common.cache.Cache<String,Long> fileLenCache, ServerContext context) -
Uses of MajorCompactionReason in org.apache.accumulo.tserver.tablet
Methods in org.apache.accumulo.tserver.tablet with parameters of type MajorCompactionReason Modifier and Type Method Description voidTablet. initiateMajorCompaction(MajorCompactionReason reason)booleanTablet. needsMajorCompaction(MajorCompactionReason reason)Returns true if a major compaction should be performed on the tablet.
-