cbelasticsearch

Class AliasBuilder

lucee.Component
    extended by cbelasticsearch.AliasBuilder
Class Attributes:
  • synchronized : false
  •  
  • accessors : true
  •  
  • persistent : false
  •  
    Property Summary
    type property default serializable required
    any action


    • access = public
    • returntype = any
    true false
    any aliasName


    • access = public
    • returntype = any
    true false
    any indexName


    • access = public
    • returntype = any
    true false
    Method Summary
    any add(string indexName, string aliasName)
    string getAction()
    string getAliasName()
    string getIndexName()
    any new(string action, string indexName, string aliasName)
    any remove(string indexName, string aliasName)
    any setAction(any action)
    any setAliasName(any aliasName)
    any setIndexName(any indexName)
     
    Methods inherited from class lucee.Component
    None

    Property Detail

    action

    property any action

    Attributes:
    access - public
    required - false
    returntype - any
    serializable - true

    aliasName

    property any aliasName

    Attributes:
    access - public
    required - false
    returntype - any
    serializable - true

    indexName

    property any indexName

    Attributes:
    access - public
    required - false
    returntype - any
    serializable - true

    Method Detail

    add

    public any add(string indexName, string aliasName)

    Parameters:
    indexName
    aliasName

    getAction

    public string getAction()


    getAliasName

    public string getAliasName()


    getIndexName

    public string getIndexName()


    new

    public any new(string action, string indexName, string aliasName)

    Parameters:
    action
    indexName
    aliasName

    remove

    public any remove(string indexName, string aliasName)

    Parameters:
    indexName
    aliasName

    setAction

    public any setAction(any action)

    Parameters:
    action

    setAliasName

    public any setAliasName(any aliasName)

    Parameters:
    aliasName

    setIndexName

    public any setIndexName(any indexName)

    Parameters:
    indexName