public abstract class KeyFactory extends Object
| Constructor and Description |
|---|
KeyFactory() |
| Modifier and Type | Method and Description |
|---|---|
abstract Object |
buildKey(String keyString)
Builds a key from a string parameter.
|
org.apache.gora.store.DataStore |
getDataStore()
Gets the data store used in this factory.
|
void |
setDataStore(org.apache.gora.store.DataStore dataStore)
Sets the data store used in this factory.
|
public abstract Object buildKey(String keyString)
keyString - the key object as a string.public org.apache.gora.store.DataStore getDataStore()
public void setDataStore(org.apache.gora.store.DataStore dataStore)
dataStore - the dataStore to setCopyright © 2011-2019 The Apache Software Foundation. All Rights Reserved.