Package org.shoal.ha.cache.impl.util
Interface Replicable
-
public interface Replicable- Author:
- Mahesh Kannan
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidreadState(byte[] data, int offset)voidwriteState(ReplicationOutputStream ros)
-
-
-
Method Detail
-
writeState
void writeState(ReplicationOutputStream ros) throws java.io.IOException
- Throws:
java.io.IOException
-
readState
void readState(byte[] data, int offset)
-
-