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