fSuccessfulGetQty = new AtomicLong(0);
fPutQty = new AtomicLong(0);
fLock = new ReentrantReadWriteLock();
fInstances = new ArrayList<CCDB2Instance>();
fDriver = new SCStorageServerDriver()
{
@Override
public void log(String s, Throwable e, boolean addNewline)
{
// do nothing