Returns all metadata entries with the given key, in the order they were added.
Return
a list of all values associated with the key, or an empty list if no values exist
Parameters
the name of the metadata entry (case-insensitive). Must contain only digits (0-9), lowercase letters (a-z), and special characters (-, _, .). Must not end with -bin.
Throws
if the key ends with -bin or contains invalid characters
Returns all metadata entries with the given typed key, in the order they were added.
Each value is decoded using the marshaller associated with the key. The marshaller must encode values as ASCII strings (not raw bytes).
Return
a list of all values associated with the key, decoded using the key's marshaller, or an empty list if no values exist
Parameters
the typed metadata key. The key name must not end with -bin.
Type Parameters
the type of values associated with the key
Throws
if the key name ends with -bin or contains invalid characters
Returns all metadata entries with the given key, in the order they were added.
Return
a list of all values associated with the key, or an empty list if no values exist
Parameters
the name of the metadata entry (case-insensitive). Must contain only digits (0-9), lowercase letters (a-z), and special characters (-, _, .). Must not end with -bin.
Throws
if the key ends with -bin or contains invalid characters
Returns all metadata entries with the given typed key, in the order they were added.
Each value is decoded using the marshaller associated with the key. The marshaller must encode values as ASCII strings (not raw bytes).
Return
a list of all values associated with the key, decoded using the key's marshaller, or an empty list if no values exist
Parameters
the typed metadata key. The key name must not end with -bin.
Type Parameters
the type of values associated with the key
Throws
if the key name ends with -bin or contains invalid characters
Returns all metadata entries with the given key, in the order they were added.
Return
a list of all values associated with the key, or an empty list if no values exist
Parameters
the name of the metadata entry (case-insensitive). Must contain only digits (0-9), lowercase letters (a-z), and special characters (-, _, .). Must not end with -bin.
Throws
if the key ends with -bin or contains invalid characters
Returns all metadata entries with the given typed key, in the order they were added.
Each value is decoded using the marshaller associated with the key. The marshaller must encode values as ASCII strings (not raw bytes).
Return
a list of all values associated with the key, decoded using the key's marshaller, or an empty list if no values exist
Parameters
the typed metadata key. The key name must not end with -bin.
Type Parameters
the type of values associated with the key
Throws
if the key name ends with -bin or contains invalid characters