java.lang.Object
org.gridgain.internal.snapshots.structure.Structure

public class Structure extends Object
Info about a structure (map, sequence, ...).
  • Constructor Summary

    Constructors
    Constructor
    Description
    Structure(int id, org.apache.ignite.table.QualifiedName name, org.apache.ignite.internal.catalog.descriptors.CatalogTableDescriptor systemTable)
    Constructor.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    id()
    Returns structure ID.
    org.apache.ignite.table.QualifiedName
    Returns structure name.
    org.apache.ignite.internal.catalog.descriptors.CatalogTableDescriptor
    Returns descriptor of the system table associated with this structure.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Structure

      public Structure(int id, org.apache.ignite.table.QualifiedName name, org.apache.ignite.internal.catalog.descriptors.CatalogTableDescriptor systemTable)
      Constructor.
  • Method Details

    • systemTable

      public org.apache.ignite.internal.catalog.descriptors.CatalogTableDescriptor systemTable()
      Returns descriptor of the system table associated with this structure.
    • name

      public org.apache.ignite.table.QualifiedName name()
      Returns structure name.
    • id

      public int id()
      Returns structure ID.