Class HDFSOutputConnector.HDFSOutputSpecs

    • Nested Class Summary

      • Nested classes/interfaces inherited from class java.util.AbstractMap

        java.util.AbstractMap.SimpleEntry<K extends java.lang.Object,​V extends java.lang.Object>, java.util.AbstractMap.SimpleImmutableEntry<K extends java.lang.Object,​V extends java.lang.Object>
      • Nested classes/interfaces inherited from interface java.util.Map

        java.util.Map.Entry<K extends java.lang.Object,​V extends java.lang.Object>
    • Constructor Summary

      Constructors 
      Constructor Description
      HDFSOutputSpecs​(java.lang.String versionString)
      Build a set of ElasticSearch parameters by reading an JSON object
      HDFSOutputSpecs​(org.apache.manifoldcf.core.interfaces.ConfigurationNode node)
      Build a set of ElasticSearch parameters by reading an instance of SpecificationNode.
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static void contextToSpecNode​(org.apache.manifoldcf.core.interfaces.IPostParameters variableContext, org.apache.manifoldcf.core.interfaces.ConfigurationNode specNode, int sequenceNumber)  
      java.lang.String getRootPath()  
      java.lang.String toVersionString()  
      • Methods inherited from class java.util.HashMap

        clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
      • Methods inherited from class java.util.AbstractMap

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.util.Map

        equals, hashCode
    • Field Detail

      • SPECIFICATIONLIST

        public static final ParameterEnum[] SPECIFICATIONLIST
    • Constructor Detail

      • HDFSOutputSpecs

        public HDFSOutputSpecs​(java.lang.String versionString)
                        throws org.apache.manifoldcf.core.interfaces.ManifoldCFException
        Build a set of ElasticSearch parameters by reading an JSON object
        Throws:
        org.apache.manifoldcf.core.interfaces.ManifoldCFException
      • HDFSOutputSpecs

        public HDFSOutputSpecs​(org.apache.manifoldcf.core.interfaces.ConfigurationNode node)
                        throws org.apache.manifoldcf.core.interfaces.ManifoldCFException
        Build a set of ElasticSearch parameters by reading an instance of SpecificationNode.
        Parameters:
        node -
        Throws:
        org.apache.manifoldcf.core.interfaces.ManifoldCFException
    • Method Detail

      • contextToSpecNode

        public static void contextToSpecNode​(org.apache.manifoldcf.core.interfaces.IPostParameters variableContext,
                                             org.apache.manifoldcf.core.interfaces.ConfigurationNode specNode,
                                             int sequenceNumber)
        Parameters:
        variableContext -
        specNode -
      • toVersionString

        public java.lang.String toVersionString()
        Returns:
        a JSON representation of the parameter list
      • getRootPath

        public java.lang.String getRootPath()