Class SnapshotBackedTableLocationKey
java.lang.Object
io.deephaven.engine.table.impl.locations.impl.PartitionedTableLocationKey
io.deephaven.engine.table.impl.locations.local.FileTableLocationKey
io.deephaven.enterprise.locations.local.EnterpriseTableLocationKeyUnresolved
io.deephaven.enterprise.locations.local.SnapshotBackedTableLocationKey
- All Implemented Interfaces:
LogOutputAppendable,ImmutableTableLocationKey,TableLocationKey,EnterpriseTableLocationKey,NamedImplementation,Comparable<TableLocationKey>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.deephaven.engine.table.impl.locations.impl.PartitionedTableLocationKey
PartitionedTableLocationKey.PartitionsComparator, PartitionedTableLocationKey.PartitionsFormatter -
Field Summary
Fields inherited from class io.deephaven.engine.table.impl.locations.local.FileTableLocationKey
fileFields inherited from class io.deephaven.engine.table.impl.locations.impl.PartitionedTableLocationKey
partitionsFields inherited from interface io.deephaven.engine.table.impl.locations.ImmutableTableLocationKey
ZERO_LENGTH_IMMUTABLE_TABLE_LOCATION_KEY_ARRAY -
Constructor Summary
ConstructorsConstructorDescriptionSnapshotBackedTableLocationKey(@NotNull File actualLocation, @NotNull String columnPartitionKey, io.deephaven.shadow.enterprise.com.illumon.iris.db.v2.locations.local.TableLocationMetadataIndex.TableLocationSnapshot snapshot) SnapshotBackedTableLocationKey(@NotNull File actualLocation, @NotNull Map<String, Comparable<?>> partitions, io.deephaven.shadow.enterprise.com.illumon.iris.db.v2.locations.local.TableLocationMetadataIndex.LocationSnapshot snapshot) -
Method Summary
Modifier 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.local.EnterpriseTableLocationKeyUnresolved
compareTo, equals, getPartitions, hashCodeMethods inherited from class io.deephaven.engine.table.impl.locations.local.FileTableLocationKey
append, getFile, getImplementationName, toStringMethods inherited from class io.deephaven.engine.table.impl.locations.impl.PartitionedTableLocationKey
getPartitionKeys, getPartitionValueMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface io.deephaven.engine.table.impl.locations.ImmutableTableLocationKey
makeImmutableMethods inherited from interface io.deephaven.base.log.LogOutputAppendable
appendMethods inherited from interface io.deephaven.util.type.NamedImplementation
getImplementationNameMethods inherited from interface io.deephaven.engine.table.impl.locations.TableLocationKey
getPartitionKeys, getPartitionValue
-
Constructor Details
-
SnapshotBackedTableLocationKey
-
SnapshotBackedTableLocationKey
public SnapshotBackedTableLocationKey(@NotNull @NotNull File actualLocation, @NotNull @NotNull Map<String, Comparable<?>> partitions, @NotNull io.deephaven.shadow.enterprise.com.illumon.iris.db.v2.locations.local.TableLocationMetadataIndex.LocationSnapshot snapshot)
-
-
Method Details
-
getSnapshot
@NotNull public io.deephaven.shadow.enterprise.com.illumon.iris.db.v2.locations.local.TableLocationMetadataIndex.LocationSnapshot getSnapshot() -
hasLocationSnapshot
public boolean hasLocationSnapshot()Description copied from interface:EnterpriseTableLocationKeyCheck if this table has a metadata index- Returns:
- true if it does.
-