Class LocalClusterNode

java.lang.Object
org.teamapps.cluster.network.ClusterNode
org.teamapps.cluster.network.LocalClusterNode

public class LocalClusterNode
extends ClusterNode
  • Constructor Summary

    Constructors
    Constructor Description
    LocalClusterNode​(java.lang.String localNodeId, int port)  
  • Method Summary

    Modifier and Type Method Description
    int getPort()  

    Methods inherited from class org.teamapps.cluster.network.ClusterNode

    getNodeId, getServices, setNodeId, setServices

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • LocalClusterNode

      public LocalClusterNode​(java.lang.String localNodeId, int port)
  • Method Details

    • getPort

      public int getPort()