Class FsInfo.Path

    • Constructor Detail

      • Path

        public Path()
      • Path

        public Path​(java.lang.String path,
                    @Nullable
                    java.lang.String mount,
                    long total,
                    long free,
                    long available)
      • Path

        public Path​(StreamInput in)
             throws java.io.IOException
        Read from a stream.
        Throws:
        java.io.IOException