Package org.apache.kafka.connect.data
Class Field
java.lang.Object
org.apache.kafka.connect.data.Field
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
Field
 
- 
- 
Method Details- 
nameGet the name of this field.- Returns:
- the name of this field
 
- 
indexpublic int index()Get the index of this field within the struct.- Returns:
- the index of this field
 
- 
schemaGet the schema of this field- Returns:
- the schema of values of this field
 
- 
equals
- 
hashCodepublic int hashCode()
- 
toString
 
-