|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.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)
|
boolean |
equals(java.lang.Object o)
|
int |
getBucketNum()
Returns the bucket number. |
int |
getSlotNum()
Returns the slot number. |
int |
hashCode()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, 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 getBucketNum()
public int getSlotNum()
public int compareTo(ScheduleSlot scheduleCallbackSlot)
compareTo
in interface java.lang.Comparable<ScheduleSlot>
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |