|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.continuent.tungsten.replicator.event.ReplEvent
public abstract class ReplEvent
This class is the superclass from which all replication events inherit. It defines minimal shared behavior. This is currently restricted to providing a common serialization interface and estimated size to help with memory management. Estimated size is a hint and does not have to be exact. It is designed to help us tell whether the object in question needs a lot of heap memory.
| Constructor Summary | |
|---|---|
ReplEvent()
|
|
| Method Summary | |
|---|---|
int |
getEstimatedSize()
Returns the estimated serialized size of this event, if known. |
abstract long |
getSeqno()
Returns the sequence number of this event. |
void |
setEstimatedSize(int estimatedSize)
Sets the estimated serialized size of this event. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReplEvent()
| Method Detail |
|---|
public abstract long getSeqno()
public int getEstimatedSize()
public void setEstimatedSize(int estimatedSize)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||