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