Constructor and Description |
---|
EntryArrivedPacket() |
Modifier and Type | Method and Description |
---|---|
void |
clear()
Cleans the resource of its contents so it can be returned to the pool.
|
void |
constructEntryArrivedPacket(OperationID operationID,
IEntryHolder entryHolder,
ServerTransaction xtn,
boolean notifyListeners,
IEntryHolder entryValueToNotify,
boolean fromReplication)
Constructs an EntryArrivedPacket
|
void |
execute(Processor processor) |
IEntryHolder |
getEntryValueToNotify() |
boolean |
isFromReplication() |
boolean |
shouldNotifyListeners() |
constructBusPacket, getCreationTime, getEntryHolder, getOperationID, getTimeout, getTransaction, setOperationID
acquire, isAcquired, isFromPool, release, setAcquired, setFromPool
public void constructEntryArrivedPacket(OperationID operationID, IEntryHolder entryHolder, ServerTransaction xtn, boolean notifyListeners, IEntryHolder entryValueToNotify, boolean fromReplication)
public void clear()
IResource
You may use the
IResource.isFromPool()
indication to decide of a special action before returning a resource to
the pool, or discard any actions on resources not returning to the pool.
clear
in interface IResource
clear
in class BusPacket<Processor>
BusPacket.clear()
,
Resource.clear()
public boolean shouldNotifyListeners()
public IEntryHolder getEntryValueToNotify()
public boolean isFromReplication()
Copyright © GigaSpaces.