Groovy Documentation

griffon.plugins.voldemort
[Java] Interface VoldemortProvider


public interface VoldemortProvider

Authors:
Andres Almiray


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

withVoldemort

public Object withVoldemort(Closure closure)


withVoldemort

public Object withVoldemort(String clientName, Closure closure)


withVoldemort

public Object withVoldemort(CallableWithArgs callable)


withVoldemort

public Object withVoldemort(String clientName, CallableWithArgs callable)


withVoldemortStore

public Object withVoldemortStore(String storeName, Closure closure)


withVoldemortStore

public Object withVoldemortStore(String clientName, String storeName, Closure closure)


withVoldemortStore

public Object withVoldemortStore(String storeName, CallableWithArgs callable)


withVoldemortStore

public Object withVoldemortStore(String clientName, String storeName, CallableWithArgs callable)


 

Groovy Documentation