Uses of Class
org.apache.parquet.avro.Engine
-
-
Uses of Engine in org.apache.parquet.avro
Methods in org.apache.parquet.avro that return Engine Modifier and Type Method Description EngineEngine.Builder. build()static EngineEngine. fromByteBuffer(ByteBuffer b)Deserializes a Engine from a ByteBuffer.EngineCar.Builder. getEngine()Gets the value of the 'engine' field.EngineCar. getEngine()Gets the value of the 'engine' field.EngineNewCar.Builder. getEngine()Gets the value of the 'engine' field.EngineNewCar. getEngine()Gets the value of the 'engine' field.EngineShortCar.Builder. getEngine()Gets the value of the 'engine' field.EngineShortCar. getEngine()Gets the value of the 'engine' field.Methods in org.apache.parquet.avro that return types with arguments of type Engine Modifier and Type Method Description static org.apache.avro.message.BinaryMessageDecoder<Engine>Engine. 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<Engine>Engine. getDecoder()Return the BinaryMessageDecoder instance used by this class.static org.apache.avro.message.BinaryMessageEncoder<Engine>Engine. getEncoder()Return the BinaryMessageEncoder instance used by this class.Methods in org.apache.parquet.avro with parameters of type Engine Modifier and Type Method Description static Engine.BuilderEngine. newBuilder(Engine other)Creates a new Engine RecordBuilder by copying an existing Engine instance.Car.BuilderCar.Builder. setEngine(Engine value)Sets the value of the 'engine' field.voidCar. setEngine(Engine value)Sets the value of the 'engine' field.NewCar.BuilderNewCar.Builder. setEngine(Engine value)Sets the value of the 'engine' field.voidNewCar. setEngine(Engine value)Sets the value of the 'engine' field.ShortCar.BuilderShortCar.Builder. setEngine(Engine value)Sets the value of the 'engine' field.voidShortCar. setEngine(Engine value)Sets the value of the 'engine' field.Constructors in org.apache.parquet.avro with parameters of type Engine Constructor Description Car(Long year, String registration, String make, String model, Vin vin, Integer doors, Engine engine, Object optionalExtra, List<Service> serviceHistory)All-args constructor.NewCar(Long year, String registration, String brand, String model, Vin vin, Long doors, Engine engine, Object optionalExtra, List<Service> serviceHistory, Integer opt, String description)All-args constructor.ShortCar(String make, Engine engine, Long year, Vin vin)All-args constructor.
-