Uses of Class
org.apache.parquet.avro.Service
-
-
Uses of Service in org.apache.parquet.avro
Methods in org.apache.parquet.avro that return Service Modifier and Type Method Description ServiceService.Builder. build()static ServiceService. fromByteBuffer(ByteBuffer b)Deserializes a Service from a ByteBuffer.Methods in org.apache.parquet.avro that return types with arguments of type Service Modifier and Type Method Description static org.apache.avro.message.BinaryMessageDecoder<Service>Service. 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<Service>Service. getDecoder()Return the BinaryMessageDecoder instance used by this class.static org.apache.avro.message.BinaryMessageEncoder<Service>Service. getEncoder()Return the BinaryMessageEncoder instance used by this class.List<Service>Car.Builder. getServiceHistory()Gets the value of the 'serviceHistory' field.List<Service>Car. getServiceHistory()Gets the value of the 'serviceHistory' field.List<Service>NewCar.Builder. getServiceHistory()Gets the value of the 'serviceHistory' field.List<Service>NewCar. getServiceHistory()Gets the value of the 'serviceHistory' field.Methods in org.apache.parquet.avro with parameters of type Service Modifier and Type Method Description static Service.BuilderService. newBuilder(Service other)Creates a new Service RecordBuilder by copying an existing Service instance.Method parameters in org.apache.parquet.avro with type arguments of type Service Modifier and Type Method Description Car.BuilderCar.Builder. setServiceHistory(List<Service> value)Sets the value of the 'serviceHistory' field.voidCar. setServiceHistory(List<Service> value)Sets the value of the 'serviceHistory' field.NewCar.BuilderNewCar.Builder. setServiceHistory(List<Service> value)Sets the value of the 'serviceHistory' field.voidNewCar. setServiceHistory(List<Service> value)Sets the value of the 'serviceHistory' field.Constructor parameters in org.apache.parquet.avro with type arguments of type Service 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.
-