|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.data.gemfire.function.execution.GemfireOnServerFunctionTemplate
public class GemfireOnServerFunctionTemplate
| Field Summary | |
|---|---|
protected org.apache.commons.logging.Log |
log
|
protected com.gemstone.gemfire.cache.execute.ResultCollector<?,?> |
resultCollector
|
protected long |
timeout
|
| Constructor Summary | |
|---|---|
GemfireOnServerFunctionTemplate(com.gemstone.gemfire.cache.client.Pool pool)
|
|
GemfireOnServerFunctionTemplate(com.gemstone.gemfire.cache.RegionService cache)
|
|
| Method Summary | ||
|---|---|---|
protected
|
execute(org.springframework.data.gemfire.function.execution.AbstractFunctionExecution execution)
|
|
protected
|
execute(org.springframework.data.gemfire.function.execution.AbstractFunctionExecution execution,
boolean returnResult)
|
|
|
execute(com.gemstone.gemfire.cache.execute.Function function,
Object... args)
Execute an unregistered function |
|
|
execute(GemfireFunctionCallback<T> callback)
Execute a function using a native GemFire Execution instance |
|
|
execute(String functionId,
Object... args)
Execute a function registered with an ID |
|
protected
|
executeAndExtract(org.springframework.data.gemfire.function.execution.AbstractFunctionExecution execution)
|
|
|
executeAndExtract(com.gemstone.gemfire.cache.execute.Function function,
Object... args)
Execute an unregistered function with an expected singleton result |
|
|
executeAndExtract(String functionId,
Object... args)
Execute a function registered with an ID and with an expected singleton result |
|
void |
executeWithNoResult(String functionId,
Object... args)
Execute a function registered with an ID with no return value |
|
protected org.springframework.data.gemfire.function.execution.AbstractFunctionExecution |
getFunctionExecution()
|
|
com.gemstone.gemfire.cache.execute.ResultCollector<?,?> |
getResultCollector()
|
|
void |
setResultCollector(com.gemstone.gemfire.cache.execute.ResultCollector<?,?> resultCollector)
|
|
void |
setTimeout(long timeout)
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected org.apache.commons.logging.Log log
protected long timeout
protected volatile com.gemstone.gemfire.cache.execute.ResultCollector<?,?> resultCollector
| Constructor Detail |
|---|
public GemfireOnServerFunctionTemplate(com.gemstone.gemfire.cache.RegionService cache)
public GemfireOnServerFunctionTemplate(com.gemstone.gemfire.cache.client.Pool pool)
| Method Detail |
|---|
protected org.springframework.data.gemfire.function.execution.AbstractFunctionExecution getFunctionExecution()
public <T> Iterable<T> execute(com.gemstone.gemfire.cache.execute.Function function,
Object... args)
GemfireFunctionOperations
execute in interface GemfireFunctionOperationsfunction - the functionargs - calling arguments
public <T> T executeAndExtract(com.gemstone.gemfire.cache.execute.Function function,
Object... args)
GemfireFunctionOperations
executeAndExtract in interface GemfireFunctionOperationsfunction - the functionargs - calling arguments
public <T> Iterable<T> execute(String functionId,
Object... args)
GemfireFunctionOperations
execute in interface GemfireFunctionOperationsfunctionId - the function IDargs - the calling arguments
public void executeWithNoResult(String functionId,
Object... args)
GemfireFunctionOperations
executeWithNoResult in interface GemfireFunctionOperationsfunctionId - the function IDargs - the calling arguments
public <T> T executeAndExtract(String functionId,
Object... args)
GemfireFunctionOperations
executeAndExtract in interface GemfireFunctionOperationsfunctionId - the function IDargs - the calling arguments
public <T> T execute(GemfireFunctionCallback<T> callback)
GemfireFunctionOperationsExecution instance
execute in interface GemfireFunctionOperationscallback - a callback providing the execution instance
protected <T> Iterable<T> execute(org.springframework.data.gemfire.function.execution.AbstractFunctionExecution execution)
protected <T> Iterable<T> execute(org.springframework.data.gemfire.function.execution.AbstractFunctionExecution execution,
boolean returnResult)
protected <T> T executeAndExtract(org.springframework.data.gemfire.function.execution.AbstractFunctionExecution execution)
public void setTimeout(long timeout)
public void setResultCollector(com.gemstone.gemfire.cache.execute.ResultCollector<?,?> resultCollector)
public com.gemstone.gemfire.cache.execute.ResultCollector<?,?> getResultCollector()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||