Uses of Class
org.apache.parquet.avro.EngineType
-
-
Uses of EngineType in org.apache.parquet.avro
Methods in org.apache.parquet.avro that return EngineType Modifier and Type Method Description EngineTypeEngine.Builder. getType()Gets the value of the 'type' field.EngineTypeEngine. getType()Gets the value of the 'type' field.static EngineTypeEngineType. valueOf(String name)Returns the enum constant of this type with the specified name.static EngineType[]EngineType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.parquet.avro with parameters of type EngineType Modifier and Type Method Description Engine.BuilderEngine.Builder. setType(EngineType value)Sets the value of the 'type' field.voidEngine. setType(EngineType value)Sets the value of the 'type' field.Constructors in org.apache.parquet.avro with parameters of type EngineType Constructor Description Engine(EngineType type, Float capacity, Boolean hasTurboCharger)All-args constructor.
-