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 Detail

      • getResourceIdsWithPrefix

        List<String> getResourceIdsWithPrefix​(org.opennms.newts.api.Context context,
                                              String resourceIdPrefix)