Package | Description |
---|---|
org.wicketstuff.datastores.memcached |
Modifier and Type | Class and Description |
---|---|
class |
MemcachedSettings
Default implementation of IMemcachedSettings
|
Modifier and Type | Method and Description |
---|---|
IMemcachedSettings |
IMemcachedSettings.setExpirationTime(int expirationTime)
Sets the duration after which a record will be evicted by Memcached.
|
IMemcachedSettings |
MemcachedSettings.setExpirationTime(int expirationTime) |
IMemcachedSettings |
IMemcachedSettings.setPort(int port)
Sets the port where Memcached server listens to
|
IMemcachedSettings |
MemcachedSettings.setPort(int port) |
IMemcachedSettings |
IMemcachedSettings.setServerNames(String serverNames)
Parses the hostnames of the Memcached servers
|
IMemcachedSettings |
MemcachedSettings.setServerNames(String serverNames) |
IMemcachedSettings |
IMemcachedSettings.setShutdownTimeout(org.apache.wicket.util.time.Duration timeout)
Sets the time to wait when shutting down the connection to
the Memcached server.
|
IMemcachedSettings |
MemcachedSettings.setShutdownTimeout(org.apache.wicket.util.time.Duration timeout) |
Modifier and Type | Method and Description |
---|---|
static net.spy.memcached.MemcachedClient |
GuavaMemcachedDataStore.createClient(IMemcachedSettings settings)
Creates MemcachedClient with the provided hostname and port
in the settings
|
static net.spy.memcached.MemcachedClient |
MemcachedDataStore.createClient(IMemcachedSettings settings)
Creates MemcachedClient with the provided hostname and port
in the settings
|
Constructor and Description |
---|
GuavaMemcachedDataStore(IMemcachedSettings settings)
Constructor.
|
GuavaMemcachedDataStore(net.spy.memcached.MemcachedClient client,
IMemcachedSettings settings)
Constructor.
|
MemcachedDataStore(IMemcachedSettings settings)
Constructor.
|
MemcachedDataStore(net.spy.memcached.MemcachedClient client,
IMemcachedSettings settings)
Constructor.
|
Copyright © 2015. All rights reserved.