getInfos abstract method

Future<Iterable<I?>> getInfos(
  1. String name,
  2. Iterable<String> keys
)

Returns a Iterable over all the non nullable infos in a partition

  • name: The partition name
  • keys: The list of keys

Implementation

Future<Iterable<I?>> getInfos(String name, Iterable<String> keys);