|
Project Wonder 5.0 | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecter.extensions.concurrency.ERXJobLoadBalancer.JobSet
public static class ERXJobLoadBalancer.JobSet
Describes which jobs (index mod modulo) the worker should attempt to process
Field Summary | |
---|---|
int |
_index
|
int |
_modulo
|
Constructor Summary | |
---|---|
ERXJobLoadBalancer.JobSet(int i,
int m)
|
Method Summary | |
---|---|
int |
index()
|
int |
modulo()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public int _index
public int _modulo
Constructor Detail |
---|
public ERXJobLoadBalancer.JobSet(int i, int m)
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public int index()
public int modulo()
|
Last updated: Tue, Feb 21, 2017 05:45 PM CET | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |