com.voidsearch.voidbase.storage.distributed
Class DistributedStorage
java.lang.Object
com.voidsearch.voidbase.storage.distributed.DistributedStorage
public class DistributedStorage
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
storage
protected static DistributedStorage storage
stores
protected java.util.Map<java.lang.String,DistributedStore> stores
logger
protected static final org.slf4j.Logger logger
DistributedStorage
protected DistributedStorage()
clone
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
- Overrides:
clone in class java.lang.Object
- Throws:
java.lang.CloneNotSupportedException
getInstance
public static DistributedStorage getInstance()
open
public void open(java.lang.String name,
java.lang.String path)
throws StorageException
- Throws:
StorageException
close
public void close(java.lang.String name)
throws StorageException
- Throws:
StorageException
isOpened
public java.lang.Boolean isOpened(java.lang.String name)
Copyright © 2009. All Rights Reserved.