Package csw.config.models
Class ConfigMetadata
java.lang.Object
csw.config.models.ConfigMetadata
- All Implemented Interfaces:
Serializable
,scala.Equals
,scala.Product
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:
-
Constructor Summary
ConstructorDescriptionConfigMetadata
(String repoPath, String annexPath, String annexMinFileSize, String maxConfigFileSize) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface scala.Equals
canEqual, equals
Methods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix