static enum StoreScanner.StoreScannerCompactionRace extends Enum<StoreScanner.StoreScannerCompactionRace>
| Enum Constant and Description | 
|---|
| AFTER_SEEK | 
| BEFORE_SEEK | 
| COMPACT_COMPLETE | 
| Modifier and Type | Method and Description | 
|---|---|
| static StoreScanner.StoreScannerCompactionRace | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static StoreScanner.StoreScannerCompactionRace[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final StoreScanner.StoreScannerCompactionRace BEFORE_SEEK
public static final StoreScanner.StoreScannerCompactionRace AFTER_SEEK
public static final StoreScanner.StoreScannerCompactionRace COMPACT_COMPLETE
public static StoreScanner.StoreScannerCompactionRace[] values()
for (StoreScanner.StoreScannerCompactionRace c : StoreScanner.StoreScannerCompactionRace.values()) System.out.println(c);
public static StoreScanner.StoreScannerCompactionRace valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.