|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.esper.schedule.ScheduleSlot
public class ScheduleSlot
This class is a slot in a ScheduleBucket
for sorting schedule service callbacks.
Constructor Summary | |
---|---|
ScheduleSlot(int bucketNum,
int slotNum)
Ctor. |
Method Summary | |
---|---|
int |
compareTo(ScheduleSlot scheduleCallbackSlot)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ScheduleSlot(int bucketNum, int slotNum)
bucketNum
- is the number of the bucket the slot belongs toslotNum
- is the slot number for ordering within the bucketMethod Detail |
---|
public int compareTo(ScheduleSlot scheduleCallbackSlot)
compareTo
in interface java.lang.Comparable<ScheduleSlot>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |