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