public class KnownKeysFcn extends Object implements com.gemstone.gemfire.cache.execute.Function
| Constructor and Description |
|---|
KnownKeysFcn() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
doOps(int numOps)
Execute numOps ops on all regions (or fewer if there aren't enough ops remaining).
|
void |
execute(com.gemstone.gemfire.cache.execute.FunctionContext context)
execute method looks in the argument for a command string.
|
String |
getId() |
boolean |
hasResult() |
static void |
HydraTask_writeTxnsToBlackboard()
Write the List of TransactionIds for this jvm to the blackboard
|
protected static void |
initialize()
Initialize static fields for doing operations
|
boolean |
isHA() |
boolean |
optimizeForWrite() |
protected boolean |
resumeATransaction()
Look for a transaction to resume
|
public boolean hasResult()
hasResult in interface com.gemstone.gemfire.cache.execute.Functionpublic void execute(com.gemstone.gemfire.cache.execute.FunctionContext context)
execute in interface com.gemstone.gemfire.cache.execute.Functionpublic String getId()
getId in interface com.gemstone.gemfire.cache.execute.FunctiongetId in interface com.gemstone.gemfire.lang.Identifiable<String>public boolean optimizeForWrite()
optimizeForWrite in interface com.gemstone.gemfire.cache.execute.Functionpublic boolean isHA()
isHA in interface com.gemstone.gemfire.cache.execute.Functionprotected static void initialize()
protected boolean resumeATransaction()
protected boolean doOps(int numOps)
numOps - The desired number of ops to execute. This might execute fewer ops
if there aren't enough ops remaining.Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.