Class MultipleIdsContext
java.lang.Object
com.gigaspaces.internal.server.space.MultipleIdsContext
- Direct Known Subclasses:
UpdateMultipleContext
Context for by ids operations .
- Since:
- 9.6
- Author:
- yechiel
-
Constructor Summary
ConstructorsConstructorDescriptionMultipleIdsContext(ITemplateHolder concentratingTemplate, int numToAnswer, int operationModifiers, long timeout, SpaceEngine engine, XtnEntry xtnEntry) -
Method Summary
Modifier and TypeMethodDescriptionintlonglongbooleanbooleanisAnswerSetForOrdinal(int ordinal) booleanbooleanbooleanvoidbooleanshouldRetryUpdateOrWriteForEntry(Throwable exception, ITemplateHolder entryOpTemplate, UpdateOrWriteContext ctx, boolean spawnThread)
-
Constructor Details
-
MultipleIdsContext
public MultipleIdsContext(ITemplateHolder concentratingTemplate, int numToAnswer, int operationModifiers, long timeout, SpaceEngine engine, XtnEntry xtnEntry)
-
-
Method Details
-
isNeedLocking
public boolean isNeedLocking() -
setNonMainThreadUsed
public void setNonMainThreadUsed() -
getLockObject
-
getConcentratingTemplate
-
isAnswerReady
public boolean isAnswerReady() -
getTimeOut
public long getTimeOut() -
getOperationModifiers
public int getOperationModifiers() -
setAnswer
-
isAnswerSetForOrdinal
public boolean isAnswerSetForOrdinal(int ordinal) -
isUpdateOrWriteMultiple
public boolean isUpdateOrWriteMultiple() -
getEngine
-
getStartTime
public long getStartTime() -
shouldRetryUpdateOrWriteForEntry
public boolean shouldRetryUpdateOrWriteForEntry(Throwable exception, ITemplateHolder entryOpTemplate, UpdateOrWriteContext ctx, boolean spawnThread) -
getXtnEntry
-