|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrice.p2p.splitstream.SplitStreamSubscribeContent
This represents data sent through scribe for splitstream during a subscribe
Field Summary | |
protected int |
stage
The stage that the client attempting to join is in |
static int |
STAGE_FINAL
The final stage of the join process |
static int |
STAGE_NON_FINAL
The first stage of the join process |
Constructor Summary | |
SplitStreamSubscribeContent(int stage)
Constructor taking in a byte[] |
Method Summary | |
int |
getStage()
Returns the data for this content |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static int STAGE_NON_FINAL
public static int STAGE_FINAL
protected int stage
Constructor Detail |
public SplitStreamSubscribeContent(int stage)
Method Detail |
public int getStage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |