Uses of Record Class
edu.ucsb.nceas.metacat.storage.ObjectInfo
-
Uses of ObjectInfo in edu.ucsb.nceas.metacat.dataone
Modifier and TypeMethodDescriptionstatic ObjectInfo
MNodeService.storeData
(Storage storage, InputStream inputStream, org.dataone.service.types.v1.SystemMetadata sysmeta) Store the input stream into hash store -
Uses of ObjectInfo in edu.ucsb.nceas.metacat.storage
Modifier and TypeMethodDescriptionStorage.storeObject
(InputStream object) Storage.storeObject
(InputStream object, org.dataone.service.types.v1.Identifier pid, String additionalAlgorithm, String checksum, String checksumAlgorithm, long objSize) The `storeObject` method is responsible for the atomic storage of objects to disk using a given InputStream.Modifier and TypeMethodDescriptionvoid
Storage.deleteIfInvalidObject
(ObjectInfo objectInfo, String checksum, String checksumAlgorithm, long objSize) Confirms that an ObjectMetadata's content is equal to the given values.