Class NestedPartitionedSnapshotTableLocationKey
java.lang.Object
io.deephaven.engine.table.impl.locations.impl.PartitionedTableLocationKey
io.deephaven.engine.table.impl.locations.local.URITableLocationKey
io.deephaven.enterprise.locations.nestedpartitioned.NestedPartitionedUnresolvedTableLocationKey
io.deephaven.enterprise.locations.nestedpartitioned.NestedPartitionedSnapshotTableLocationKey
- All Implemented Interfaces:
- LogOutputAppendable,- ImmutableTableLocationKey,- TableLocationKey,- EnterpriseTableLocationKey,- NamedImplementation,- Comparable<TableLocationKey>
public class NestedPartitionedSnapshotTableLocationKey
extends NestedPartitionedUnresolvedTableLocationKey
- 
Nested Class SummaryNested classes/interfaces inherited from class io.deephaven.engine.table.impl.locations.impl.PartitionedTableLocationKeyPartitionedTableLocationKey.PartitionsComparator, PartitionedTableLocationKey.PartitionsFormatter
- 
Field SummaryFields inherited from class io.deephaven.engine.table.impl.locations.local.URITableLocationKeyorder, uriFields inherited from class io.deephaven.engine.table.impl.locations.impl.PartitionedTableLocationKeypartitions
- 
Constructor SummaryConstructorsConstructorDescriptionNestedPartitionedSnapshotTableLocationKey(@NotNull URI actualLocation, @NotNull String columnPartitionKey, io.deephaven.shadow.enterprise.com.illumon.iris.db.v2.locations.local.TableLocationMetadataIndex.TableLocationSnapshot snapshot) 
- 
Method SummaryModifier and TypeMethodDescriptionio.deephaven.shadow.enterprise.com.illumon.iris.db.v2.locations.local.TableLocationMetadataIndex.LocationSnapshotbooleanCheck if this table has a metadata indexMethods inherited from class io.deephaven.enterprise.locations.nestedpartitioned.NestedPartitionedUnresolvedTableLocationKeycompareTo, equals, getPartitions, hashCodeMethods inherited from class io.deephaven.engine.table.impl.locations.local.URITableLocationKeyappend, getImplementationName, getURI, toStringMethods inherited from class io.deephaven.engine.table.impl.locations.impl.PartitionedTableLocationKeygetPartitionKeys, getPartitionValueMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface io.deephaven.engine.table.impl.locations.ImmutableTableLocationKeymakeImmutableMethods inherited from interface io.deephaven.base.log.LogOutputAppendableappendMethods inherited from interface io.deephaven.util.type.NamedImplementationgetImplementationNameMethods inherited from interface io.deephaven.engine.table.impl.locations.TableLocationKeyclear, getPartitionKeys, getPartitionValue
- 
Constructor Details- 
NestedPartitionedSnapshotTableLocationKey
 
- 
- 
Method Details- 
getSnapshot@NotNull public io.deephaven.shadow.enterprise.com.illumon.iris.db.v2.locations.local.TableLocationMetadataIndex.LocationSnapshot getSnapshot()
- 
hasLocationSnapshotpublic boolean hasLocationSnapshot()Description copied from interface:EnterpriseTableLocationKeyCheck if this table has a metadata index- Returns:
- true if it does.
 
 
-