public abstract class CliFunction<T>
extends java.lang.Object
implements org.apache.geode.internal.cache.execute.InternalFunction<T>
| Constructor and Description |
|---|
CliFunction() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(org.apache.geode.cache.execute.FunctionContext<T> context) |
abstract org.apache.geode.management.internal.functions.CliFunctionResult |
executeFunction(org.apache.geode.cache.execute.FunctionContext<T> context) |
boolean |
isHA() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetRequiredPermissionspublic final void execute(org.apache.geode.cache.execute.FunctionContext<T> context)
execute in interface org.apache.geode.cache.execute.Function<T>public boolean isHA()
isHA in interface org.apache.geode.cache.execute.Function<T>public abstract org.apache.geode.management.internal.functions.CliFunctionResult executeFunction(org.apache.geode.cache.execute.FunctionContext<T> context) throws java.lang.Exception
java.lang.Exception