public enum SessionMode extends Enum<SessionMode>
| Modifier and Type | Method and Description |
|---|---|
static SessionMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SessionMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SessionMode GLOBAL
public static final SessionMode FILES
public static final SessionMode TABLES
public static final SessionMode STREAMS
public static SessionMode[] values()
for (SessionMode c : SessionMode.values()) System.out.println(c);
public static SessionMode 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 © 2017 Mapr Technologies, Inc.. All rights reserved.