public static enum LensServices.ServiceMode extends Enum<LensServices.ServiceMode>
| Enum Constant and Description | 
|---|
| METASTORE_NODROPThe metastore nodrop. | 
| METASTORE_READONLYThe metastore readonly. | 
| OPENThe open. | 
| READ_ONLYThe read only. | 
| Modifier and Type | Method and Description | 
|---|---|
| static LensServices.ServiceMode | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static LensServices.ServiceMode[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final LensServices.ServiceMode READ_ONLY
public static final LensServices.ServiceMode METASTORE_READONLY
public static final LensServices.ServiceMode METASTORE_NODROP
public static final LensServices.ServiceMode OPEN
public static LensServices.ServiceMode[] values()
for (LensServices.ServiceMode c : LensServices.ServiceMode.values()) System.out.println(c);
public static LensServices.ServiceMode 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 © 2014–2018 Apache Software Foundation. All rights reserved.