org.shoal.ha.cache.api
Interface DataStoreKeyHelper<K>

All Known Implementing Classes:
ObjectKeyHelper, StringKeyHelper

public interface DataStoreKeyHelper<K>

Author:
Mahesh Kannan

Method Summary
 K readKey(ReplicationInputStream ris)
           
 void writeKey(ReplicationOutputStream ros, K k)
           
 

Method Detail

writeKey

void writeKey(ReplicationOutputStream ros,
              K k)
              throws java.io.IOException
Throws:
java.io.IOException

readKey

K readKey(ReplicationInputStream ris)
          throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2010. All Rights Reserved.