lsst.dax.apdb g295015adf3+341ea1ce94
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | List of all members
lsst.dax.apdb.cassandra.apdbCassandraSchema.ExtraTables Class Reference
Inheritance diagram for lsst.dax.apdb.cassandra.apdbCassandraSchema.ExtraTables:

Public Member Functions

str table_name (self, str prefix="")
 
Mapping[ExtraTables, ApdbTablesreplica_chunk_tables (cls)
 

Static Public Attributes

str ApdbReplicaChunks = "ApdbReplicaChunks"
 
str DiaObjectChunks = "DiaObjectChunks"
 
str DiaSourceChunks = "DiaSourceChunks"
 
str DiaForcedSourceChunks = "DiaForcedSourceChunks"
 
str DiaSourceToPartition = "DiaSourceToPartition"
 

Detailed Description

Names of the extra tables used by Cassandra implementation.

Member Function Documentation

◆ replica_chunk_tables()

Mapping[ExtraTables, ApdbTables] lsst.dax.apdb.cassandra.apdbCassandraSchema.ExtraTables.replica_chunk_tables ( cls)
Return mapping of tables used for replica chunks storage to their
corresponding regular tables.

◆ table_name()

str lsst.dax.apdb.cassandra.apdbCassandraSchema.ExtraTables.table_name ( self,
str prefix = "" )
Return full table name.

The documentation for this class was generated from the following file: