Public Member Functions | |
this (Cluster cluster, uint size, uint sleep) | |
bool | put (char[] name, ClusterContent content) |
synchronized ClusterContent | get (char[] name) |
int | run () |
Private Member Functions | |
final ChannelQueue | lookup (char[] channel) |
Private Attributes | |
uint | size |
uint | used |
uint | sleep |
ILogger | logger |
Cluster | cluster |
HashMap | queueSet |
|
Definition at line 195 of file ClusterCache.d. References Cluster::getLogger(), HashMap, queueSet, size, and sleep. |
|
Definition at line 210 of file ClusterCache.d. References HashMap::get(), and queueSet. |
|
Definition at line 219 of file ClusterCache.d. References ClusterContent, Cluster::createChannel(), lookup(), ChannelQueue::put(), HashMap::put(), queueSet, size, ILogger::trace(), and used. Referenced by ClusterThread::run(). |
|
Definition at line 247 of file ClusterCache.d. References ClusterContent, ChannelQueue::get(), lookup(), and used. Referenced by ClusterThread::run(). |
|
Definition at line 266 of file ClusterCache.d. References Cluster::broadcast(), ChannelQueue::channel, ChannelQueue::count, ILogger::error(), IChannel::getName(), ILogger::isEnabled(), ILevel::Level, queueSet, sleep, and ILogger::trace(). |
|
Definition at line 184 of file ClusterCache.d. |
|
Definition at line 184 of file ClusterCache.d. |
|
Definition at line 184 of file ClusterCache.d. |
|
Definition at line 187 of file ClusterCache.d. |
|
Definition at line 188 of file ClusterCache.d. |
|
Definition at line 189 of file ClusterCache.d. |