Class MappingEntrySource

    • Field Detail

      • LOG

        protected static final org.slf4j.Logger LOG
    • Method Detail

      • getFilePath

        @Nullable
        public abstract org.apache.flink.core.fs.Path getFilePath()
      • openInputStream

        public abstract org.apache.flink.core.fs.FSDataInputStream openInputStream()
                                                                            throws IOException
        Throws:
        IOException
      • openInputStream

        public abstract org.apache.flink.core.fs.FSDataInputStream openInputStream​(int bufferSize)
                                                                            throws IOException
        Throws:
        IOException
      • cacheable

        public abstract boolean cacheable()
      • toStateHandle

        public abstract org.apache.flink.runtime.state.StreamStateHandle toStateHandle()
                                                                                throws IOException
        Throws:
        IOException