Class MetadataUtils

java.lang.Object
com.gridgain.cdc.gg9togg8.meta.MetadataUtils

public class MetadataUtils extends Object
Utils for working with table and field metadata.
  • Constructor Details

    • MetadataUtils

      public MetadataUtils()
  • Method Details

    • getGg9TableMetadata

      public static Gg9TableMetadata getGg9TableMetadata(org.apache.ignite.table.QualifiedName tableName, List<org.apache.ignite.internal.schema.Column> columns)
      Retrieves GridGain 9 table metadata.
      Parameters:
      tableName - Table name.
      columns - Table column definitions.
      Returns:
      Table metadata.
    • getGg8TableMetadata

      public static Gg8TableMetadata getGg8TableMetadata(org.apache.ignite.client.IgniteClient cl, Connection conn, org.apache.ignite.table.QualifiedName tableName)
      Retrieves GridGain 8 table metadata.
      Parameters:
      cl - Ignite thin client.
      conn - Jdbc connection
      tableName - Table name.
      Returns:
      Table metadata.