Class RingsDetectionParams

  • All Implemented Interfaces:
    org.apache.hugegraph.computer.algorithm.AlgorithmParams

    public class RingsDetectionParams
    extends java.lang.Object
    implements org.apache.hugegraph.computer.algorithm.AlgorithmParams
    • Field Summary

      • Fields inherited from interface org.apache.hugegraph.computer.algorithm.AlgorithmParams

        BYTESID_CLASS_NAME, DEFAULTINPUTFILTER_CLASS_NAME, EXTRACTALLPROPERTYINPUTFILTER_CLASS_NAME, HDFS_OUTPUT_CLASS_NAME, HUGEGRAPH_DOUBLE_OUTPUT_CLASS_NAME, HUGEGRAPH_FLOAT_OUTPUT_CLASS_NAME, HUGEGRAPH_ID_OUTPUT_CLASS_NAME, HUGEGRAPH_INT_OUTPUT_CLASS_NAME, HUGEGRAPH_LIST_OUTPUT_CLASS_NAME, HUGEGRAPH_LONG_OUTPUT_CLASS_NAME, HUGEGRAPH_STRING_OUTPUT_CLASS_NAME, LOG, LOG_OUTPUT_CLASS_NAME
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setAlgorithmParameters​(java.util.Map<java.lang.String,​java.lang.String> params)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.apache.hugegraph.computer.algorithm.AlgorithmParams

        setIfAbsent, setIfAbsent
    • Constructor Detail

      • RingsDetectionParams

        public RingsDetectionParams()
    • Method Detail

      • setAlgorithmParameters

        public void setAlgorithmParameters​(java.util.Map<java.lang.String,​java.lang.String> params)
        Specified by:
        setAlgorithmParameters in interface org.apache.hugegraph.computer.algorithm.AlgorithmParams