Package org.apache.geode.cache.execute
Class FunctionAdapter
java.lang.Object
org.apache.geode.cache.execute.FunctionAdapter
- All Implemented Interfaces:
Serializable,Function,org.apache.geode.lang.Identifiable
Deprecated.
Application developers can extend this class instead of implementing the
Function
interface.
This implementation provides the following defaults
Function.hasResult()returns trueFunction.optimizeForWrite()returns falseFunction.isHA()returns true
- Since:
- GemFire 6.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.geode.cache.execute.Function
execute, getId, getRequiredPermissions, getRequiredPermissions, hasResult, isHA, optimizeForWrite
-
Constructor Details
-
FunctionAdapter
public FunctionAdapter()Deprecated.
-
Functioninstead. Function has default methods that now mimic the behavior of FunctionAdapter.