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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<V>entriesFor(K key)Return the list of all the values for the given keyjava.util.List<K>getKeys()Return the list of all the keys
-