|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.netflix.eureka.resources.PeerReplicationResource
public class PeerReplicationResource
A jersey resource that handles requests for replication purposes
| Constructor Summary | |
|---|---|
PeerReplicationResource()
|
|
| Method Summary | |
|---|---|
javax.ws.rs.core.Response |
batchReplication(PeerEurekaNode.ReplicationList replicationList)
Process batched replication events from peer eureka nodes. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PeerReplicationResource()
| Method Detail |
|---|
public javax.ws.rs.core.Response batchReplication(PeerEurekaNode.ReplicationList replicationList)
The batched events are delegated to underlying resources to generate a PeerEurekaNode.ReplicationListResponse
containing the individual responses to the batched events
replicationList - The List of replication events from peer eureka nodes
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||