Class MetaManifest<T>

java.lang.Object
io.bdeploy.bhive.meta.MetaManifest<T>

public class MetaManifest<T> extends Object
A MetaManifest allows to persist an load metadata associated with a given Manifest.

It is possible to put multiple metadata infos on a single Manifest, distinguished by the Class simple name. Each metadata object is stored in a separate blob to allow cheap reading of individual data streams without the need to touch/read any other metadata object.