MetaInfo
- class MetaInfo(*args, **kwargs)
- Constructors:
MetaInfo()
Methods
Fields
- class MetaInfo
- api
Tag identifying the metadata structure and api
- clear_func
Function for clearing the metadata, or
None
if not supported by this meta. This is called by the buffer pool when a buffer is returned for pooled metas.Added in version 1.24.
- deserialize_func
Function for deserializing the metadata, or
None
if not supported by this meta.Added in version 1.24.
- free_func
Function for freeing the metadata
- init_func
Function for initializing the metadata
- serialize_func
Function for serializing the metadata, or
None
if not supported by this meta.Added in version 1.24.
- size
Size of the metadata
- transform_func
Function for transforming the metadata
- type
Type identifying the implementor of the api