Package org.apache.flink.metrics
Interface CharacterFilter
-
- All Known Implementing Classes:
AbstractReporter
@Public public interface CharacterFilterInterface for a character filter function. The filter function is given a string which the filter can transform. The returned string is the transformation result.
-
-
Field Summary
Fields Modifier and Type Field Description static CharacterFilterNO_OP_FILTER
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringfilterCharacters(String input)Filter the given string and generate a resulting string from it.
-
-
-
Field Detail
-
NO_OP_FILTER
static final CharacterFilter NO_OP_FILTER
-
-