|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
public interface VoldemortProvider
| Method Summary | |
|---|---|
Object
|
withVoldemort(Closure closure)
|
Object
|
withVoldemort(String clientName, Closure closure)
|
Object
|
withVoldemort(CallableWithArgs callable)
|
Object
|
withVoldemort(String clientName, CallableWithArgs callable)
|
Object
|
withVoldemortStore(String storeName, Closure closure)
|
Object
|
withVoldemortStore(String clientName, String storeName, Closure closure)
|
Object
|
withVoldemortStore(String storeName, CallableWithArgs callable)
|
Object
|
withVoldemortStore(String clientName, String storeName, CallableWithArgs callable)
|
| Method Detail |
|---|
public Object withVoldemort(Closure closure)
public Object withVoldemort(String clientName, Closure closure)
public Object withVoldemort(CallableWithArgs callable)
public Object withVoldemort(String clientName, CallableWithArgs callable)
public Object withVoldemortStore(String storeName, Closure closure)
public Object withVoldemortStore(String clientName, String storeName, Closure closure)
public Object withVoldemortStore(String storeName, CallableWithArgs callable)
public Object withVoldemortStore(String clientName, String storeName, CallableWithArgs callable)
Groovy Documentation