类分层结构
- java.lang.Object
- org.apache.flink.table.runtime.operators.sort.AbstractBinaryExternalMerger<Entry> (implements java.io.Closeable)
- java.util.AbstractMap<K,V> (implements java.util.Map<K,V>)
- org.apache.flink.runtime.memory.AbstractPagedInputView (implements org.apache.flink.core.memory.DataInputView)
- org.apache.flink.runtime.io.disk.iomanager.AbstractChannelReaderInputView
- org.apache.flink.table.runtime.io.CompressedHeaderlessChannelReaderInputView (implements org.apache.flink.runtime.io.network.buffer.BufferRecycler, org.apache.flink.runtime.io.disk.iomanager.RequestDoneCallback<T>)
- org.apache.flink.table.runtime.hashtable.BinaryHashPartition (implements org.apache.flink.core.memory.SeekableDataInputView)
- org.apache.flink.table.runtime.hashtable.LongHashPartition (implements org.apache.flink.core.memory.SeekableDataInputView)
- org.apache.flink.runtime.memory.AbstractPagedOutputView (implements org.apache.flink.core.memory.DataOutputView, org.apache.flink.core.memory.MemorySegmentWritable)
- org.apache.flink.table.runtime.operators.AbstractProcessStreamOperator.ContextImpl (implements org.apache.flink.streaming.api.TimerService)
- org.apache.flink.api.common.functions.AbstractRichFunction (implements org.apache.flink.api.common.functions.RichFunction, java.io.Serializable)
- org.apache.flink.streaming.api.functions.co.KeyedCoProcessFunction<K,IN1,IN2,OUT>
- org.apache.flink.streaming.api.functions.KeyedProcessFunction<K,I,O>
- org.apache.flink.cep.functions.PatternProcessFunction<IN,OUT>
- org.apache.flink.streaming.api.functions.ProcessFunction<I,O>
- org.apache.flink.table.runtime.operators.join.lookup.LookupJoinRunner
- org.apache.flink.table.runtime.operators.match.RowtimeProcessFunction (implements org.apache.flink.api.java.typeutils.ResultTypeQueryable<T>)
- org.apache.flink.streaming.api.functions.async.RichAsyncFunction<IN,OUT> (implements org.apache.flink.streaming.api.functions.async.AsyncFunction<IN,OUT>)
- org.apache.flink.table.runtime.collector.TableFunctionCollector<T> (implements org.apache.flink.util.Collector<T>)
- org.apache.flink.table.runtime.collector.TableFunctionResultFuture<T> (implements org.apache.flink.streaming.api.functions.async.ResultFuture<OUT>)
- org.apache.flink.table.runtime.generated.WatermarkGenerator
- org.apache.flink.table.runtime.collector.WrappingCollector<T> (implements org.apache.flink.util.Collector<T>)
- org.apache.flink.table.runtime.operators.join.stream.AbstractStreamingJoinOperator.AssociatedRecords
- org.apache.flink.table.runtime.operators.join.stream.AbstractStreamingJoinOperator.OuterRecord
- org.apache.flink.streaming.api.operators.AbstractStreamOperator<OUT> (implements java.io.Serializable, org.apache.flink.streaming.api.operators.SetupableStreamOperator<OUT>, org.apache.flink.streaming.api.operators.StreamOperator<OUT>, org.apache.flink.streaming.api.operators.StreamOperatorStateHandler.CheckpointedStreamOperator)
- org.apache.flink.table.runtime.operators.bundle.AbstractMapBundleOperator<K,V,IN,OUT> (implements org.apache.flink.table.runtime.operators.bundle.trigger.BundleTriggerCallback, org.apache.flink.streaming.api.operators.OneInputStreamOperator<IN,OUT>)
- org.apache.flink.table.runtime.operators.join.stream.AbstractStreamingJoinOperator (implements org.apache.flink.streaming.api.operators.TwoInputStreamOperator<IN1,IN2,OUT>)
- org.apache.flink.streaming.api.operators.AbstractUdfStreamOperator<OUT,F> (implements org.apache.flink.streaming.api.operators.OutputTypeConfigurable<OUT>)
- org.apache.flink.streaming.api.operators.co.KeyedCoProcessOperator<K,IN1,IN2,OUT> (implements org.apache.flink.streaming.api.operators.Triggerable<K,N>, org.apache.flink.streaming.api.operators.TwoInputStreamOperator<IN1,IN2,OUT>)
- org.apache.flink.table.runtime.operators.sink.SinkOperator (implements org.apache.flink.streaming.api.operators.OneInputStreamOperator<IN,OUT>)
- org.apache.flink.table.runtime.operators.join.temporal.BaseTwoInputStreamOperatorWithStateRetention (implements org.apache.flink.streaming.api.operators.Triggerable<K,N>, org.apache.flink.streaming.api.operators.TwoInputStreamOperator<IN1,IN2,OUT>)
- org.apache.flink.table.runtime.operators.wmassigners.ProcTimeMiniBatchAssignerOperator (implements org.apache.flink.streaming.api.operators.OneInputStreamOperator<IN,OUT>, org.apache.flink.streaming.runtime.tasks.ProcessingTimeCallback)
- org.apache.flink.table.runtime.operators.sort.ProcTimeSortOperator
- org.apache.flink.table.runtime.operators.wmassigners.RowTimeMiniBatchAssginerOperator (implements org.apache.flink.streaming.api.operators.OneInputStreamOperator<IN,OUT>)
- org.apache.flink.table.runtime.operators.sort.RowTimeSortOperator
- org.apache.flink.table.filesystem.stream.StreamingFileCommitter (implements org.apache.flink.streaming.api.operators.OneInputStreamOperator<IN,OUT>)
- org.apache.flink.table.filesystem.stream.StreamingFileWriter (implements org.apache.flink.streaming.api.operators.BoundedOneInput, org.apache.flink.streaming.api.operators.OneInputStreamOperator<IN,OUT>)
- org.apache.flink.table.runtime.operators.TableStreamOperator<OUT>
- org.apache.flink.table.runtime.operators.AbstractProcessStreamOperator<OUT>
- org.apache.flink.table.runtime.operators.over.BufferDataOverWindowOperator (implements org.apache.flink.streaming.api.operators.BoundedOneInput, org.apache.flink.streaming.api.operators.OneInputStreamOperator<IN,OUT>)
- org.apache.flink.table.runtime.operators.join.HashJoinOperator (implements org.apache.flink.streaming.api.operators.BoundedMultiInput, org.apache.flink.streaming.api.operators.InputSelectable, org.apache.flink.streaming.api.operators.TwoInputStreamOperator<IN1,IN2,OUT>)
- org.apache.flink.table.runtime.operators.sort.LimitOperator (implements org.apache.flink.streaming.api.operators.OneInputStreamOperator<IN,OUT>)
- org.apache.flink.table.runtime.operators.over.NonBufferOverWindowOperator (implements org.apache.flink.streaming.api.operators.OneInputStreamOperator<IN,OUT>)
- org.apache.flink.table.runtime.operators.sort.RankOperator (implements org.apache.flink.streaming.api.operators.OneInputStreamOperator<IN,OUT>)
- org.apache.flink.table.runtime.operators.sort.SortLimitOperator (implements org.apache.flink.streaming.api.operators.BoundedOneInput, org.apache.flink.streaming.api.operators.OneInputStreamOperator<IN,OUT>)
- org.apache.flink.table.runtime.operators.join.SortMergeJoinOperator (implements org.apache.flink.streaming.api.operators.BoundedMultiInput, org.apache.flink.streaming.api.operators.TwoInputStreamOperator<IN1,IN2,OUT>)
- org.apache.flink.table.runtime.operators.sort.SortOperator (implements org.apache.flink.streaming.api.operators.BoundedOneInput, org.apache.flink.streaming.api.operators.OneInputStreamOperator<IN,OUT>)
- org.apache.flink.table.runtime.operators.sort.StreamSortOperator (implements org.apache.flink.streaming.api.operators.OneInputStreamOperator<IN,OUT>)
- org.apache.flink.table.runtime.operators.wmassigners.WatermarkAssignerOperator (implements org.apache.flink.streaming.api.operators.OneInputStreamOperator<IN,OUT>, org.apache.flink.streaming.runtime.tasks.ProcessingTimeCallback)
- org.apache.flink.table.runtime.operators.window.WindowOperator<K,W> (implements org.apache.flink.streaming.api.operators.OneInputStreamOperator<IN,OUT>, org.apache.flink.streaming.api.operators.Triggerable<K,N>)
- org.apache.flink.streaming.api.operators.AbstractStreamOperatorFactory<OUT> (implements org.apache.flink.streaming.runtime.tasks.ProcessingTimeServiceAware, org.apache.flink.streaming.api.operators.StreamOperatorFactory<OUT>)
- org.apache.flink.table.data.vector.writable.AbstractWritableVector (implements java.io.Serializable, org.apache.flink.table.data.vector.writable.WritableColumnVector)
- org.apache.flink.table.data.conversion.ArrayBooleanArrayConverter (implements org.apache.flink.table.data.conversion.DataStructureConverter<I,E>)
- org.apache.flink.table.data.conversion.ArrayByteArrayConverter (implements org.apache.flink.table.data.conversion.DataStructureConverter<I,E>)
- org.apache.flink.table.runtime.typeutils.ArrayDataSerializer.ArrayDataSerializerSnapshot (implements org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<T>)
- org.apache.flink.table.data.conversion.ArrayDoubleArrayConverter (implements org.apache.flink.table.data.conversion.DataStructureConverter<I,E>)
- org.apache.flink.table.data.conversion.ArrayFloatArrayConverter (implements org.apache.flink.table.data.conversion.DataStructureConverter<I,E>)
- org.apache.flink.table.data.conversion.ArrayIntArrayConverter (implements org.apache.flink.table.data.conversion.DataStructureConverter<I,E>)
- org.apache.flink.table.data.conversion.ArrayLongArrayConverter (implements org.apache.flink.table.data.conversion.DataStructureConverter<I,E>)
- org.apache.flink.table.data.conversion.ArrayObjectArrayConverter<E> (implements org.apache.flink.table.data.conversion.DataStructureConverter<I,E>)
- org.apache.flink.table.data.conversion.ArrayShortArrayConverter (implements org.apache.flink.table.data.conversion.DataStructureConverter<I,E>)
- org.apache.flink.table.runtime.hashtable.BaseHybridHashTable (implements org.apache.flink.table.runtime.util.MemorySegmentPool)
- org.apache.flink.table.data.writer.BinaryArrayWriter
- org.apache.flink.table.runtime.operators.sort.BinaryExternalSorter (implements org.apache.flink.runtime.operators.sort.Sorter<E>)
- org.apache.flink.table.runtime.hashtable.BinaryHashBucketArea
- org.apache.flink.table.runtime.operators.sort.BinaryIndexedSortable (implements org.apache.flink.runtime.operators.sort.IndexedSortable)
- org.apache.flink.table.runtime.operators.sort.BinaryMergeIterator<Entry> (implements org.apache.flink.util.MutableObjectIterator<E>)
- org.apache.flink.table.runtime.io.BinaryRowChannelInputViewIterator (implements org.apache.flink.util.MutableObjectIterator<E>)
- org.apache.flink.table.runtime.keyselector.BinaryRowDataKeySelector (implements org.apache.flink.table.runtime.keyselector.RowDataKeySelector)
- org.apache.flink.table.runtime.typeutils.BinaryRowDataSerializer.BinaryRowDataSerializerSnapshot (implements org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<T>)
- org.apache.flink.table.data.binary.BinaryRowDataUtil
- org.apache.flink.table.data.writer.BinaryRowWriter
- org.apache.flink.table.data.binary.BinaryStringDataUtil
- org.apache.flink.table.data.BoxedWrapperRowData (implements org.apache.flink.table.data.RowData, org.apache.flink.table.data.binary.TypedSetters)
- org.apache.flink.table.runtime.operators.sort.BufferedKVExternalSorter
- org.apache.flink.table.runtime.hashtable.BuildSideIterator (implements org.apache.flink.table.runtime.util.RowIterator<T>)
- org.apache.flink.table.runtime.hashtable.BuildSideIterator.BucketIterator (implements org.apache.flink.table.runtime.util.RowIterator<T>)
- org.apache.flink.table.runtime.util.collections.ByteHashSet
- org.apache.flink.table.data.vector.BytesColumnVector.Bytes
- org.apache.flink.table.runtime.operators.aggregate.BytesHashMap
- org.apache.flink.table.runtime.operators.aggregate.BytesHashMap.Entry
- org.apache.flink.table.runtime.operators.aggregate.BytesHashMap.LookupInfo
- org.apache.flink.table.runtime.operators.aggregate.BytesHashMapSpillMemorySegmentPool (implements org.apache.flink.table.runtime.util.MemorySegmentPool)
- org.apache.flink.table.runtime.operators.sort.ChannelReaderKVInputViewIterator<K,V> (implements org.apache.flink.util.MutableObjectIterator<E>)
- org.apache.flink.table.runtime.io.ChannelWithMeta
- org.apache.flink.streaming.api.functions.sink.filesystem.rollingpolicies.CheckpointRollingPolicy<IN,BucketID> (implements org.apache.flink.streaming.api.functions.sink.filesystem.RollingPolicy<IN,BucketID>)
- org.apache.flink.table.runtime.types.ClassDataTypeConverter
- org.apache.flink.table.runtime.types.ClassLogicalTypeConverter
- org.apache.flink.table.data.ColumnarArrayData (implements org.apache.flink.table.data.ArrayData, org.apache.flink.table.data.binary.TypedSetters)
- org.apache.flink.table.data.ColumnarRowData (implements org.apache.flink.table.data.RowData, org.apache.flink.table.data.binary.TypedSetters)
- org.apache.flink.table.runtime.generated.CompileUtils
- org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<T,S> (implements org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<T>)
- org.apache.flink.table.runtime.io.CompressedBlockChannelReader (implements org.apache.flink.runtime.io.disk.iomanager.BlockChannelReader<T>, org.apache.flink.runtime.io.network.buffer.BufferRecycler, org.apache.flink.runtime.io.disk.iomanager.RequestDoneCallback<T>)
- org.apache.flink.table.runtime.io.CompressedBlockChannelWriter (implements org.apache.flink.runtime.io.disk.iomanager.BlockChannelWriter<T>, org.apache.flink.runtime.io.network.buffer.BufferRecycler)
- org.apache.flink.table.runtime.operators.rank.ConstantRankRange (implements org.apache.flink.table.runtime.operators.rank.RankRange)
- org.apache.flink.table.runtime.operators.rank.ConstantRankRangeWithoutEnd (implements org.apache.flink.table.runtime.operators.rank.RankRange)
- org.apache.flink.table.runtime.operators.bundle.trigger.CountBundleTrigger<T> (implements org.apache.flink.table.runtime.operators.bundle.trigger.BundleTrigger<T>)
- org.apache.flink.table.runtime.operators.bundle.trigger.CountCoBundleTrigger<IN1,IN2> (implements org.apache.flink.table.runtime.operators.bundle.trigger.CoBundleTrigger<IN1,IN2>)
- org.apache.flink.table.data.util.DataFormatConverters
- org.apache.flink.table.data.util.DataFormatConverters.DataFormatConverter<Internal,External> (implements java.io.Serializable)
- org.apache.flink.table.data.conversion.DataStructureConverters
- org.apache.flink.table.runtime.types.DataTypePrecisionFixer (implements org.apache.flink.table.types.DataTypeVisitor<R>)
- org.apache.flink.table.data.conversion.DateDateConverter (implements org.apache.flink.table.data.conversion.DataStructureConverter<I,E>)
- org.apache.flink.table.data.conversion.DateLocalDateConverter (implements org.apache.flink.table.data.conversion.DataStructureConverter<I,E>)
- org.apache.flink.table.data.conversion.DayTimeIntervalDurationConverter (implements org.apache.flink.table.data.conversion.DataStructureConverter<I,E>)
- org.apache.flink.table.data.conversion.DecimalBigDecimalConverter (implements org.apache.flink.table.data.conversion.DataStructureConverter<I,E>)
- org.apache.flink.table.runtime.typeutils.DecimalDataSerializer.DecimalSerializerSnapshot (implements org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<T>)
- org.apache.flink.table.data.DecimalDataUtils
- org.apache.flink.table.filesystem.DefaultPartTimeExtractor (implements org.apache.flink.table.filesystem.PartitionTimeExtractor)
- org.apache.flink.table.runtime.operators.join.lookup.DelegatingResultFuture<OUT> (implements java.util.function.BiConsumer<T,U>)
- org.apache.flink.table.filesystem.DynamicPartitionWriter<T> (implements org.apache.flink.table.filesystem.PartitionWriter<T>)
- org.apache.flink.table.runtime.operators.window.triggers.ElementTriggers
- org.apache.flink.table.filesystem.EmptyMetaStoreFactory (implements org.apache.flink.table.filesystem.TableMetaStoreFactory)
- org.apache.flink.table.runtime.keyselector.EmptyRowDataKeySelector (implements org.apache.flink.table.runtime.keyselector.RowDataKeySelector)
- org.apache.flink.table.runtime.operators.window.triggers.EventTimeTriggers
- org.apache.flink.table.runtime.context.ExecutionContextImpl (implements org.apache.flink.table.runtime.context.ExecutionContext)
- org.apache.flink.table.runtime.util.FileChannelUtil
- org.apache.flink.table.filesystem.FileSystemOptions
- org.apache.flink.table.filesystem.FileSystemOutputFormat<T> (implements org.apache.flink.api.common.io.FinalizeOnMaster, org.apache.flink.api.common.io.OutputFormat<IT>, java.io.Serializable)
- org.apache.flink.table.filesystem.FileSystemOutputFormat.Builder<T>
- org.apache.flink.table.filesystem.FileSystemTableFactory (implements org.apache.flink.table.factories.TableSinkFactory<T>, org.apache.flink.table.factories.TableSourceFactory<T>)
- org.apache.flink.table.filesystem.FileSystemTableSink (implements org.apache.flink.table.sinks.AppendStreamTableSink<T>, org.apache.flink.table.sinks.OverwritableTableSink, org.apache.flink.table.sinks.PartitionableTableSink)
- org.apache.flink.table.filesystem.FileSystemTableSink.ProjectionBulkFactory (implements org.apache.flink.api.common.serialization.BulkWriter.Factory<T>)
- org.apache.flink.table.filesystem.FileSystemTableSink.TableBucketAssigner (implements org.apache.flink.streaming.api.functions.sink.filesystem.BucketAssigner<IN,BucketID>)
- org.apache.flink.table.filesystem.FileSystemTableSource (implements org.apache.flink.table.sources.FilterableTableSource<T>, org.apache.flink.table.sources.LimitableTableSource<T>, org.apache.flink.table.sources.PartitionableTableSource, org.apache.flink.table.sources.ProjectableTableSource<T>, org.apache.flink.table.sources.StreamTableSource<T>)
- org.apache.flink.table.runtime.generated.GeneratedClass<T> (implements java.io.Serializable)
- org.apache.flink.table.filesystem.GroupedPartitionWriter<T> (implements org.apache.flink.table.filesystem.PartitionWriter<T>)
- org.apache.flink.table.data.conversion.IdentityConverter<I> (implements org.apache.flink.table.data.conversion.DataStructureConverter<I,E>)
- org.apache.flink.table.runtime.operators.over.frame.InsensitiveOverFrame (implements org.apache.flink.table.runtime.operators.over.frame.OverWindowFrame)
- org.apache.flink.table.runtime.types.InternalSerializers
- org.apache.flink.table.runtime.operators.window.internal.InternalWindowProcessFunction<K,W> (implements java.io.Serializable)
- org.apache.flink.cep.pattern.conditions.IterativeCondition<T> (implements org.apache.flink.api.common.functions.Function, java.io.Serializable)
- org.apache.flink.cep.pattern.conditions.RichIterativeCondition<T> (implements org.apache.flink.api.common.functions.RichFunction)
- org.apache.flink.table.data.JoinedRowData (implements org.apache.flink.table.data.RowData)
- org.apache.flink.table.runtime.operators.join.stream.state.JoinInputSideSpec (implements java.io.Serializable)
- org.apache.flink.table.runtime.operators.join.stream.state.JoinRecordStateViews
- org.apache.flink.table.runtime.util.JsonUtils
- org.apache.flink.table.runtime.util.JsonUtils.ThreadLocalHashCache<K,V>
- org.apache.flink.table.runtime.util.LazyMemorySegmentPool (implements java.io.Closeable, org.apache.flink.table.runtime.util.MemorySegmentPool)
- org.apache.flink.table.runtime.operators.sort.ListMemorySegmentPool (implements org.apache.flink.table.runtime.util.MemorySegmentPool)
- org.apache.flink.table.api.dataview.ListView<T> (implements org.apache.flink.table.api.dataview.DataView)
- org.apache.flink.table.data.conversion.LocalZonedTimestampInstantConverter (implements org.apache.flink.table.data.conversion.DataStructureConverter<I,E>)
- org.apache.flink.table.data.conversion.LocalZonedTimestampIntConverter (implements org.apache.flink.table.data.conversion.DataStructureConverter<I,E>)
- org.apache.flink.table.data.conversion.LocalZonedTimestampLongConverter (implements org.apache.flink.table.data.conversion.DataStructureConverter<I,E>)
- org.apache.flink.table.runtime.types.LogicalTypeDataTypeConverter
- org.apache.flink.table.runtime.hashtable.LongHashPartition.MatchIterator (implements org.apache.flink.table.runtime.util.RowIterator<T>)
- org.apache.flink.table.runtime.hashtable.LookupBucketIterator (implements org.apache.flink.table.runtime.util.RowIterator<T>)
- org.apache.flink.table.runtime.connector.source.LookupRuntimeProviderContext (implements org.apache.flink.table.connector.source.LookupTableSource.LookupContext)
- org.apache.flink.table.runtime.operators.bundle.MapBundleFunction<K,V,IN,OUT> (implements org.apache.flink.api.common.functions.Function)
- org.apache.flink.table.runtime.typeutils.MapDataSerializer.MapDataSerializerSnapshot (implements org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<T>)
- org.apache.flink.table.data.util.MapDataUtil
- org.apache.flink.table.data.conversion.MapMapConverter<K,V> (implements org.apache.flink.table.data.conversion.DataStructureConverter<I,E>)
- org.apache.flink.table.api.dataview.MapView<K,V> (implements org.apache.flink.table.api.dataview.DataView)
- org.apache.flink.table.runtime.dataview.StateMapView<N,MK,MV> (implements org.apache.flink.table.runtime.dataview.StateDataView<N>)
- org.apache.flink.table.runtime.operators.window.internal.MergingWindowSet<W>
- org.apache.flink.table.filesystem.MetastoreCommitPolicy (implements org.apache.flink.table.filesystem.PartitionCommitPolicy)
- org.apache.flink.table.runtime.util.MurmurHashUtil
- org.apache.flink.table.runtime.operators.join.NullAwareJoinHelper
- org.apache.flink.table.runtime.dataview.NullAwareMapIterator<K,V> (implements java.util.Iterator<E>)
- org.apache.flink.table.runtime.operators.over.frame.OffsetOverFrame (implements org.apache.flink.table.runtime.operators.over.frame.OverWindowFrame)
- org.apache.flink.table.runtime.util.collections.OptimizableHashSet
- org.apache.flink.table.runtime.util.collections.DoubleHashSet
- org.apache.flink.table.runtime.util.collections.FloatHashSet
- org.apache.flink.table.runtime.util.collections.IntHashSet
- org.apache.flink.table.runtime.util.collections.LongHashSet
- org.apache.flink.table.runtime.util.collections.ObjectHashSet<T>
- org.apache.flink.table.runtime.util.collections.ShortHashSet
- org.apache.flink.table.runtime.operators.join.OuterJoinPaddingUtil (implements java.io.Serializable)
- org.apache.flink.table.runtime.operators.join.stream.state.OuterJoinRecordStateViews
- org.apache.flink.table.filesystem.PartitionLoader (implements java.io.Closeable)
- org.apache.flink.table.filesystem.PartitionTempFileManager
- org.apache.flink.table.filesystem.stream.PartitionTimeCommitTigger (implements org.apache.flink.table.filesystem.stream.PartitionCommitTrigger)
- org.apache.flink.table.filesystem.PartitionWriter.Context<T>
- org.apache.flink.table.runtime.dataview.PerKeyStateDataViewStore (implements org.apache.flink.table.runtime.dataview.StateDataViewStore)
- org.apache.flink.table.runtime.dataview.PerWindowStateDataViewStore (implements org.apache.flink.table.runtime.dataview.StateDataViewStore)
- org.apache.flink.table.runtime.types.PlannerTypeUtils
- org.apache.flink.table.runtime.hashtable.ProbeIterator
- org.apache.flink.table.runtime.operators.window.triggers.ProcessingTimeTriggers
- org.apache.flink.table.filesystem.stream.ProcTimeCommitTigger (implements org.apache.flink.table.filesystem.stream.PartitionCommitTrigger)
- org.apache.flink.table.data.conversion.RawByteArrayConverter<T> (implements org.apache.flink.table.data.conversion.DataStructureConverter<I,E>)
- org.apache.flink.table.data.conversion.RawObjectConverter<T> (implements org.apache.flink.table.data.conversion.DataStructureConverter<I,E>)
- org.apache.flink.table.runtime.operators.aggregate.RecordCounter (implements java.io.Serializable)
- org.apache.flink.table.runtime.util.ResettableExternalBuffer (implements org.apache.flink.table.runtime.util.ResettableRowBuffer)
- org.apache.flink.table.runtime.util.ResettableExternalBuffer.BufferIterator (implements org.apache.flink.table.runtime.util.ResettableRowBuffer.ResettableIterator)
- org.apache.flink.api.common.io.RichInputFormat<OT,T> (implements org.apache.flink.api.common.io.InputFormat<OT,T>)
- org.apache.flink.api.common.io.GenericInputFormat<OT>
- org.apache.flink.table.runtime.operators.values.ValuesInputFormat (implements org.apache.flink.api.common.io.NonParallelInput, org.apache.flink.api.java.typeutils.ResultTypeQueryable<T>)
- org.apache.flink.table.runtime.operators.match.RowDataEventComparator (implements org.apache.flink.cep.EventComparator<T>)
- org.apache.flink.table.filesystem.RowDataPartitionComputer (implements org.apache.flink.table.filesystem.PartitionComputer<T>)
- org.apache.flink.table.runtime.typeutils.RowDataSerializer.RowDataSerializerSnapshot (implements org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<T>)
- org.apache.flink.table.data.util.RowDataUtil
- org.apache.flink.table.filesystem.RowPartitionComputer (implements org.apache.flink.table.filesystem.PartitionComputer<T>)
- org.apache.flink.table.data.conversion.RowRowConverter (implements org.apache.flink.table.data.conversion.DataStructureConverter<I,E>)
- org.apache.flink.table.runtime.connector.source.ScanRuntimeProviderContext (implements org.apache.flink.table.connector.source.ScanTableSource.ScanContext)
- org.apache.flink.table.runtime.util.SegmentsUtil
- org.apache.flink.api.common.typeutils.SimpleTypeSerializerSnapshot<T> (implements org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<T>)
- org.apache.flink.table.filesystem.SingleDirectoryWriter<T> (implements org.apache.flink.table.filesystem.PartitionWriter<T>)
- org.apache.flink.table.runtime.connector.sink.SinkRuntimeProviderContext (implements org.apache.flink.table.connector.sink.DynamicTableSink.Context)
- org.apache.flink.table.runtime.operators.over.frame.SlidingOverFrame (implements org.apache.flink.table.runtime.operators.over.frame.OverWindowFrame)
- org.apache.flink.table.runtime.typeutils.SortedMapSerializerSnapshot<K,V> (implements org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<T>)
- org.apache.flink.table.runtime.operators.join.SortMergeFullOuterJoinIterator (implements java.io.Closeable)
- org.apache.flink.table.runtime.operators.join.SortMergeJoinIterator (implements java.io.Closeable)
- org.apache.flink.table.runtime.operators.sort.SortUtil
- org.apache.flink.table.runtime.operators.sort.SpillChannelManager (implements java.io.Closeable)
- org.apache.flink.table.runtime.functions.SqlDateTimeUtils
- org.apache.flink.table.runtime.functions.SqlFunctionUtils
- org.apache.flink.table.runtime.functions.SqlLikeChainChecker
- org.apache.flink.table.runtime.functions.SqlLikeUtils
- org.apache.flink.table.runtime.util.StateTtlConfigUtil
- org.apache.flink.table.filesystem.stream.StreamingFileCommitter.CommitMessage (implements java.io.Serializable)
- org.apache.flink.streaming.runtime.partitioner.StreamPartitioner<T> (implements org.apache.flink.runtime.io.network.api.writer.ChannelSelector<T>, java.io.Serializable)
- org.apache.flink.table.runtime.util.StreamRecordCollector<T> (implements org.apache.flink.util.Collector<T>)
- org.apache.flink.table.data.conversion.StringByteArrayConverter (implements org.apache.flink.table.data.conversion.DataStructureConverter<I,E>)
- org.apache.flink.table.data.conversion.StringStringConverter (implements org.apache.flink.table.data.conversion.DataStructureConverter<I,E>)
- org.apache.flink.table.runtime.util.StringUtf8Utils
- org.apache.flink.table.data.conversion.StructuredObjectConverter<T> (implements org.apache.flink.table.data.conversion.DataStructureConverter<I,E>)
- org.apache.flink.table.filesystem.SuccessFileCommitPolicy (implements org.apache.flink.table.filesystem.PartitionCommitPolicy)
- org.apache.flink.table.data.conversion.TimeLocalTimeConverter (implements org.apache.flink.table.data.conversion.DataStructureConverter<I,E>)
- org.apache.flink.table.data.conversion.TimeLongConverter (implements org.apache.flink.table.data.conversion.DataStructureConverter<I,E>)
- org.apache.flink.table.runtime.typeutils.TimestampDataSerializer.TimestampDataSerializerSnapshot (implements org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<T>)
- org.apache.flink.table.data.conversion.TimestampLocalDateTimeConverter (implements org.apache.flink.table.data.conversion.DataStructureConverter<I,E>)
- org.apache.flink.table.data.conversion.TimestampTimestampConverter (implements org.apache.flink.table.data.conversion.DataStructureConverter<I,E>)
- org.apache.flink.table.data.conversion.TimeTimeConverter (implements org.apache.flink.table.data.conversion.DataStructureConverter<I,E>)
- org.apache.flink.table.runtime.operators.window.triggers.Trigger<W> (implements java.io.Serializable)
- org.apache.flink.table.runtime.typeutils.TypeCheckUtils
- org.apache.flink.table.runtime.types.TypeInfoDataTypeConverter
- org.apache.flink.table.runtime.types.TypeInfoLogicalTypeConverter
- org.apache.flink.api.common.typeinfo.TypeInformation<T> (implements java.io.Serializable)
- org.apache.flink.api.common.typeinfo.BasicTypeInfo<T> (implements org.apache.flink.api.common.typeinfo.AtomicType<T>)
- org.apache.flink.api.common.typeutils.CompositeType<T>
- org.apache.flink.api.java.typeutils.TupleTypeInfoBase<T>
- org.apache.flink.table.runtime.typeutils.DecimalDataTypeInfo
- org.apache.flink.api.common.typeinfo.LocalTimeTypeInfo<T> (implements org.apache.flink.api.common.typeinfo.AtomicType<T>)
- org.apache.flink.table.runtime.typeutils.SortedMapTypeInfo<K,V>
- org.apache.flink.api.common.typeinfo.SqlTimeTypeInfo<T> (implements org.apache.flink.api.common.typeinfo.AtomicType<T>)
- org.apache.flink.table.runtime.typeutils.StringDataTypeInfo
- org.apache.flink.table.runtime.typeutils.TimestampDataTypeInfo
- org.apache.flink.table.runtime.typeutils.WrapperTypeInfo<T>
- org.apache.flink.api.common.typeutils.TypeSerializer<T> (implements java.io.Serializable)
- org.apache.flink.table.runtime.operators.over.frame.UnboundedFollowingOverFrame (implements org.apache.flink.table.runtime.operators.over.frame.OverWindowFrame)
- org.apache.flink.table.runtime.operators.over.frame.UnboundedOverWindowFrame (implements org.apache.flink.table.runtime.operators.over.frame.OverWindowFrame)
- org.apache.flink.table.runtime.operators.over.frame.UnboundedPrecedingOverFrame (implements org.apache.flink.table.runtime.operators.over.frame.OverWindowFrame)
- org.apache.flink.table.data.UpdatableRowData (implements org.apache.flink.table.data.RowData, org.apache.flink.table.data.binary.TypedSetters)
- org.apache.flink.table.functions.UserDefinedFunction (implements org.apache.flink.table.functions.FunctionDefinition, java.io.Serializable)
- org.apache.flink.table.functions.TableFunction<T>
- org.apache.flink.table.runtime.operators.rank.VariableRankRange (implements org.apache.flink.table.runtime.operators.rank.RankRange)
- org.apache.flink.table.data.vector.VectorizedColumnBatch (implements java.io.Serializable)
- org.apache.flink.table.runtime.operators.window.Window (implements java.lang.Comparable<T>)
- org.apache.flink.table.runtime.operators.window.CountWindow
- org.apache.flink.table.runtime.operators.window.TimeWindow
- org.apache.flink.table.runtime.operators.window.assigners.WindowAssigner<W> (implements java.io.Serializable)
- org.apache.flink.table.runtime.operators.window.WindowOperatorBuilder
- org.apache.flink.table.runtime.operators.window.WindowOperatorBuilder.AggregateWindowOperatorBuilder
- org.apache.flink.table.runtime.operators.window.WindowOperatorBuilder.TableAggregateWindowOperatorBuilder
- org.apache.flink.table.runtime.operators.window.grouping.WindowsGrouping (implements java.io.Closeable)
- org.apache.flink.table.runtime.hashtable.WrappedRowIterator<T> (implements org.apache.flink.table.runtime.util.RowIterator<T>)
- org.apache.flink.table.data.conversion.YearMonthIntervalPeriodConverter (implements org.apache.flink.table.data.conversion.DataStructureConverter<I,E>)
接口分层结构
枚举分层结构
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.