Interface IndexPartition<K,V>
- Type Parameters:
K- The key of the indexed entriesV- The value type of the indexed values
public interface IndexPartition<K,V>
A Partition represents a set of values of a given indexer ID
-
Method Summary
-
Method Details
-
entriesFor
Return the list of all the values for the given key- Parameters:
key- The key to use to search- Returns:
- The list of values
-
getKeys
Return the list of all the keys- Returns:
- The list of keys
-