Interface IReplicationPacket
- All Superinterfaces:
Cloneable
Interface for replication packets - SyncPacket and CompositeReplicationPacket
- Since:
- 6.5
- Author:
- anna
-
Method Details
-
setKey
void setKey(long key) -
getKey
long getKey() -
isTransient
boolean isTransient() -
discard
void discard() -
isDiscarded
boolean isDiscarded() -
getUid
String getUid() -
clone
IReplicationPacket clone() -
getOperation
ReplicationOperationType getOperation()- Returns:
- the operation
-