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.String
WILDCARD_MATCH_ANY
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
find(java.lang.String path)
void
register(java.lang.String path, T resource)
void
unregister(java.lang.String path)
-
-
-
Field Detail
-
WILDCARD_MATCH_ANY
static final java.lang.String WILDCARD_MATCH_ANY
- See Also:
- Constant Field Values
-
-