com.netflix.eureka.cluster
Class PeerEurekaNode.ReplicationList

java.lang.Object
  extended by com.netflix.eureka.cluster.PeerEurekaNode.ReplicationList
Enclosing class:
PeerEurekaNode

@Serializer(value="com.netflix.discovery.converters.EntityBodyConverter")
public static class PeerEurekaNode.ReplicationList
extends java.lang.Object


Constructor Summary
PeerEurekaNode.ReplicationList()
           
 
Method Summary
 void addReplicationInstance(PeerEurekaNode.ReplicationInstance instance)
           
 java.util.List<PeerEurekaNode.ReplicationInstance> getList()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PeerEurekaNode.ReplicationList

public PeerEurekaNode.ReplicationList()
Method Detail

addReplicationInstance

public void addReplicationInstance(PeerEurekaNode.ReplicationInstance instance)

getList

public java.util.List<PeerEurekaNode.ReplicationInstance> getList()