public class AnswerHolder extends Object
notify()
method on the AnswerHolder instance.Modifier and Type | Field and Description |
---|---|
int |
_numOfEntriesMatched |
AnswerPacket |
m_AnswerPacket |
Exception |
m_Exception |
Constructor and Description |
---|
AnswerHolder() |
Modifier and Type | Method and Description |
---|---|
AnswerPacket |
getAnswerPacket() |
IEntryPacket[] |
getEntryPackets() |
GSEventRegistration |
getEventRegistration() |
Exception |
getException() |
SingleExplainPlan |
getExplainPlan() |
int |
getNumOfEntriesMatched() |
AnswerPacket |
getResult() |
int |
getSyncRelplicationLevel() |
WriteEntriesResult |
getUpdateMultipleResult() |
void |
setEntryPackets(IEntryPacket[] entryPackets) |
void |
setEventRegistration(GSEventRegistration m_EventRegistration) |
void |
setExplainPlan(SingleExplainPlan plan) |
void |
setNumOfEntriesMatched(int numOfEntriesMatched) |
void |
setSyncRelplicationLevel(int syncRelplicationLevel) |
void |
setUpdateMultipleResult(WriteEntriesResult updateMultipleResult) |
void |
throwExceptionIfExists() |
public volatile AnswerPacket m_AnswerPacket
public volatile Exception m_Exception
public int _numOfEntriesMatched
public int getSyncRelplicationLevel()
public void setSyncRelplicationLevel(int syncRelplicationLevel)
public void setEventRegistration(GSEventRegistration m_EventRegistration)
public GSEventRegistration getEventRegistration()
public AnswerPacket getResult() throws EntryVersionConflictException, EntryNotInSpaceException, TransactionException
public AnswerPacket getAnswerPacket()
public Exception getException()
public IEntryPacket[] getEntryPackets()
public void setEntryPackets(IEntryPacket[] entryPackets)
public WriteEntriesResult getUpdateMultipleResult()
public void setUpdateMultipleResult(WriteEntriesResult updateMultipleResult)
public int getNumOfEntriesMatched()
public void setNumOfEntriesMatched(int numOfEntriesMatched)
public void throwExceptionIfExists() throws TransactionException, EntryVersionConflictException, EntryNotInSpaceException
public void setExplainPlan(SingleExplainPlan plan)
public SingleExplainPlan getExplainPlan()
Copyright © GigaSpaces.