| Package | Description |
|---|---|
| ds.granules.dataset |
This package contains functionality related to datasets that deployed application instances need to operate on.
|
| Modifier and Type | Method and Description |
|---|---|
Dataset.DatasetType |
StreamDatasetImpl.getDatasetType() |
Dataset.DatasetType |
FileDatasetImpl.getDatasetType() |
Dataset.DatasetType |
StreamDatasetImplLegacy.getDatasetType()
Deprecated.
|
Dataset.DatasetType |
FileDatasetImplLegacy.getDatasetType()
Deprecated.
|
Dataset.DatasetType |
Dataset.getDatasetType()
Retrieve the type of the data set
|
static Dataset.DatasetType |
Dataset.DatasetType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Dataset.DatasetType[] |
Dataset.DatasetType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|