Class RecordSchema
java.lang.Object
org.apache.nifi.repository.schema.RecordSchema
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static RecordFieldreadField(DataInputStream dis) static RecordSchemareadFrom(InputStream in) toString()private voidwriteField(RecordField field, DataOutputStream dos) voidwriteTo(OutputStream out)
-
Field Details
-
FIELD_NAME
- See Also:
-
FIELD_TYPE
- See Also:
-
REPETITION
- See Also:
-
SUBFIELDS
- See Also:
-
STRING_TYPE
- See Also:
-
INT_TYPE
- See Also:
-
LONG_TYPE
- See Also:
-
SUBFIELD_TYPE
- See Also:
-
fields
-
-
Constructor Details
-
RecordSchema
-
RecordSchema
-
-
Method Details
-
getFields
-
getField
-
writeTo
- Throws:
IOException
-
writeField
- Throws:
IOException
-
readFrom
- Throws:
IOException
-
readField
- Throws:
IOException
-
toString
-