Class ConfigMetadata

  • All Implemented Interfaces:
    java.io.Serializable, scala.Equals, scala.Product, scala.Serializable

    public class ConfigMetadata
    extends java.lang.Object
    implements scala.Product, scala.Serializable
    Holds metadata information about config server

    param: repoPath the path of the repository created on config server param: annexPath the path of the repository created to store large files on config server param: annexMinFileSize the minimum size of the file (lower limit) which qualifies it to be considered as large file and store it in repository located at annexPath param: maxConfigFileSize the maximum size of file (upper limit) which qualifies it to be considered as non-large file and store it in repository located at repoPath

    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ConfigMetadata​(java.lang.String repoPath, java.lang.String annexPath, java.lang.String annexMinFileSize, java.lang.String maxConfigFileSize)  
    • Constructor Detail

      • ConfigMetadata

        public ConfigMetadata​(java.lang.String repoPath,
                              java.lang.String annexPath,
                              java.lang.String annexMinFileSize,
                              java.lang.String maxConfigFileSize)
    • Method Detail

      • canEqual

        public abstract static boolean canEqual​(java.lang.Object that)
      • equals

        public abstract static boolean equals​(java.lang.Object that)
      • productElement

        public abstract static java.lang.Object productElement​(int n)
      • productArity

        public abstract static int productArity()
      • productIterator

        public static scala.collection.Iterator<java.lang.Object> productIterator()
      • productPrefix

        public static java.lang.String productPrefix()
      • repoPath

        public java.lang.String repoPath()
      • annexPath

        public java.lang.String annexPath()
      • annexMinFileSize

        public java.lang.String annexMinFileSize()
      • maxConfigFileSize

        public java.lang.String maxConfigFileSize()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object