Package | Description |
---|---|
com.tangosol.net |
Contains basic cluster interfaces and factories.
|
Modifier and Type | Method and Description |
---|---|
protected static DefaultCacheServer |
DefaultCacheServer.ensureInstance(ConfigurableCacheFactory factory)
Returns the DefaultCacheServer singleton, creating it if necessary.
|
static DefaultCacheServer |
DefaultCacheServer.getInstance()
Returns the DefaultCacheServer created by a previous invocation of
ensureInstance(ConfigurableCacheFactory) . |
static DefaultCacheServer |
DefaultCacheServer.startServerDaemon()
Start the cache server on a dedicated daemon thread.
|
Modifier and Type | Method and Description |
---|---|
protected static void |
DefaultCacheServer.startDaemon(DefaultCacheServer dcs)
Start the provided cache server on a dedicated daemon thread.
|