Inheritance diagram for ClusterEntry:
Public Member Functions | |
void | setData (ClusterContent data) |
ClusterContent | getData () |
void | destroy () |
Static Public Member Functions | |
ClusterEntry | create () |
Private Member Functions | |
long | getTime () |
void | setTime (long time) |
void | read (IReader reader) |
void | write (IWriter writer) |
Object | create (IReader reader) |
char[] | getGuid () |
Private Attributes | |
ClusterContent | data |
ClusterEntry | next |
Static Private Attributes | |
ClusterEntry | freelist |
|
Definition at line 422 of file ClusterCache.d. References ClusterContent. |
|
Definition at line 431 of file ClusterCache.d. References ClusterContent, and data. Referenced by ChannelCache::extract(), and ChannelCache::get(). |
|
Allocate an entry from a list rather than creating a new one Reimplemented from Payload. Definition at line 442 of file ClusterCache.d. References next. |
|
Return this Payload to the free-list Reimplemented from Payload. Definition at line 462 of file ClusterCache.d. References data. |
|
Return the timestamp associated with this payload Reimplemented from IPayload. Definition at line 71 of file Payload.d. References Payload::time. Referenced by ChannelCache::lockWhereInvalid(). |
|
Set the timestamp of this payload Reimplemented from IPayload. Definition at line 82 of file Payload.d. References time. |
|
Recover the timestamp from the provided reader Reimplemented from IReadable. Reimplemented in InvalidatorPayload, Message, Task, and RollCall. Definition at line 93 of file Payload.d. References IReader::get, and Payload::time. Referenced by Payload::create(), testProtocol(), and testRemoteCacheLoader(). |
|
Emit our timestamp to the provided writer Reimplemented from IWritable. Reimplemented in InvalidatorPayload, Message, Task, and RollCall. Definition at line 104 of file Payload.d. References IWriter::put, and Payload::time. Referenced by testProtocol(). |
|
Create a new instance of a payload, and populate it via read() using the specified reader Reimplemented from IPickleFactory. Reimplemented in Message, and Task. Definition at line 116 of file Payload.d. References Payload::create(), and Payload::read(). |
|
Return the guid for this payload. This should be unique per payload class, if said class is used in conjunction with the clustering facilities. Inspected by the Pickle utilitiy classes. Reimplemented from IPickle. Reimplemented in InvalidatorPayload, Message, NullMessage, Task, and RollCall. Definition at line 145 of file Payload.d. Referenced by testProtocol(). |
|
Definition at line 414 of file ClusterCache.d. |
|
Definition at line 415 of file ClusterCache.d. Referenced by create(). |
|
Definition at line 416 of file ClusterCache.d. |