Class CompositeTableDataService

java.lang.Object
com.illumon.iris.db.v2.tabledataservice.AbstractTableDataService
com.illumon.iris.db.v2.tabledataservice.CompositeTableDataService
All Implemented Interfaces:
TableDataService, NamedImplementation

public class CompositeTableDataService extends AbstractTableDataService
Routing TableDataService that applies a selector function to pick service(s) for each request. It is assumed that each service will provide access to a non-overlapping set of table locations for any table key.