Class Storage

  • All Implemented Interfaces:
    groovy.lang.GroovyObject, java.io.Serializable
    Direct Known Subclasses:
    MinIoStorage

    public class Storage
    extends java.lang.Object
    implements java.io.Serializable, groovy.lang.GroovyObject
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      Storage()  
      Storage​(java.lang.String type)  
      Storage​(java.lang.String type, java.lang.String host)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getHost()  
      groovy.lang.MetaClass getMetaClass()  
      static long getSerialVersionUID()  
      java.lang.String getType()  
      void setHost​(java.lang.String host)  
      void setMetaClass​(groovy.lang.MetaClass mc)  
      void setType​(java.lang.String type)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface groovy.lang.GroovyObject

        getProperty, invokeMethod, setProperty
    • Constructor Detail

      • Storage

        public Storage()
      • Storage

        public Storage​(java.lang.String type)
      • Storage

        public Storage​(java.lang.String type,
                       java.lang.String host)
    • Method Detail

      • setMetaClass

        public void setMetaClass​(groovy.lang.MetaClass mc)
        Specified by:
        setMetaClass in interface groovy.lang.GroovyObject
      • getSerialVersionUID

        public static long getSerialVersionUID()
      • getType

        public java.lang.String getType()
      • setType

        public void setType​(java.lang.String type)
      • getHost

        public java.lang.String getHost()
      • setHost

        public void setHost​(java.lang.String host)
      • getMetaClass

        @QueryType(NONE)
        public groovy.lang.MetaClass getMetaClass()
        Specified by:
        getMetaClass in interface groovy.lang.GroovyObject