|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectvoldemort.store.readonly.ReadOnlyStorageConfiguration
public class ReadOnlyStorageConfiguration
| Field Summary | |
|---|---|
static java.lang.String |
TYPE_NAME
|
| Constructor Summary | |
|---|---|
ReadOnlyStorageConfiguration(VoldemortConfig config)
|
|
| Method Summary | |
|---|---|
void |
close()
Close the storage configuration |
StorageEngine<ByteArray,byte[],byte[]> |
getStore(java.lang.String name)
Get an initialized storage implementation |
java.lang.String |
getType()
Get the type of stores returned by this configuration |
void |
setRoutingStrategy(RoutingStrategy routingStrategy)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String TYPE_NAME
| Constructor Detail |
|---|
public ReadOnlyStorageConfiguration(VoldemortConfig config)
| Method Detail |
|---|
public void close()
StorageConfiguration
close in interface StorageConfigurationpublic void setRoutingStrategy(RoutingStrategy routingStrategy)
public StorageEngine<ByteArray,byte[],byte[]> getStore(java.lang.String name)
StorageConfiguration
getStore in interface StorageConfigurationname - The name of the storage
public java.lang.String getType()
StorageConfiguration
getType in interface StorageConfiguration
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||