|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.plugins.hazelcast.AbstractHazelcastProvider
public abstract class AbstractHazelcastProvider extends Object
| Field Summary | |
|---|---|
private static String |
DEFAULT
|
private static org.slf4j.Logger |
LOG
|
| Constructor Summary | |
AbstractHazelcastProvider()
|
|
| Method Summary | |
|---|---|
protected com.hazelcast.client.HazelcastClient
|
getHazelcastClient(String clientName)
|
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 static final org.slf4j.Logger LOG
| Constructor Detail |
|---|
AbstractHazelcastProvider()
| Method Detail |
|---|
protected com.hazelcast.client.HazelcastClient getHazelcastClient(String clientName)
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