Package ucar.nc2.grib.collection
Interface GribCollectionProto.PartitionOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GribCollectionProto.Partition,GribCollectionProto.Partition.Builder
- Enclosing class:
- GribCollectionProto
public static interface GribCollectionProto.PartitionOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFilename()the gribCollection.ncx file, reletive to gc.com.google.protobuf.ByteStringgetFilenameBytes()the gribCollection.ncx file, reletive to gc.longgetLastModified()uint64 lastModified = 4;longgetLength()int64 length = 5;StringgetName()name is used in TDS - eg the subdirectory when generated by TimePartitionCollectionscom.google.protobuf.ByteStringgetNameBytes()name is used in TDS - eg the subdirectory when generated by TimePartitionCollectionslonggetPartitionDate()partition date added 11/25/14-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
String getName()
name is used in TDS - eg the subdirectory when generated by TimePartitionCollections
string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
name is used in TDS - eg the subdirectory when generated by TimePartitionCollections
string name = 1;- Returns:
- The bytes for name.
-
getFilename
String getFilename()
the gribCollection.ncx file, reletive to gc.
string filename = 2;- Returns:
- The filename.
-
getFilenameBytes
com.google.protobuf.ByteString getFilenameBytes()
the gribCollection.ncx file, reletive to gc.
string filename = 2;- Returns:
- The bytes for filename.
-
getLastModified
long getLastModified()
uint64 lastModified = 4;- Returns:
- The lastModified.
-
getLength
long getLength()
int64 length = 5;- Returns:
- The length.
-
getPartitionDate
long getPartitionDate()
partition date added 11/25/14
int64 partitionDate = 6;- Returns:
- The partitionDate.
-
-