Package com.linkedin.venice.utils
Interface PathResourceRegistry<T>
-
- All Known Implementing Classes:
TrieBasedPathResourceRegistry
public interface PathResourceRegistry<T>
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringWILDCARD_MATCH_ANY
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tfind(java.lang.String path)voidregister(java.lang.String path, T resource)voidunregister(java.lang.String path)
-
-
-
Field Detail
-
WILDCARD_MATCH_ANY
static final java.lang.String WILDCARD_MATCH_ANY
- See Also:
- Constant Field Values
-
-