Package thredds.server.catalog.tracker
Class DataRootExt
java.lang.Object
thredds.server.catalog.tracker.DataRootExt
- All Implemented Interfaces:
Comparable<DataRootExt>
Externalized DataRoot.
- Since:
- 6/16/2015
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintstatic thredds.server.catalog.tracker.ConfigCatalogExtProto.DataRootTypestatic DataRoot.TypeconvertDataRootType(thredds.server.catalog.tracker.ConfigCatalogExtProto.DataRootType type) getName()getPath()getType()voidvoidsetDataRoot(DataRoot dataRoot) toString()void
-
Field Details
-
total_count
public static int total_count -
total_nbytes
public static long total_nbytes
-
-
Constructor Details
-
DataRootExt
public DataRootExt() -
DataRootExt
-
-
Method Details
-
getPath
-
getDataRoot
-
setDataRoot
-
getCatLocation
-
getDirLocation
-
getType
-
getName
-
getRestrict
-
writeExternal
- Throws:
IOException
-
readExternal
- Throws:
IOException
-
convertDataRootType
public static DataRoot.Type convertDataRootType(thredds.server.catalog.tracker.ConfigCatalogExtProto.DataRootType type) -
convertDataRootType
public static thredds.server.catalog.tracker.ConfigCatalogExtProto.DataRootType convertDataRootType(DataRoot.Type type) -
compareTo
- Specified by:
compareToin interfaceComparable<DataRootExt>
-
toString
-