com.voidsearch.voidbase.storage.memory
Class SimpleHashStore

java.lang.Object
  extended by com.voidsearch.voidbase.storage.memory.SimpleHashStore
All Implemented Interfaces:
SynchronousStorage

public class SimpleHashStore
extends java.lang.Object
implements SynchronousStorage


Constructor Summary
SimpleHashStore()
           
 
Method Summary
 MetroCell get(java.lang.String key)
           
 void put(MetroCell cell)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleHashStore

public SimpleHashStore()
Method Detail

put

public void put(MetroCell cell)
Specified by:
put in interface SynchronousStorage

get

public MetroCell get(java.lang.String key)
Specified by:
get in interface SynchronousStorage


Copyright © 2009. All Rights Reserved.