Uses of Record Class
edu.ucsb.nceas.metacat.storage.ObjectInfo
Packages that use ObjectInfo
-
Uses of ObjectInfo in edu.ucsb.nceas.metacat.dataone
Methods in edu.ucsb.nceas.metacat.dataone that return ObjectInfoModifier 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
Methods in edu.ucsb.nceas.metacat.storage that return ObjectInfoModifier 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.Methods in edu.ucsb.nceas.metacat.storage with parameters of type ObjectInfoModifier and TypeMethodDescriptionvoid
Storage.deleteIfInvalidObject
(ObjectInfo objectInfo, String checksum, String checksumAlgorithm, long objSize) Confirms that an ObjectMetadata's content is equal to the given values.