Class TableDescriptorView

java.lang.Object
org.gridgain.internal.snapshots.meta.ObjectDescriptorView
org.gridgain.internal.snapshots.meta.TableDescriptorView

public class TableDescriptorView extends ObjectDescriptorView
JSON view of a CatalogTableDescriptor.
  • Constructor Details

  • Method Details

    • tableId

      public int tableId()
    • catalogTableVersion

      public int catalogTableVersion()
    • zoneName

      public String zoneName()
    • secondaryZoneName

      @Nullable public @Nullable String secondaryZoneName()
    • schemaName

      public String schemaName()
    • columns

      public List<TableColumnDescriptorView> columns()
    • colocationColumns

      public List<String> colocationColumns()
    • expireColumn

      @Nullable public @Nullable String expireColumn()
    • archiveColumn

      @Nullable public @Nullable String archiveColumn()
    • tableSchemaVersions

      public TableVersionView[] tableSchemaVersions()
      Returns schema versions between parent snapshot (excluding) and this snapshot (including). Full snapshots contain one version, empty for Incremental snapshots without changes.
    • storageProfile

      public String storageProfile()
    • secondaryStorageProfile

      @Nullable public @Nullable String secondaryStorageProfile()
      Returns the secondary storage profile name. If null then no secondary storage used by this table.