Class TableSchemaView
java.lang.Object
org.gridgain.internal.snapshots.meta.TableSchemaView
Represents Catalog entities that are necessary to obtain table schemas during Snapshot Restoration.
-
Constructor Summary
ConstructorsConstructorDescriptionTableSchemaView(TableDescriptorView tableDescriptor, IndexDescriptorView pkIndexDescriptor, List<IndexDescriptorView> secondaryIndexDescriptors) JSON constructor. -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
TableSchemaView
public TableSchemaView(TableDescriptorView tableDescriptor, IndexDescriptorView pkIndexDescriptor, List<IndexDescriptorView> secondaryIndexDescriptors) JSON constructor.
-
-
Method Details
-
tableDescriptor
-
pkIndexDescriptor
-
secondaryIndexDescriptors
-