Package org.apache.ignite.configuration
Interface KeyIgnorer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Determines if key should be ignored while processing configuration.
-
Method Summary
Modifier and TypeMethodDescriptionstatic KeyIgnorerfromDeletedPrefixes(Collection<String> deletedPrefixes) Creates a key ignorer that uses specified deletedPrefixes.booleanshouldIgnore(String key) Returns true if key should be ignored.
-
Method Details
-
shouldIgnore
Returns true if key should be ignored. -
fromDeletedPrefixes
Creates a key ignorer that uses specified deletedPrefixes.
-