Class ApproxMaxKCutStreamProc.StreamResult

  • Enclosing class:
    ApproxMaxKCutStreamProc

    public static class ApproxMaxKCutStreamProc.StreamResult
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      long communityId  
      long nodeId  
    • Constructor Summary

      Constructors 
      Constructor Description
      StreamResult​(long nodeId, long communityId)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • nodeId

        public final long nodeId
      • communityId

        public final long communityId
    • Constructor Detail

      • StreamResult

        public StreamResult​(long nodeId,
                            long communityId)