|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opends.server.replication.server.ReplicationIteratorComparator
public class ReplicationIteratorComparator
This Class define a Comparator that allows to know which ReplicationIterator contain the next UpdateMessage in the order defined by the ChangeNumber of the UpdateMessage.
| Constructor Summary | |
|---|---|
ReplicationIteratorComparator()
|
|
| Method Summary | |
|---|---|
int |
compare(ReplicationIterator o1,
ReplicationIterator o2)
Compare the ChangeNumber of the ReplicationIterator. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.util.Comparator |
|---|
equals |
| Constructor Detail |
|---|
public ReplicationIteratorComparator()
| Method Detail |
|---|
public int compare(ReplicationIterator o1,
ReplicationIterator o2)
compare in interface java.util.Comparator<ReplicationIterator>o1 - first ReplicationIterator.o2 - second ReplicationIterator.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||