public class PartitionCollectionMutable.Partition extends Object implements Comparable<PartitionCollectionMutable.Partition>
| Constructor and Description |
|---|
Partition(thredds.inventory.MCollection dcm) |
Partition(String name,
String filename,
long lastModified,
long fileSize,
String directory,
ucar.nc2.time.CalendarDate partitionDate) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(PartitionCollectionMutable.Partition o) |
thredds.featurecollection.FeatureCollectionConfig |
getConfig() |
thredds.inventory.MCollection |
getDcm() |
String |
getDirectory() |
String |
getFilename() |
GribCollectionImmutable |
getGribCollection() |
long |
getLastModified() |
org.slf4j.Logger |
getLogger() |
String |
getName() |
boolean |
isGrib1() |
GribCollectionMutable |
makeGribCollection() |
String |
toString() |
public Partition(String name, String filename, long lastModified, long fileSize, String directory, ucar.nc2.time.CalendarDate partitionDate)
public Partition(thredds.inventory.MCollection dcm)
public String getName()
public String getFilename()
public String getDirectory()
public long getLastModified()
public boolean isGrib1()
public thredds.featurecollection.FeatureCollectionConfig getConfig()
public org.slf4j.Logger getLogger()
public thredds.inventory.MCollection getDcm()
public GribCollectionImmutable getGribCollection() throws IOException
IOException@Nullable public GribCollectionMutable makeGribCollection()
public int compareTo(@Nonnull PartitionCollectionMutable.Partition o)
compareTo in interface Comparable<PartitionCollectionMutable.Partition>