Uses of Class
org.apache.accumulo.tserver.MinorCompactionReason
-
Packages that use MinorCompactionReason Package Description org.apache.accumulo.tserver org.apache.accumulo.tserver.tablet -
-
Uses of MinorCompactionReason in org.apache.accumulo.tserver
Methods in org.apache.accumulo.tserver that return MinorCompactionReason Modifier and Type Method Description static MinorCompactionReasonMinorCompactionReason. valueOf(String name)Returns the enum constant of this type with the specified name.static MinorCompactionReason[]MinorCompactionReason. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of MinorCompactionReason in org.apache.accumulo.tserver.tablet
Methods in org.apache.accumulo.tserver.tablet with parameters of type MinorCompactionReason Modifier and Type Method Description booleanTablet. initiateMinorCompaction(MinorCompactionReason mincReason)booleanTablet. minorCompactNow(MinorCompactionReason mincReason)Constructors in org.apache.accumulo.tserver.tablet with parameters of type MinorCompactionReason Constructor Description MinorCompactor(TabletServer tabletServer, Tablet tablet, InMemoryMap imm, FileRef mergeFile, DataFileValue dfv, FileRef outputFile, MinorCompactionReason mincReason, TableConfiguration tableConfig)
-