Package | Description |
---|---|
com.tangosol.io |
Contains classes providing cache persistence of serialized objects.
|
com.tangosol.net |
Contains basic cluster interfaces and factories.
|
com.tangosol.net.cache |
Contains classes providing various caching strategies.
|
com.tangosol.util |
Contains various generic utilities.
|
Modifier and Type | Class and Description |
---|---|
protected class |
AsyncBinaryStore.QueueDaemon
A daemon that processes queued writes.
|
Modifier and Type | Class and Description |
---|---|
class |
LoadBalancer.RequestHandler
A RequestHandler is a daemon thread that processes a request from a
queue.
|
class |
LoadBalancer.ResponseHandler
A ResponseHandler is a daemon thread that processes an outgoing
response from a destination server.
|
static class |
LoadBalancer.SocketHandler
A SocketHandler is an abstract daemon thread.
|
protected class |
RefreshableAddressProvider.RefreshThread |
Modifier and Type | Field and Description |
---|---|
protected Daemon |
RefreshableAddressProvider.f_daemonRefresh
The refresh daemon.
|
Modifier and Type | Method and Description |
---|---|
protected static String |
LoadBalancer.parseThreadExtension(Daemon daemon)
Parse the extension glued onto the end of a daemon's thread's name.
|
Modifier and Type | Class and Description |
---|---|
class |
ReadWriteBackingMap.ReadThread
A thread that removes keys from a
ReadWriteBackingMap.ReadQueue , reads the value
for the key from the underlying CacheStore, and caches the
value in the internal ReadWriteBackingMap cache. |
class |
ReadWriteBackingMap.WriteThread
This is the write-behind thread that pulls things from the write-behind
queue and writes them to the CacheStore that the backing map uses.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ReadWriteBackingMap.updateThreadName(Daemon daemon,
String sName)
Append the provided name to the Daemon's thread name if not already appended.
|
Modifier and Type | Class and Description |
---|---|
class |
TaskDaemon
A Daemon thread handler that asynchronously executes Runnable tasks, either
at a scheduled time or "as soon as possible".
|
Modifier and Type | Method and Description |
---|---|
protected Daemon |
Daemon.DaemonWorker.getDaemon() |