com.bigdata.jini.start.config
Class RoundRobinServiceConstraint
java.lang.Object
com.bigdata.jini.start.config.RoundRobinServiceConstraint
- All Implemented Interfaces:
- IServiceConstraint, Serializable
Deprecated. I think that we may get the right behavior naturally and it is
difficult to construct otherwise.
public abstract class RoundRobinServiceConstraint
- extends Object
- implements IServiceConstraint
Imposes a round-robin constraint on new service allocation using a well known
ZLock for the federation. The constraint will succeed iff the
ZLock is held by this ZooKeeper client.
- Version:
- $Id$
- Author:
- Bryan Thompson
- See Also:
- Serialized Form
|
Field Summary |
protected static boolean |
DEBUG
Deprecated. |
protected static boolean |
INFO
Deprecated. |
protected static org.apache.log4j.Logger |
log
Deprecated. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected static final org.apache.log4j.Logger log
- Deprecated.
INFO
protected static final boolean INFO
- Deprecated.
DEBUG
protected static final boolean DEBUG
- Deprecated.
RoundRobinServiceConstraint
public RoundRobinServiceConstraint()
- Deprecated.
Copyright © 2006-2009 SYSTAP, LLC. All Rights Reserved.