Interface URIProvidingLocationKey
- All Superinterfaces:
Comparable<TableLocationKey>
,EnterpriseTableLocationKey
,ImmutableTableLocationKey
,LogOutputAppendable
,NamedImplementation
,TableLocationKey
- All Known Subinterfaces:
URISnapshotProvidingLocationKey
An
EnterpriseTableLocationKey
implementation which provides a URI to back a
keyed location-
Method Summary
Methods inherited from interface io.deephaven.enterprise.locations.EnterpriseTableLocationKey
getPartitions, hasLocationSnapshot
Methods inherited from interface io.deephaven.engine.table.impl.locations.ImmutableTableLocationKey
makeImmutable
Methods inherited from interface io.deephaven.base.log.LogOutputAppendable
append
Methods inherited from interface io.deephaven.util.type.NamedImplementation
getImplementationName
Methods inherited from interface io.deephaven.engine.table.impl.locations.TableLocationKey
clear, compareTo, getPartitionKeys, getPartitionValue
-
Method Details
-
getURI
Gets the URI which backs this keyed location- Returns:
- The URI that backs the keyed location
-