Package com.illumon.iris.db.v2.locations
Interface CompositeTableDataService.ServiceSelector
- Enclosing class:
- CompositeTableDataService
public static interface CompositeTableDataService.ServiceSelector
-
Method Summary
Modifier and Type Method Description TableDataService[]
call(TableKey tableKey)
String
describe()
Like toString, but with more detail.void
resetServices()
void
resetServices(TableKey key)
-
Method Details
-
call
-
resetServices
void resetServices() -
resetServices
-
describe
String describe()Like toString, but with more detail.- Returns:
- a description string
-