public class MemcachedServer extends AbstractProtocolServer implements Log
Constructor and Description |
---|
MemcachedServer() |
Modifier and Type | Method and Description |
---|---|
MemcachedDecoder |
getDecoder()
Gets the decoder for this protocol server.
|
scala.Null |
getEncoder()
Gets the encoder for this protocol server.
|
protected ScheduledExecutorService |
scheduler() |
void |
startInternal(MemcachedServerConfiguration configuration,
EmbeddedCacheManager cacheManager) |
void |
stop()
Stops the server
|
cacheManager, configuration, getCacheManager, getConfiguration, getHost, getPipeline, getPort, registerTransportMBean, start, startDefaultCache, startTransport, transport, unregisterTransportMBean
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
debug, debug, debug, debug, debug, debugf, error, info, info, isDebugEnabled, isTraceEnabled, logChannelStillBound, logChannelStillConnected, logErrorBeforeReadingRequest, logExceptionReported, logPostingShutdownRequest, logServerDidNotClose, logServerDidNotUnbind, logSettingMasterThreadsNotSupported, logStartWithArgs, trace, trace, trace, trace, tracef, warn
protected ScheduledExecutorService scheduler()
public void startInternal(MemcachedServerConfiguration configuration, EmbeddedCacheManager cacheManager)
startInternal
in class AbstractProtocolServer
public scala.Null getEncoder()
ProtocolServer
getEncoder
in interface ProtocolServer
public MemcachedDecoder getDecoder()
ProtocolServer
getDecoder
in interface ProtocolServer
public void stop()
ProtocolServer
stop
in interface ProtocolServer
stop
in class AbstractProtocolServer
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.