public interface MetadataWriteFilter extends Serializable
Modifier and Type | Method and Description |
---|---|
void |
add(String field,
String value,
Map<String,String[]> data)
Based on the field and value, this filter modifies the field
and/or the value to something that should be added to the Metadata object.
|
void |
filterExisting(Map<String,String[]> data) |
void |
set(String field,
String value,
Map<String,String[]> data)
Based on the field and the value, this filter modifies
the field and/or the value to something that should be set in the
Metadata object.
|
void add(String field, String value, Map<String,String[]> data)
null
, no value is set or added.
Status updates (e.g. write limit reached) can be added directly to the
underlying metadata.field
- value
- data
- Copyright © 2007–2022 The Apache Software Foundation. All rights reserved.