@Immutable public class PartitionCollectionImmutable.Partition extends Object implements Comparable<PartitionCollectionImmutable.Partition>
| Constructor and Description |
|---|
Partition(PartitionCollectionMutable.Partition pcPart) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(PartitionCollectionImmutable.Partition o) |
thredds.featurecollection.FeatureCollectionConfig |
getConfig() |
String |
getFilename() |
GribCollectionImmutable |
getGribCollection() |
String |
getIndexFilenameInCache() |
long |
getLastModified() |
org.slf4j.Logger |
getLogger() |
String |
getName() |
boolean |
isGrib1() |
String |
toString() |
public Partition(PartitionCollectionMutable.Partition pcPart)
public String getName()
public String getFilename()
public long getLastModified()
public boolean isGrib1()
public thredds.featurecollection.FeatureCollectionConfig getConfig()
public org.slf4j.Logger getLogger()
public String getIndexFilenameInCache() throws FileNotFoundException
FileNotFoundExceptionpublic GribCollectionImmutable getGribCollection() throws IOException
IOExceptionpublic int compareTo(PartitionCollectionImmutable.Partition o)
compareTo in interface Comparable<PartitionCollectionImmutable.Partition>