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, @Nullable List<TablePolicyDescriptorView> policyDescriptors) JSON constructor. -
Method Summary
Modifier and TypeMethodDescriptionReturns policies saved for the table.
-
Constructor Details
-
TableSchemaView
public TableSchemaView(TableDescriptorView tableDescriptor, IndexDescriptorView pkIndexDescriptor, List<IndexDescriptorView> secondaryIndexDescriptors, @Nullable @Nullable List<TablePolicyDescriptorView> policyDescriptors) JSON constructor.
-
-
Method Details
-
tableDescriptor
-
pkIndexDescriptor
-
secondaryIndexDescriptors
-
policyDescriptors
Returns policies saved for the table.
-