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