跳过导航链接
A C D E F G H I L M N O R S T V W 

A

AbstractAvroBulkFormat<A,T,SplitT extends org.apache.flink.connector.file.src.FileSourceSplit> - org.apache.flink.formats.avro中的类
Provides a BulkFormat for Avro records.
AbstractAvroBulkFormat(Schema) - 类 的构造器org.apache.flink.formats.avro.AbstractAvroBulkFormat
 
addAvroGenericDataArrayRegistration(LinkedHashMap<String, KryoRegistration>) - 类 中的方法org.apache.flink.formats.avro.utils.AvroKryoSerializerUtils
 
addAvroSerializersIfRequired(ExecutionConfig, Class<?>) - 类 中的方法org.apache.flink.formats.avro.utils.AvroKryoSerializerUtils
 
addElement(T) - 类 中的方法org.apache.flink.formats.avro.AvroBulkWriter
 
arrayNext() - 类 中的方法org.apache.flink.formats.avro.utils.DataInputDecoder
 
AVRO_OUTPUT_CODEC - 类 中的静态变量org.apache.flink.formats.avro.AvroFormatOptions
 
AvroBuilder<T> - org.apache.flink.formats.avro中的接口
A builder to create an AvroBulkWriter from an OutputStream.
AvroBulkWriter<T> - org.apache.flink.formats.avro中的类
A simple BulkWriter implementation that wraps an Avro DataFileWriter.
AvroBulkWriter(DataFileWriter<T>) - 类 的构造器org.apache.flink.formats.avro.AvroBulkWriter
Create a new AvroBulkWriter wrapping the given Avro DataFileWriter.
AvroDeserializationSchema<T> - org.apache.flink.formats.avro中的类
Deserialization schema that deserializes from Avro binary format.
AvroFactory<T> - org.apache.flink.formats.avro.typeutils中的类
Creates Avro DatumReader and DatumWriter.
AvroFileFormatFactory - org.apache.flink.formats.avro中的类
Avro format factory for file system.
AvroFileFormatFactory() - 类 的构造器org.apache.flink.formats.avro.AvroFileFormatFactory
 
AvroFormatFactory - org.apache.flink.formats.avro中的类
Table format factory for providing configured instances of Avro to RowData SerializationSchema and DeserializationSchema.
AvroFormatFactory() - 类 的构造器org.apache.flink.formats.avro.AvroFormatFactory
 
AvroFormatOptions - org.apache.flink.formats.avro中的类
Options for the avro format.
AvroInputFormat<E> - org.apache.flink.formats.avro中的类
Provides a FileInputFormat for Avro records.
AvroInputFormat(Path, Class<E>) - 类 的构造器org.apache.flink.formats.avro.AvroInputFormat
 
AvroKryoSerializerUtils - org.apache.flink.formats.avro.utils中的类
Utilities for integrating Avro serializers in Kryo.
AvroKryoSerializerUtils() - 类 的构造器org.apache.flink.formats.avro.utils.AvroKryoSerializerUtils
 
AvroKryoSerializerUtils.AvroSchemaSerializer - org.apache.flink.formats.avro.utils中的类
Slow serialization approach for Avro schemas.
AvroOutputFormat<E> - org.apache.flink.formats.avro中的类
FileOutputFormat for Avro records.
AvroOutputFormat(Path, Class<E>) - 类 的构造器org.apache.flink.formats.avro.AvroOutputFormat
 
AvroOutputFormat(Class<E>) - 类 的构造器org.apache.flink.formats.avro.AvroOutputFormat
 
AvroOutputFormat.Codec - org.apache.flink.formats.avro中的枚举
Wrapper which encapsulates the supported codec and a related serialization byte.
AvroRowDataDeserializationSchema - org.apache.flink.formats.avro中的类
Deserialization schema from Avro bytes to RowData.
AvroRowDataDeserializationSchema(RowType, TypeInformation<RowData>) - 类 的构造器org.apache.flink.formats.avro.AvroRowDataDeserializationSchema
Creates a Avro deserialization schema for the given logical type.
AvroRowDataDeserializationSchema(DeserializationSchema<GenericRecord>, AvroToRowDataConverters.AvroToRowDataConverter, TypeInformation<RowData>) - 类 的构造器org.apache.flink.formats.avro.AvroRowDataDeserializationSchema
Creates a Avro deserialization schema for the given logical type.
AvroRowDataSerializationSchema - org.apache.flink.formats.avro中的类
Serialization schema that serializes RowData into Avro bytes.
AvroRowDataSerializationSchema(RowType) - 类 的构造器org.apache.flink.formats.avro.AvroRowDataSerializationSchema
Creates an Avro serialization schema with the given record row type.
AvroRowDataSerializationSchema(RowType, SerializationSchema<GenericRecord>, RowDataToAvroConverters.RowDataToAvroConverter) - 类 的构造器org.apache.flink.formats.avro.AvroRowDataSerializationSchema
Creates an Avro serialization schema with the given record row type, nested schema and runtime converters.
AvroRowDeserializationSchema - org.apache.flink.formats.avro中的类
已过时。
The format was developed for the Table API users and will not be maintained for DataStream API users anymore. Either use Table API or switch to Data Stream, defining your own DeserializationSchema.
AvroRowDeserializationSchema(Class<? extends SpecificRecord>) - 类 的构造器org.apache.flink.formats.avro.AvroRowDeserializationSchema
已过时。
Creates a Avro deserialization schema for the given specific record class.
AvroRowDeserializationSchema(String) - 类 的构造器org.apache.flink.formats.avro.AvroRowDeserializationSchema
已过时。
Creates a Avro deserialization schema for the given Avro schema string.
AvroRowSerializationSchema - org.apache.flink.formats.avro中的类
已过时。
The format was developed for the Table API users and will not be maintained for DataStream API users anymore. Either use Table API or switch to Data Stream, defining your own SerializationSchema.
AvroRowSerializationSchema(Class<? extends SpecificRecord>) - 类 的构造器org.apache.flink.formats.avro.AvroRowSerializationSchema
已过时。
Creates an Avro serialization schema for the given specific record class.
AvroRowSerializationSchema(String) - 类 的构造器org.apache.flink.formats.avro.AvroRowSerializationSchema
已过时。
Creates an Avro serialization schema for the given Avro schema string.
AvroSchemaConverter - org.apache.flink.formats.avro.typeutils中的类
Converts an Avro schema into Flink's type information.
AvroSchemaSerializer() - 类 的构造器org.apache.flink.formats.avro.utils.AvroKryoSerializerUtils.AvroSchemaSerializer
 
AvroSchemaSerializerConfigSnapshot() - 类 的构造器org.apache.flink.formats.avro.typeutils.AvroSerializer.AvroSchemaSerializerConfigSnapshot
已过时。
 
AvroSerializationSchema<T> - org.apache.flink.formats.avro中的类
Serialization schema that serializes to Avro binary format.
AvroSerializationSchema(Class<T>, Schema) - 类 的构造器org.apache.flink.formats.avro.AvroSerializationSchema
Creates an Avro deserialization schema.
AvroSerializer<T> - org.apache.flink.formats.avro.typeutils中的类
A serializer that serializes types via Avro.
AvroSerializer(Class<T>) - 类 的构造器org.apache.flink.formats.avro.typeutils.AvroSerializer
Creates a new AvroSerializer for the type indicated by the given class.
AvroSerializer(Class<T>, Schema) - 类 的构造器org.apache.flink.formats.avro.typeutils.AvroSerializer
Creates a new AvroSerializer for the type indicated by the given class.
AvroSerializer(Class<T>, Class<? extends T>) - 类 的构造器org.apache.flink.formats.avro.typeutils.AvroSerializer
已过时。
AvroSerializer.AvroSchemaSerializerConfigSnapshot<T> - org.apache.flink.formats.avro.typeutils中的类
已过时。
AvroSerializerSnapshot<T> - org.apache.flink.formats.avro.typeutils中的类
An Avro specific implementation of a TypeSerializerSnapshot.
AvroSerializerSnapshot() - 类 的构造器org.apache.flink.formats.avro.typeutils.AvroSerializerSnapshot
 
AvroToRowDataConverters - org.apache.flink.formats.avro中的类
Tool class used to convert from Avro GenericRecord to RowData
AvroToRowDataConverters() - 类 的构造器org.apache.flink.formats.avro.AvroToRowDataConverters
 
AvroToRowDataConverters.AvroToRowDataConverter - org.apache.flink.formats.avro中的接口
Runtime converter that converts Avro data structures into objects of Flink Table & SQL internal data structures.
AvroTypeInfo<T extends org.apache.avro.specific.SpecificRecordBase> - org.apache.flink.formats.avro.typeutils中的类
Special type information to generate a special AvroTypeInfo for Avro POJOs (implementing SpecificRecordBase, the typed Avro POJOs) Proceeding: It uses a regular pojo type analysis and replaces all GenericType<CharSequence> with a GenericType<avro.Utf8>.
AvroTypeInfo(Class<T>) - 类 的构造器org.apache.flink.formats.avro.typeutils.AvroTypeInfo
Creates a new Avro type info for the given class.
AvroWriterFactory<T> - org.apache.flink.formats.avro中的类
A factory that creates an AvroBulkWriter.
AvroWriterFactory(AvroBuilder<T>) - 类 的构造器org.apache.flink.formats.avro.AvroWriterFactory
Creates a new AvroWriterFactory using the given builder to assemble the ParquetWriter.
AvroWriters - org.apache.flink.formats.avro中的类
Convenience builder to create AvroWriterFactory instances for the different Avro types.

C

canEqual(Object) - 类 中的方法org.apache.flink.formats.avro.typeutils.GenericRecordAvroTypeInfo
 
checkAvroInitialized() - 类 中的方法org.apache.flink.formats.avro.AvroSerializationSchema
 
checkAvroInitialized() - 类 中的方法org.apache.flink.formats.avro.RegistryAvroSerializationSchema
 
close() - 类 中的方法org.apache.flink.formats.avro.AvroOutputFormat
 
close() - 类 中的方法org.apache.flink.formats.avro.utils.FSDataInputStreamWrapper
 
convert(Object) - 接口 中的方法org.apache.flink.formats.avro.AvroToRowDataConverters.AvroToRowDataConverter
 
convert(Schema, Object) - 接口 中的方法org.apache.flink.formats.avro.RowDataToAvroConverters.RowDataToAvroConverter
 
convertToDataType(String) - 类 中的静态方法org.apache.flink.formats.avro.typeutils.AvroSchemaConverter
Converts an Avro schema string into a nested row structure with deterministic field order and data types that are compatible with Flink's Table & SQL API.
convertToSchema(LogicalType) - 类 中的静态方法org.apache.flink.formats.avro.typeutils.AvroSchemaConverter
Converts Flink SQL LogicalType (can be nested) into an Avro schema.
convertToSchema(LogicalType, String) - 类 中的静态方法org.apache.flink.formats.avro.typeutils.AvroSchemaConverter
Converts Flink SQL LogicalType (can be nested) into an Avro schema.
convertToTypeInfo(Class<T>) - 类 中的静态方法org.apache.flink.formats.avro.typeutils.AvroSchemaConverter
Converts an Avro class into a nested row structure with deterministic field order and data types that are compatible with Flink's Table & SQL API.
convertToTypeInfo(String) - 类 中的静态方法org.apache.flink.formats.avro.typeutils.AvroSchemaConverter
Converts an Avro schema string into a nested row structure with deterministic field order and data types that are compatible with Flink's Table & SQL API.
copy(T) - 类 中的方法org.apache.flink.formats.avro.typeutils.AvroSerializer
 
copy(T, T) - 类 中的方法org.apache.flink.formats.avro.typeutils.AvroSerializer
 
copy(DataInputView, DataOutputView) - 类 中的方法org.apache.flink.formats.avro.typeutils.AvroSerializer
 
create(FSDataOutputStream) - 类 中的方法org.apache.flink.formats.avro.AvroWriterFactory
 
createAvroSerializer(Class<T>) - 类 中的方法org.apache.flink.formats.avro.utils.AvroKryoSerializerUtils
 
createAvroTypeInfo(Class<T>) - 类 中的方法org.apache.flink.formats.avro.utils.AvroKryoSerializerUtils
 
createConverter() - 类 中的方法org.apache.flink.formats.avro.AbstractAvroBulkFormat
 
createConverter(LogicalType) - 类 中的静态方法org.apache.flink.formats.avro.RowDataToAvroConverters
Creates a runtime converter according to the given logical type that converts objects of Flink Table & SQL internal data structures to corresponding Avro data structures.
createDecodingFormat(DynamicTableFactory.Context, ReadableConfig) - 类 中的方法org.apache.flink.formats.avro.AvroFileFormatFactory
 
createDecodingFormat(DynamicTableFactory.Context, ReadableConfig) - 类 中的方法org.apache.flink.formats.avro.AvroFormatFactory
 
createEncodingFormat(DynamicTableFactory.Context, ReadableConfig) - 类 中的方法org.apache.flink.formats.avro.AvroFileFormatFactory
 
createEncodingFormat(DynamicTableFactory.Context, ReadableConfig) - 类 中的方法org.apache.flink.formats.avro.AvroFormatFactory
 
createInstance() - 类 中的方法org.apache.flink.formats.avro.typeutils.AvroSerializer
 
createReader(Configuration, SplitT) - 类 中的方法org.apache.flink.formats.avro.AbstractAvroBulkFormat
 
createReusedAvroRecord() - 类 中的方法org.apache.flink.formats.avro.AbstractAvroBulkFormat
 
createRowConverter(RowType) - 类 中的静态方法org.apache.flink.formats.avro.AvroToRowDataConverters
 
createSerializer(ExecutionConfig) - 类 中的方法org.apache.flink.formats.avro.typeutils.AvroTypeInfo
 
createSerializer(ExecutionConfig) - 类 中的方法org.apache.flink.formats.avro.typeutils.GenericRecordAvroTypeInfo
 
createWriter(OutputStream) - 接口 中的方法org.apache.flink.formats.avro.AvroBuilder
Creates and configures an Avro writer to the given output file.

D

DataInputDecoder - org.apache.flink.formats.avro.utils中的类
A Decoder that reads from a DataInput.
DataInputDecoder() - 类 的构造器org.apache.flink.formats.avro.utils.DataInputDecoder
 
DataOutputEncoder - org.apache.flink.formats.avro.utils中的类
An Encoder that writes data to a DataOutput.
DataOutputEncoder() - 类 的构造器org.apache.flink.formats.avro.utils.DataOutputEncoder
 
deserialize(byte[]) - 类 中的方法org.apache.flink.formats.avro.AvroDeserializationSchema
 
deserialize(byte[]) - 类 中的方法org.apache.flink.formats.avro.AvroRowDataDeserializationSchema
 
deserialize(byte[]) - 类 中的方法org.apache.flink.formats.avro.AvroRowDeserializationSchema
已过时。
 
deserialize(byte[]) - 类 中的方法org.apache.flink.formats.avro.RegistryAvroDeserializationSchema
 
deserialize(DataInputView) - 类 中的方法org.apache.flink.formats.avro.typeutils.AvroSerializer
 
deserialize(T, DataInputView) - 类 中的方法org.apache.flink.formats.avro.typeutils.AvroSerializer
 
duplicate() - 类 中的方法org.apache.flink.formats.avro.typeutils.AvroSerializer
 

E

equals(Object) - 类 中的方法org.apache.flink.formats.avro.AvroDeserializationSchema
 
equals(Object) - 类 中的方法org.apache.flink.formats.avro.AvroRowDataDeserializationSchema
 
equals(Object) - 类 中的方法org.apache.flink.formats.avro.AvroRowDataSerializationSchema
 
equals(Object) - 类 中的方法org.apache.flink.formats.avro.AvroRowDeserializationSchema
已过时。
 
equals(Object) - 类 中的方法org.apache.flink.formats.avro.AvroRowSerializationSchema
已过时。
 
equals(Object) - 类 中的方法org.apache.flink.formats.avro.AvroSerializationSchema
 
equals(Object) - 类 中的方法org.apache.flink.formats.avro.RegistryAvroDeserializationSchema
 
equals(Object) - 类 中的方法org.apache.flink.formats.avro.RegistryAvroSerializationSchema
 
equals(Object) - 类 中的方法org.apache.flink.formats.avro.typeutils.AvroSerializer
 
equals(Object) - 类 中的方法org.apache.flink.formats.avro.typeutils.GenericRecordAvroTypeInfo
 
extractAvroSpecificSchema(Class<T>, SpecificData) - 类 中的静态方法org.apache.flink.formats.avro.typeutils.AvroFactory
Extracts an Avro Schema from a SpecificRecord.
extractValueTypeToAvroMap(LogicalType) - 类 中的静态方法org.apache.flink.formats.avro.typeutils.AvroSchemaConverter
 

F

factoryIdentifier() - 类 中的方法org.apache.flink.formats.avro.AvroFileFormatFactory
 
factoryIdentifier() - 类 中的方法org.apache.flink.formats.avro.AvroFormatFactory
 
finish() - 类 中的方法org.apache.flink.formats.avro.AvroBulkWriter
 
flush() - 类 中的方法org.apache.flink.formats.avro.AvroBulkWriter
 
flush() - 类 中的方法org.apache.flink.formats.avro.utils.DataOutputEncoder
 
forGeneric(Schema) - 类 中的静态方法org.apache.flink.formats.avro.AvroDeserializationSchema
Creates AvroDeserializationSchema that produces GenericRecord using provided schema.
forGeneric(Schema) - 类 中的静态方法org.apache.flink.formats.avro.AvroSerializationSchema
Creates AvroSerializationSchema that serializes GenericRecord using provided schema.
forGeneric(Schema, SchemaCoder.SchemaCoderProvider) - 类 中的静态方法org.apache.flink.formats.avro.RegistryAvroSerializationSchema
 
forGenericRecord(Schema) - 类 中的静态方法org.apache.flink.formats.avro.AvroWriters
Creates an AvroWriterFactory that accepts and writes Avro generic types.
forReflectRecord(Class<T>) - 类 中的静态方法org.apache.flink.formats.avro.AvroWriters
Creates an AvroWriterFactory for the given type.
forSpecific(Class<T>) - 类 中的静态方法org.apache.flink.formats.avro.AvroDeserializationSchema
Creates AvroDeserializationSchema that produces classes that were generated from avro schema.
forSpecific(Class<T>) - 类 中的静态方法org.apache.flink.formats.avro.AvroSerializationSchema
Creates AvroSerializationSchema that serializes SpecificRecord using provided schema.
forSpecific(Class<T>, SchemaCoder.SchemaCoderProvider) - 类 中的静态方法org.apache.flink.formats.avro.RegistryAvroSerializationSchema
 
forSpecificRecord(Class<T>) - 类 中的静态方法org.apache.flink.formats.avro.AvroWriters
Creates an AvroWriterFactory for an Avro specific type.
forwardOptions() - 类 中的方法org.apache.flink.formats.avro.AvroFileFormatFactory
 
FSDataInputStreamWrapper - org.apache.flink.formats.avro.utils中的类
Code copy pasted from org.apache.avro.mapred.FSInput (which is Apache licensed as well).
FSDataInputStreamWrapper(FSDataInputStream, long) - 类 的构造器org.apache.flink.formats.avro.utils.FSDataInputStreamWrapper
 

G

GenericRecordAvroTypeInfo - org.apache.flink.formats.avro.typeutils中的类
TypeInformation for GenericRecord.
GenericRecordAvroTypeInfo(Schema) - 类 的构造器org.apache.flink.formats.avro.typeutils.GenericRecordAvroTypeInfo
 
get() - 接口 中的方法org.apache.flink.formats.avro.SchemaCoder.SchemaCoderProvider
Creates a new instance of SchemaCoder.
getArity() - 类 中的方法org.apache.flink.formats.avro.typeutils.GenericRecordAvroTypeInfo
 
getCurrentState() - 类 中的方法org.apache.flink.formats.avro.AvroInputFormat
 
getCurrentVersion() - 类 中的方法org.apache.flink.formats.avro.typeutils.AvroSerializerSnapshot
 
getDatumWriter() - 类 中的方法org.apache.flink.formats.avro.AvroSerializationSchema
 
getDirectoryFileName(int) - 类 中的方法org.apache.flink.formats.avro.AvroOutputFormat
 
getEncoder() - 类 中的方法org.apache.flink.formats.avro.AvroSerializationSchema
 
getLength() - 类 中的方法org.apache.flink.formats.avro.typeutils.AvroSerializer
 
getOutputStream() - 类 中的方法org.apache.flink.formats.avro.AvroSerializationSchema
 
getProducedType() - 类 中的方法org.apache.flink.formats.avro.AvroDeserializationSchema
 
getProducedType() - 类 中的方法org.apache.flink.formats.avro.AvroInputFormat
 
getProducedType() - 类 中的方法org.apache.flink.formats.avro.AvroRowDataDeserializationSchema
 
getProducedType() - 类 中的方法org.apache.flink.formats.avro.AvroRowDeserializationSchema
已过时。
 
getRecordsReadFromBlock() - 类 中的方法org.apache.flink.formats.avro.AvroInputFormat
 
getSchema() - 类 中的方法org.apache.flink.formats.avro.AvroSerializationSchema
 
getSpecificDataForClass(Class<T>, ClassLoader) - 类 中的静态方法org.apache.flink.formats.avro.typeutils.AvroFactory
Creates a SpecificData object for a given class.
getTotalFields() - 类 中的方法org.apache.flink.formats.avro.typeutils.GenericRecordAvroTypeInfo
 
getType() - 类 中的方法org.apache.flink.formats.avro.typeutils.AvroSerializer
 
getTypeClass() - 类 中的方法org.apache.flink.formats.avro.typeutils.GenericRecordAvroTypeInfo
 

H

hashCode() - 类 中的方法org.apache.flink.formats.avro.AvroDeserializationSchema
 
hashCode() - 类 中的方法org.apache.flink.formats.avro.AvroRowDataDeserializationSchema
 
hashCode() - 类 中的方法org.apache.flink.formats.avro.AvroRowDataSerializationSchema
 
hashCode() - 类 中的方法org.apache.flink.formats.avro.AvroRowDeserializationSchema
已过时。
 
hashCode() - 类 中的方法org.apache.flink.formats.avro.AvroRowSerializationSchema
已过时。
 
hashCode() - 类 中的方法org.apache.flink.formats.avro.AvroSerializationSchema
 
hashCode() - 类 中的方法org.apache.flink.formats.avro.RegistryAvroDeserializationSchema
 
hashCode() - 类 中的方法org.apache.flink.formats.avro.RegistryAvroSerializationSchema
 
hashCode() - 类 中的方法org.apache.flink.formats.avro.typeutils.AvroSerializer
 
hashCode() - 类 中的方法org.apache.flink.formats.avro.typeutils.GenericRecordAvroTypeInfo
 

I

IDENTIFIER - 类 中的静态变量org.apache.flink.formats.avro.AvroFileFormatFactory
 
IDENTIFIER - 类 中的静态变量org.apache.flink.formats.avro.AvroFormatFactory
 
isBasicType() - 类 中的方法org.apache.flink.formats.avro.typeutils.GenericRecordAvroTypeInfo
 
isEndOfStream(T) - 类 中的方法org.apache.flink.formats.avro.AvroDeserializationSchema
 
isEndOfStream(RowData) - 类 中的方法org.apache.flink.formats.avro.AvroRowDataDeserializationSchema
 
isImmutableType() - 类 中的方法org.apache.flink.formats.avro.typeutils.AvroSerializer
 
isKeyType() - 类 中的方法org.apache.flink.formats.avro.typeutils.GenericRecordAvroTypeInfo
 
isSplittable() - 类 中的方法org.apache.flink.formats.avro.AbstractAvroBulkFormat
 
isTupleType() - 类 中的方法org.apache.flink.formats.avro.typeutils.GenericRecordAvroTypeInfo
 

L

length() - 类 中的方法org.apache.flink.formats.avro.utils.FSDataInputStreamWrapper
 

M

mapNext() - 类 中的方法org.apache.flink.formats.avro.utils.DataInputDecoder
 
MutableByteArrayInputStream - org.apache.flink.formats.avro.utils中的类
An extension of the ByteArrayInputStream that allows to change a buffer that should be read without creating a new ByteArrayInputStream instance.
MutableByteArrayInputStream() - 类 的构造器org.apache.flink.formats.avro.utils.MutableByteArrayInputStream
 

N

nextRecord(E) - 类 中的方法org.apache.flink.formats.avro.AvroInputFormat
 

O

open(FileInputSplit) - 类 中的方法org.apache.flink.formats.avro.AvroInputFormat
 
open(int, int) - 类 中的方法org.apache.flink.formats.avro.AvroOutputFormat
 
open(DeserializationSchema.InitializationContext) - 类 中的方法org.apache.flink.formats.avro.AvroRowDataDeserializationSchema
 
open(SerializationSchema.InitializationContext) - 类 中的方法org.apache.flink.formats.avro.AvroRowDataSerializationSchema
 
optionalOptions() - 类 中的方法org.apache.flink.formats.avro.AvroFileFormatFactory
 
optionalOptions() - 类 中的方法org.apache.flink.formats.avro.AvroFormatFactory
 
org.apache.flink.formats.avro - 程序包 org.apache.flink.formats.avro
 
org.apache.flink.formats.avro.typeutils - 程序包 org.apache.flink.formats.avro.typeutils
 
org.apache.flink.formats.avro.utils - 程序包 org.apache.flink.formats.avro.utils
 

R

reachedEnd() - 类 中的方法org.apache.flink.formats.avro.AvroInputFormat
 
read(Kryo, Input, Class<Schema>) - 类 中的方法org.apache.flink.formats.avro.utils.AvroKryoSerializerUtils.AvroSchemaSerializer
 
read(byte[], int, int) - 类 中的方法org.apache.flink.formats.avro.utils.FSDataInputStreamWrapper
 
readArrayStart() - 类 中的方法org.apache.flink.formats.avro.utils.DataInputDecoder
 
readBoolean() - 类 中的方法org.apache.flink.formats.avro.utils.DataInputDecoder
 
readBytes(ByteBuffer) - 类 中的方法org.apache.flink.formats.avro.utils.DataInputDecoder
 
readDouble() - 类 中的方法org.apache.flink.formats.avro.utils.DataInputDecoder
 
readEnum() - 类 中的方法org.apache.flink.formats.avro.utils.DataInputDecoder
 
readerSchema - 类 中的变量org.apache.flink.formats.avro.AbstractAvroBulkFormat
 
readFixed(byte[], int, int) - 类 中的方法org.apache.flink.formats.avro.utils.DataInputDecoder
 
readFloat() - 类 中的方法org.apache.flink.formats.avro.utils.DataInputDecoder
 
readIndex() - 类 中的方法org.apache.flink.formats.avro.utils.DataInputDecoder
 
readInt() - 类 中的方法org.apache.flink.formats.avro.utils.DataInputDecoder
 
readLong() - 类 中的方法org.apache.flink.formats.avro.utils.DataInputDecoder
 
readMapStart() - 类 中的方法org.apache.flink.formats.avro.utils.DataInputDecoder
 
readNull() - 类 中的方法org.apache.flink.formats.avro.utils.DataInputDecoder
 
readSchema(InputStream) - 接口 中的方法org.apache.flink.formats.avro.SchemaCoder
 
readSnapshot(int, DataInputView, ClassLoader) - 类 中的方法org.apache.flink.formats.avro.typeutils.AvroSerializerSnapshot
 
readString(Utf8) - 类 中的方法org.apache.flink.formats.avro.utils.DataInputDecoder
 
readString() - 类 中的方法org.apache.flink.formats.avro.utils.DataInputDecoder
 
readVarLongCount(DataInput) - 类 中的静态方法org.apache.flink.formats.avro.utils.DataInputDecoder
 
RegistryAvroDeserializationSchema<T> - org.apache.flink.formats.avro中的类
Deserialization schema that deserializes from Avro binary format using SchemaCoder.
RegistryAvroDeserializationSchema(Class<T>, Schema, SchemaCoder.SchemaCoderProvider) - 类 的构造器org.apache.flink.formats.avro.RegistryAvroDeserializationSchema
Creates Avro deserialization schema that reads schema from input stream using provided SchemaCoder.
RegistryAvroSerializationSchema<T> - org.apache.flink.formats.avro中的类
Serialization schema that serializes to Avro binary format.
RegistryAvroSerializationSchema(Class<T>, Schema, SchemaCoder.SchemaCoderProvider) - 类 的构造器org.apache.flink.formats.avro.RegistryAvroSerializationSchema
Creates a Avro serialization schema.
reopen(FileInputSplit, Tuple2<Long, Long>) - 类 中的方法org.apache.flink.formats.avro.AvroInputFormat
 
requiredOptions() - 类 中的方法org.apache.flink.formats.avro.AvroFileFormatFactory
 
requiredOptions() - 类 中的方法org.apache.flink.formats.avro.AvroFormatFactory
 
resolveSchemaCompatibility(TypeSerializer<T>) - 类 中的方法org.apache.flink.formats.avro.typeutils.AvroSerializerSnapshot
 
restoreReader(Configuration, SplitT) - 类 中的方法org.apache.flink.formats.avro.AbstractAvroBulkFormat
 
restoreSerializer() - 类 中的方法org.apache.flink.formats.avro.typeutils.AvroSerializerSnapshot
 
RowDataToAvroConverters - org.apache.flink.formats.avro中的类
Tool class used to convert from RowData to Avro GenericRecord.
RowDataToAvroConverters() - 类 的构造器org.apache.flink.formats.avro.RowDataToAvroConverters
 
RowDataToAvroConverters.RowDataToAvroConverter - org.apache.flink.formats.avro中的接口
Runtime converter that converts objects of Flink Table & SQL internal data structures to corresponding Avro data structures.

S

schemaCoder - 类 中的变量org.apache.flink.formats.avro.RegistryAvroSerializationSchema
 
SchemaCoder - org.apache.flink.formats.avro中的接口
Schema coder that allows reading schema that is somehow embedded into serialized record.
SchemaCoder.SchemaCoderProvider - org.apache.flink.formats.avro中的接口
Provider for SchemaCoder.
seek(long) - 类 中的方法org.apache.flink.formats.avro.utils.FSDataInputStreamWrapper
 
serialize(RowData) - 类 中的方法org.apache.flink.formats.avro.AvroRowDataSerializationSchema
 
serialize(Row) - 类 中的方法org.apache.flink.formats.avro.AvroRowSerializationSchema
已过时。
 
serialize(T) - 类 中的方法org.apache.flink.formats.avro.AvroSerializationSchema
 
serialize(T) - 类 中的方法org.apache.flink.formats.avro.RegistryAvroSerializationSchema
 
serialize(T, DataOutputView) - 类 中的方法org.apache.flink.formats.avro.typeutils.AvroSerializer
 
setBuffer(byte[]) - 类 中的方法org.apache.flink.formats.avro.utils.MutableByteArrayInputStream
Set buffer that can be read via the InputStream interface and reset the input stream.
setCodec(AvroOutputFormat.Codec) - 类 中的方法org.apache.flink.formats.avro.AvroOutputFormat
Set avro codec for compression.
setIn(DataInput) - 类 中的方法org.apache.flink.formats.avro.utils.DataInputDecoder
 
setItemCount(long) - 类 中的方法org.apache.flink.formats.avro.utils.DataOutputEncoder
 
setOut(DataOutput) - 类 中的方法org.apache.flink.formats.avro.utils.DataOutputEncoder
 
setReuseAvroValue(boolean) - 类 中的方法org.apache.flink.formats.avro.AvroInputFormat
Sets the flag whether to reuse the Avro value instance for all records.
setSchema(Schema) - 类 中的方法org.apache.flink.formats.avro.AvroOutputFormat
 
setUnsplittable(boolean) - 类 中的方法org.apache.flink.formats.avro.AvroInputFormat
If set, the InputFormat will only read entire files.
skipArray() - 类 中的方法org.apache.flink.formats.avro.utils.DataInputDecoder
 
skipBytes() - 类 中的方法org.apache.flink.formats.avro.utils.DataInputDecoder
 
skipFixed(int) - 类 中的方法org.apache.flink.formats.avro.utils.DataInputDecoder
 
skipMap() - 类 中的方法org.apache.flink.formats.avro.utils.DataInputDecoder
 
skipString() - 类 中的方法org.apache.flink.formats.avro.utils.DataInputDecoder
 
snapshotConfiguration() - 类 中的方法org.apache.flink.formats.avro.typeutils.AvroSerializer
 
startItem() - 类 中的方法org.apache.flink.formats.avro.utils.DataOutputEncoder
 
supportsMultiPaths() - 类 中的方法org.apache.flink.formats.avro.AvroInputFormat
 

T

tell() - 类 中的方法org.apache.flink.formats.avro.utils.FSDataInputStreamWrapper
 
toString() - 类 中的方法org.apache.flink.formats.avro.typeutils.AvroSerializer
 
toString() - 类 中的方法org.apache.flink.formats.avro.typeutils.GenericRecordAvroTypeInfo
 

V

valueOf(String) - 枚举 中的静态方法org.apache.flink.formats.avro.AvroOutputFormat.Codec
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法org.apache.flink.formats.avro.AvroOutputFormat.Codec
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

W

write(Kryo, Output, Schema) - 类 中的方法org.apache.flink.formats.avro.utils.AvroKryoSerializerUtils.AvroSchemaSerializer
 
writeArrayEnd() - 类 中的方法org.apache.flink.formats.avro.utils.DataOutputEncoder
 
writeArrayStart() - 类 中的方法org.apache.flink.formats.avro.utils.DataOutputEncoder
 
writeBoolean(boolean) - 类 中的方法org.apache.flink.formats.avro.utils.DataOutputEncoder
 
writeBytes(byte[], int, int) - 类 中的方法org.apache.flink.formats.avro.utils.DataOutputEncoder
 
writeBytes(ByteBuffer) - 类 中的方法org.apache.flink.formats.avro.utils.DataOutputEncoder
 
writeDouble(double) - 类 中的方法org.apache.flink.formats.avro.utils.DataOutputEncoder
 
writeEnum(int) - 类 中的方法org.apache.flink.formats.avro.utils.DataOutputEncoder
 
writeFixed(byte[], int, int) - 类 中的方法org.apache.flink.formats.avro.utils.DataOutputEncoder
 
writeFloat(float) - 类 中的方法org.apache.flink.formats.avro.utils.DataOutputEncoder
 
writeIndex(int) - 类 中的方法org.apache.flink.formats.avro.utils.DataOutputEncoder
 
writeInt(int) - 类 中的方法org.apache.flink.formats.avro.utils.DataOutputEncoder
 
writeLong(long) - 类 中的方法org.apache.flink.formats.avro.utils.DataOutputEncoder
 
writeMapEnd() - 类 中的方法org.apache.flink.formats.avro.utils.DataOutputEncoder
 
writeMapStart() - 类 中的方法org.apache.flink.formats.avro.utils.DataOutputEncoder
 
writeNull() - 类 中的方法org.apache.flink.formats.avro.utils.DataOutputEncoder
 
writeRecord(E) - 类 中的方法org.apache.flink.formats.avro.AvroOutputFormat
 
writeSchema(Schema, OutputStream) - 接口 中的方法org.apache.flink.formats.avro.SchemaCoder
 
writeSnapshot(DataOutputView) - 类 中的方法org.apache.flink.formats.avro.typeutils.AvroSerializerSnapshot
 
writeString(String) - 类 中的方法org.apache.flink.formats.avro.utils.DataOutputEncoder
 
writeString(Utf8) - 类 中的方法org.apache.flink.formats.avro.utils.DataOutputEncoder
 
writeVarLongCount(DataOutput, long) - 类 中的静态方法org.apache.flink.formats.avro.utils.DataOutputEncoder
 
A C D E F G H I L M N O R S T V W 
跳过导航链接

Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.