|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.shoal.ha.cache.api.ObjectKeyHelper<K>
public class ObjectKeyHelper<K>
| Constructor Summary | |
|---|---|
ObjectKeyHelper(java.lang.ClassLoader loader,
ObjectInputOutputStreamFactory factory)
|
|
| Method Summary | |
|---|---|
K |
readKey(ReplicationInputStream ris)
|
void |
writeKey(ReplicationOutputStream ros,
K k)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ObjectKeyHelper(java.lang.ClassLoader loader,
ObjectInputOutputStreamFactory factory)
| Method Detail |
|---|
public void writeKey(ReplicationOutputStream ros,
K k)
throws java.io.IOException
writeKey in interface DataStoreKeyHelper<K>java.io.IOException
public K readKey(ReplicationInputStream ris)
throws DataStoreException
readKey in interface DataStoreKeyHelper<K>DataStoreException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||