Interface StructureDescriptor<K,V>
- Type Parameters:
K- Key class type.V- Value class type.
public interface StructureDescriptor<K,V>
Ignite abstract structure descriptor.
-
Method Summary
Modifier and TypeMethodDescriptioncolumns()Returns structure field descriptors list.@Nullable StringReturns structure distribution zone.keyClass()Returns key class.org.apache.ignite.table.QualifiedNamename()Returns structure name.@Nullable StringReturns structure storage profile.Returns value class.
-
Method Details
-
name
org.apache.ignite.table.QualifiedName name()Returns structure name. -
columns
List<StructureFieldDescriptor<?>> columns()Returns structure field descriptors list. -
keyClass
Returns key class. -
valueClass
Returns value class. -
distributionZone
Returns structure distribution zone. -
storageProfile
Returns structure storage profile.
-