Class InvalidTableDataService
java.lang.Object
io.deephaven.enterprise.tabledataservice.InvalidTableDataService
- All Implemented Interfaces:
TableDataService
Placeholder instance for a TableDataService that could not be (re)created. All methods (besides
getName(), to
enable caching) will throw a RuntimeException advertising the cause of the invalidity.-
Method Summary
Modifier and TypeMethodDescription@NotNull Stringdescribe()@NotNull StringgetName()@NotNull TableLocationProvidergetRawTableLocationProvider(@NotNull TableKey tableKey, @NotNull TableLocationKey tableLocationKey) @NotNull TableLocationProvidergetTableLocationProvider(@NotNull TableKey tableKey) voidreset()void
-
Method Details
-
getName
- Specified by:
getNamein interfaceTableDataService
-
describe
- Specified by:
describein interfaceTableDataService
-
getTableLocationProvider
@NotNull public @NotNull TableLocationProvider getTableLocationProvider(@NotNull @NotNull TableKey tableKey) - Specified by:
getTableLocationProviderin interfaceTableDataService
-
getRawTableLocationProvider
@NotNull public @NotNull TableLocationProvider getRawTableLocationProvider(@NotNull @NotNull TableKey tableKey, @NotNull @NotNull TableLocationKey tableLocationKey) - Specified by:
getRawTableLocationProviderin interfaceTableDataService
-
reset
public void reset()- Specified by:
resetin interfaceTableDataService
-
reset
- Specified by:
resetin interfaceTableDataService
-