Package thredds.server.catalog.tracker
Class DatasetExt
- java.lang.Object
-
- thredds.server.catalog.tracker.DatasetExt
-
public class DatasetExt extends Object
TrackedDataset, externalized by ConfigCatalogExtProto- Since:
- 3/28/2015
-
-
Field Summary
Fields Modifier and Type Field Description static inttotal_countstatic longtotal_nbytes
-
Constructor Summary
Constructors Constructor Description DatasetExt()DatasetExt(long catId, String restrictedAccess, String ncml)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfromProtoBytes(byte[] b)StringgetNcml()StringgetRestrictAccess()byte[]toProtoBytes()StringtoString()
-
-
-
Method Detail
-
getNcml
public String getNcml()
-
getRestrictAccess
public String getRestrictAccess()
-
toProtoBytes
public byte[] toProtoBytes()
-
fromProtoBytes
public void fromProtoBytes(byte[] b) throws com.google.protobuf.InvalidProtocolBufferException- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
-