- java.lang.Object
-
- com.gemstone.gemfire.cache.execute.FunctionAdapter
-
- cacheperf.comparisons.replicated.execute.PutKeyFunction
-
- All Implemented Interfaces:
- com.gemstone.gemfire.cache.Declarable, com.gemstone.gemfire.cache.execute.Function, com.gemstone.gemfire.lang.Identifiable<String>, Serializable
public class PutKeyFunction
extends com.gemstone.gemfire.cache.execute.FunctionAdapter
implements com.gemstone.gemfire.cache.Declarable
Function that puts the value from the argument at the key passed in through
the filter.
- See Also:
- Serialized Form
-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
PutKeyFunction
public PutKeyFunction()
-
Method Detail
-
getId
public String getId()
- Specified by:
getId in interface com.gemstone.gemfire.cache.execute.Function
- Specified by:
getId in interface com.gemstone.gemfire.lang.Identifiable<String>
- Overrides:
getId in class com.gemstone.gemfire.cache.execute.FunctionAdapter
-
isHA
public boolean isHA()
- Specified by:
isHA in interface com.gemstone.gemfire.cache.execute.Function
- Overrides:
isHA in class com.gemstone.gemfire.cache.execute.FunctionAdapter
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.