Package org.opennms.netmgt.newts.support
Interface SearchableResourceMetadataCache
-
- All Superinterfaces:
org.opennms.newts.cassandra.search.ResourceMetadataCache
- All Known Implementing Classes:
GuavaSearchableResourceMetadataCache
,RedisResourceMetadataCache
public interface SearchableResourceMetadataCache extends org.opennms.newts.cassandra.search.ResourceMetadataCache
A cache that supports searching by resource id prefix.- Author:
- jwhite
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>
getResourceIdsWithPrefix(org.opennms.newts.api.Context context, String resourceIdPrefix)
-