com.netflix.eureka.cluster
Class PeerEurekaNode.ReplicationListResponse

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

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


Constructor Summary
PeerEurekaNode.ReplicationListResponse()
           
 
Method Summary
 void addResponse(PeerEurekaNode.ReplicationInstanceResponse singleResponse)
           
 java.util.List<PeerEurekaNode.ReplicationInstanceResponse> getResponseList()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PeerEurekaNode.ReplicationListResponse

public PeerEurekaNode.ReplicationListResponse()
Method Detail

getResponseList

public java.util.List<PeerEurekaNode.ReplicationInstanceResponse> getResponseList()

addResponse

public void addResponse(PeerEurekaNode.ReplicationInstanceResponse singleResponse)