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