|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<GridServiceProvider.IndexExtendMode>
ucar.nc2.iosp.grid.GridServiceProvider.IndexExtendMode
public static enum GridServiceProvider.IndexExtendMode
| Enum Constant Summary | |
|---|---|
extendwrite
if data file changes, assume its been extended, so extend the index |
|
readonly
if index file exists, use it as is |
|
rewrite
if data file changes, completely rewrite the index |
|
| Method Summary | |
|---|---|
static GridServiceProvider.IndexExtendMode |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static GridServiceProvider.IndexExtendMode[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final GridServiceProvider.IndexExtendMode rewrite
public static final GridServiceProvider.IndexExtendMode extendwrite
public static final GridServiceProvider.IndexExtendMode readonly
| Method Detail |
|---|
public static GridServiceProvider.IndexExtendMode[] values()
for (GridServiceProvider.IndexExtendMode c : GridServiceProvider.IndexExtendMode.values()) System.out.println(c);
public static GridServiceProvider.IndexExtendMode valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||