Class TableDescriptorView
java.lang.Object
org.gridgain.internal.snapshots.meta.ObjectDescriptorView
org.gridgain.internal.snapshots.meta.TableDescriptorView
JSON view of a
CatalogTableDescriptor.-
Constructor Summary
ConstructorsConstructorDescriptionTableDescriptorView(int tableId, int catalogTableVersion, String name, String zoneName, @Nullable String secondaryZoneName, String schemaName, List<TableColumnDescriptorView> columns, TableVersionView[] tableSchemaVersions, List<String> colocationColumns, String storageProfile, @Nullable String secondaryStorageProfile, @Nullable String expireColumn, @Nullable String archiveColumn) JSON constructor. -
Method Summary
Methods inherited from class org.gridgain.internal.snapshots.meta.ObjectDescriptorView
name
-
Constructor Details
-
TableDescriptorView
public TableDescriptorView(int tableId, int catalogTableVersion, String name, String zoneName, @Nullable @Nullable String secondaryZoneName, String schemaName, List<TableColumnDescriptorView> columns, TableVersionView[] tableSchemaVersions, List<String> colocationColumns, String storageProfile, @Nullable @Nullable String secondaryStorageProfile, @Nullable @Nullable String expireColumn, @Nullable @Nullable String archiveColumn) JSON constructor.
-
-
Method Details
-
tableId
public int tableId() -
catalogTableVersion
public int catalogTableVersion() -
zoneName
-
secondaryZoneName
-
schemaName
-
columns
-
colocationColumns
-
expireColumn
-
archiveColumn
-
tableSchemaVersions
Returns schema versions between parent snapshot (excluding) and this snapshot (including). Full snapshots contain one version, empty for Incremental snapshots without changes. -
storageProfile
-
secondaryStorageProfile
Returns the secondary storage profile name. Ifnullthen no secondary storage used by this table.
-