Package ucar.nc2.grib.collection
Class PartitionCollectionImmutable.Partition
- java.lang.Object
-
- ucar.nc2.grib.collection.PartitionCollectionImmutable.Partition
-
- All Implemented Interfaces:
Comparable<PartitionCollectionImmutable.Partition>
- Enclosing class:
- PartitionCollectionImmutable
@Immutable public class PartitionCollectionImmutable.Partition extends Object implements Comparable<PartitionCollectionImmutable.Partition>
-
-
Constructor Summary
Constructors Constructor Description Partition(PartitionCollectionMutable.Partition pcPart)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(PartitionCollectionImmutable.Partition o)thredds.featurecollection.FeatureCollectionConfiggetConfig()StringgetFilename()GribCollectionImmutablegetGribCollection()StringgetIndexFilenameInCache()longgetLastModified()org.slf4j.LoggergetLogger()StringgetName()booleanisGrib1()StringtoString()
-
-
-
Constructor Detail
-
Partition
public Partition(PartitionCollectionMutable.Partition pcPart)
-
-
Method Detail
-
getName
public String getName()
-
getFilename
public String getFilename()
-
getLastModified
public long getLastModified()
-
isGrib1
public boolean isGrib1()
-
getConfig
public thredds.featurecollection.FeatureCollectionConfig getConfig()
-
getLogger
public org.slf4j.Logger getLogger()
-
getIndexFilenameInCache
public String getIndexFilenameInCache() throws FileNotFoundException
- Throws:
FileNotFoundException
-
getGribCollection
public GribCollectionImmutable getGribCollection() throws IOException
- Throws:
IOException
-
compareTo
public int compareTo(@Nonnull PartitionCollectionImmutable.Partition o)- Specified by:
compareToin interfaceComparable<PartitionCollectionImmutable.Partition>
-
-