public class AbsoluteOrder
extends java.lang.Object
Title: Membership - Absolute Order
Description: A simple, yet agreeable and efficient way of ordering members
Ordering members can serve as a basis for electing a leader or coordinating efforts.
This is stinky simple, it works on the basis of the Member interface
and orders members in the following format:
Member| Modifier and Type | Class and Description | 
|---|---|
| static class  | AbsoluteOrder.AbsoluteComparator | 
| Modifier and Type | Field and Description | 
|---|---|
| static AbsoluteOrder.AbsoluteComparator | comp | 
| Modifier | Constructor and Description | 
|---|---|
| protected  | AbsoluteOrder() | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | absoluteOrder(java.util.List<Member> members) | 
| static void | absoluteOrder(Member[] members) | 
public static final AbsoluteOrder.AbsoluteComparator comp
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.