infos abstract method

Future<Iterable<I>> infos(
  1. String name
)

Returns a Iterable over all the infos in the partition.

  • name: The partition name

Implementation

Future<Iterable<I>> infos(String name);