Class CompositeTableDataService

java.lang.Object
io.deephaven.engine.table.impl.locations.impl.AbstractTableDataService
io.deephaven.engine.table.impl.locations.impl.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.