Uses of Class
org.apache.parquet.avro.NewCar
-
-
Uses of NewCar in org.apache.parquet.avro
Methods in org.apache.parquet.avro that return NewCar Modifier and Type Method Description NewCarNewCar.Builder. build()static NewCarNewCar. fromByteBuffer(ByteBuffer b)Deserializes a NewCar from a ByteBuffer.Methods in org.apache.parquet.avro that return types with arguments of type NewCar Modifier and Type Method Description static org.apache.avro.message.BinaryMessageDecoder<NewCar>NewCar. createDecoder(org.apache.avro.message.SchemaStore resolver)Create a new BinaryMessageDecoder instance for this class that uses the specifiedSchemaStore.static org.apache.avro.message.BinaryMessageDecoder<NewCar>NewCar. getDecoder()Return the BinaryMessageDecoder instance used by this class.static org.apache.avro.message.BinaryMessageEncoder<NewCar>NewCar. getEncoder()Return the BinaryMessageEncoder instance used by this class.Methods in org.apache.parquet.avro with parameters of type NewCar Modifier and Type Method Description static NewCar.BuilderNewCar. newBuilder(NewCar other)Creates a new NewCar RecordBuilder by copying an existing NewCar instance.
-