Class ForStPathContainer


  • public class ForStPathContainer
    extends Object
    Container for ForSt paths.
    • Constructor Detail

      • ForStPathContainer

        public ForStPathContainer​(@Nullable
                                  org.apache.flink.core.fs.Path localJobPath,
                                  @Nullable
                                  org.apache.flink.core.fs.Path localBasePath,
                                  @Nullable
                                  org.apache.flink.core.fs.Path remoteJobPath,
                                  @Nullable
                                  org.apache.flink.core.fs.Path remoteBasePath)
    • Method Detail

      • ofLocal

        public static ForStPathContainer ofLocal​(@Nullable
                                                 org.apache.flink.core.fs.Path localJobPath,
                                                 @Nullable
                                                 org.apache.flink.core.fs.Path localBasePath)
      • of

        public static ForStPathContainer of​(@Nullable
                                            org.apache.flink.core.fs.Path localJobPath,
                                            @Nullable
                                            org.apache.flink.core.fs.Path localBasePath,
                                            @Nullable
                                            org.apache.flink.core.fs.Path remoteJobPath,
                                            @Nullable
                                            org.apache.flink.core.fs.Path remoteBasePath)
      • getLocalJobPath

        @Nullable
        public org.apache.flink.core.fs.Path getLocalJobPath()
      • getLocalBasePath

        @Nullable
        public org.apache.flink.core.fs.Path getLocalBasePath()
      • getLocalForStPath

        @Nullable
        public org.apache.flink.core.fs.Path getLocalForStPath()
      • getRemoteJobPath

        @Nullable
        public org.apache.flink.core.fs.Path getRemoteJobPath()
      • getRemoteBasePath

        @Nullable
        public org.apache.flink.core.fs.Path getRemoteBasePath()
      • getRemoteForStPath

        @Nullable
        public org.apache.flink.core.fs.Path getRemoteForStPath()
      • getJobPath

        public org.apache.flink.core.fs.Path getJobPath()
      • getBasePath

        public org.apache.flink.core.fs.Path getBasePath()
      • getDbPath

        public org.apache.flink.core.fs.Path getDbPath()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object