Class CompositeTableDataService

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

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.