Uses of Class
org.apache.parquet.avro.Car
-
-
Uses of Car in org.apache.parquet.avro
Methods in org.apache.parquet.avro that return Car Modifier and Type Method Description CarCar.Builder. build()static CarCar. fromByteBuffer(ByteBuffer b)Deserializes a Car from a ByteBuffer.Methods in org.apache.parquet.avro that return types with arguments of type Car Modifier and Type Method Description static org.apache.avro.message.BinaryMessageDecoder<Car>Car. 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<Car>Car. getDecoder()Return the BinaryMessageDecoder instance used by this class.static org.apache.avro.message.BinaryMessageEncoder<Car>Car. getEncoder()Return the BinaryMessageEncoder instance used by this class.Methods in org.apache.parquet.avro with parameters of type Car Modifier and Type Method Description static Car.BuilderCar. newBuilder(Car other)Creates a new Car RecordBuilder by copying an existing Car instance.
-