Uses of Class
io.fluxzero.common.api.Metadata
Packages that use Metadata
-
Uses of Metadata in io.fluxzero.common.api
Methods in io.fluxzero.common.api that return MetadataModifier and TypeMethodDescriptionMetadata.addIfAbsent(Object key, Object value) Adds the specified key-value pair to the metadata if the key is not already present.Metadata.addIfAbsent(Map<?, ?> map) Adds all entries from the specified map to the currentMetadata, ignoring keys that already exist.static MetadataMetadata.empty()Creates an empty instance of the Metadata class with no entries.HasMetadata.getMetadata()Returns theMetadataassociated with this object.static MetadataCreates a newMetadatainstance with the provided key-value pairs.static MetadataCreates a newMetadatainstance with a single key-value pair.static MetadataCreates a new instance ofMetadatapopulated with the given map.Creates a new instance ofMetadataby combining the current metadata with the given metadata.Creates a newMetadatainstance by adding the specified key-value pairs.Returns a newMetadatainstance with the specified key-value pair added or updated in the current entries.Returns a new Metadata instance that includes all the current entries and the mappings provided in the given map.Returns a new Metadata instance without the specified key.Returns a new instance of Metadata, excluding all entries where the provided predicate evaluates to true for the entry keys.Adds a trace entry with the specified key and value to the metadata.Methods in io.fluxzero.common.api with parameters of type MetadataModifier and TypeMethodDescriptionbooleanChecks whether the current metadata contains all entries of the specified metadata.Creates a new instance ofMetadataby combining the current metadata with the given metadata.Constructors in io.fluxzero.common.api with parameters of type MetadataModifierConstructorDescriptionSerializedMessage(Data<byte[]> data, Metadata metadata, String messageId, Long timestamp) -
Uses of Metadata in io.fluxzero.common.search
Methods in io.fluxzero.common.search with parameters of type MetadataModifier and TypeMethodDescriptionprotected Stream<FacetEntry> protected Set<FacetEntry> Inverter.toDocument(Object object, String type, int revision, String id, String collection, Instant timestamp, Instant end, Metadata metadata) Converts the given object into aSerializedDocument, which is suitable for indexing or storage in a document store.JacksonInverter.toDocument(Object value, String type, int revision, String id, String collection, Instant timestamp, Instant end, Metadata metadata)