Interface EnterpriseTableDataService
- All Superinterfaces:
TableDataService
- All Known Implementing Classes:
OnDiskTableDataService,RemoteTableDataService
An interface to add methods needed by Enterprise TableDataService variants.
-
Method Summary
Modifier and TypeMethodDescription@NotNull TableDataServiceDescriptorReturn an immutable descriptor object that identifies this TableDataService instance and does not hold resources.Methods inherited from interface io.deephaven.engine.table.impl.locations.TableDataService
describe, getName, getRawTableLocationProvider, getTableLocationProvider, reset, reset
-
Method Details
-
getDescriptor
Return an immutable descriptor object that identifies this TableDataService instance and does not hold resources.- Returns:
- the TableDataServiceDescriptor for this TableDataService
-