public class FifoBackgroundRequest extends Object
Modifier and Type | Class and Description |
---|---|
static class |
FifoBackgroundRequest.AllowFifoNotificationsForNonFifoType |
Constructor and Description |
---|
FifoBackgroundRequest() |
FifoBackgroundRequest(OperationID operID,
boolean isNotifyRequest,
boolean isNonNotifyRequest,
IEntryHolder eh,
IEntryHolder originalEntry,
boolean fromReplication,
int spaceOperation,
ServerTransaction txn,
IEntryHolder cloneEH) |
FifoBackgroundRequest(OperationID operID,
boolean isNotifyRequest,
boolean isNonNotifyRequest,
IEntryHolder eh,
IEntryHolder originalEntry,
boolean fromReplication,
ITemplateHolder template) |
Modifier and Type | Method and Description |
---|---|
FifoBackgroundRequest.AllowFifoNotificationsForNonFifoType |
getAllowFifoNotificationsForNonFifoEvents() |
IEntryHolder |
getCloneEntry() |
IEntryHolder |
getEntry() |
long |
getFifoXtnNumber() |
OperationID |
getOperationID() |
IEntryHolder |
getOriginalEntry() |
int |
getSpaceOperation() |
ITemplateHolder |
getTemplate() |
long |
getTime() |
ServerTransaction |
getXtn() |
boolean |
isCancelled() |
boolean |
isFromReplication() |
boolean |
isNonNotifyRequest() |
boolean |
isNotifyRequest() |
boolean |
isReady() |
boolean |
isXtnEnd() |
void |
resetReady() |
void |
setAllowFifoNotificationsForNonFifoEvents(FifoBackgroundRequest.AllowFifoNotificationsForNonFifoType e) |
void |
setCancelled() |
void |
setFifoXtnNumber(long xtnFifo) |
void |
setReady() |
void |
setTime(long tm) |
void |
setXtnEnd() |
public FifoBackgroundRequest()
public FifoBackgroundRequest(OperationID operID, boolean isNotifyRequest, boolean isNonNotifyRequest, IEntryHolder eh, IEntryHolder originalEntry, boolean fromReplication, ITemplateHolder template)
public FifoBackgroundRequest(OperationID operID, boolean isNotifyRequest, boolean isNonNotifyRequest, IEntryHolder eh, IEntryHolder originalEntry, boolean fromReplication, int spaceOperation, ServerTransaction txn, IEntryHolder cloneEH)
public boolean isNotifyRequest()
public boolean isNonNotifyRequest()
public long getFifoXtnNumber()
public void setFifoXtnNumber(long xtnFifo)
public boolean isReady()
public void setReady()
public void resetReady()
public boolean isCancelled()
public void setCancelled()
public IEntryHolder getEntry()
public IEntryHolder getOriginalEntry()
public ITemplateHolder getTemplate()
public long getTime()
public void setTime(long tm)
public int getSpaceOperation()
public IEntryHolder getCloneEntry()
public ServerTransaction getXtn()
public boolean isXtnEnd()
public void setXtnEnd()
public boolean isFromReplication()
public OperationID getOperationID()
public FifoBackgroundRequest.AllowFifoNotificationsForNonFifoType getAllowFifoNotificationsForNonFifoEvents()
public void setAllowFifoNotificationsForNonFifoEvents(FifoBackgroundRequest.AllowFifoNotificationsForNonFifoType e)
Copyright © GigaSpaces.