com.voidsearch.voidbase.storage
Interface SynchronousStorage

All Known Implementing Classes:
SimpleHashStore

public interface SynchronousStorage


Method Summary
 MetroCell get(java.lang.String key)
           
 void put(MetroCell cell)
           
 

Method Detail

put

void put(MetroCell cell)
         throws StorageException
Throws:
StorageException

get

MetroCell get(java.lang.String key)
              throws StorageException
Throws:
StorageException


Copyright © 2009. All Rights Reserved.