|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.plugins.hazelcast.HazelcastContributionAdapter
public class HazelcastContributionAdapter extends Object
| Field Summary | |
|---|---|
private static String |
DEFAULT
|
private HazelcastProvider |
provider
|
| Constructor Summary | |
HazelcastContributionAdapter()
|
|
| Method Summary | |
|---|---|
HazelcastProvider
|
getHazelcastProvider()
|
void
|
setHazelcastProvider(HazelcastProvider provider)
|
R
|
withHazelcast(Closure closure)
|
R
|
withHazelcast(String clientName, Closure closure)
|
R
|
withHazelcast(CallableWithArgs callable)
|
R
|
withHazelcast(String clientName, CallableWithArgs callable)
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
private static final String DEFAULT
private HazelcastProvider provider
| Constructor Detail |
|---|
HazelcastContributionAdapter()
| Method Detail |
|---|
public HazelcastProvider getHazelcastProvider()
public void setHazelcastProvider(HazelcastProvider provider)
public R withHazelcast(Closure closure)
public R withHazelcast(String clientName, Closure closure)
public R withHazelcast(CallableWithArgs callable)
public R withHazelcast(String clientName, CallableWithArgs callable)
Groovy Documentation