|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.yahoo.ycsb.DataStore
public abstract class DataStore
Constructor Summary | |
---|---|
DataStore()
|
Method Summary | |
---|---|
void |
cleanup()
Cleanup any state for this DB. |
java.util.Properties |
getProperties()
Get the set of properties for this DB. |
void |
init()
Initialize any state for this DB. |
void |
setProperties(java.util.Properties p)
Set the properties for this DB. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DataStore()
Method Detail |
---|
public void setProperties(java.util.Properties p)
public java.util.Properties getProperties()
public void init() throws DataStoreException
DataStoreException
public void cleanup() throws DataStoreException
DataStoreException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |