|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GridServiceProvider.IndexExtendMode | |
|---|---|
| ucar.nc2.iosp.grid | |
| Uses of GridServiceProvider.IndexExtendMode in ucar.nc2.iosp.grid |
|---|
| Fields in ucar.nc2.iosp.grid declared as GridServiceProvider.IndexExtendMode | |
|---|---|
protected static GridServiceProvider.IndexExtendMode |
GridServiceProvider.indexFileModeOnOpen
|
protected static GridServiceProvider.IndexExtendMode |
GridServiceProvider.indexFileModeOnSync
|
| Methods in ucar.nc2.iosp.grid that return GridServiceProvider.IndexExtendMode | |
|---|---|
static GridServiceProvider.IndexExtendMode |
GridServiceProvider.IndexExtendMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static GridServiceProvider.IndexExtendMode[] |
GridServiceProvider.IndexExtendMode.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in ucar.nc2.iosp.grid with parameters of type GridServiceProvider.IndexExtendMode | |
|---|---|
static void |
GridServiceProvider.setIndexFileModeOnOpen(GridServiceProvider.IndexExtendMode mode)
This controls what happens when a GRIB file is opened, and the data file has changed since the index was written. |
static void |
GridServiceProvider.setIndexFileModeOnSync(GridServiceProvider.IndexExtendMode mode)
This controls what happens when a GRIB file is synced (usually from FileCache), and the data or index file has changed since the file was placed in the cache. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||