com.thimbleware.jmemcached
Class MemCacheDaemon

java.lang.Object
  extended by com.thimbleware.jmemcached.MemCacheDaemon

public class MemCacheDaemon
extends java.lang.Object

The actual daemon - responsible for the binding and configuration of the network configuration.


Field Summary
static java.lang.String memcachedVersion
           
 
Constructor Summary
MemCacheDaemon()
           
 
Method Summary
 Cache getCache()
           
 void setAddr(java.net.InetSocketAddress addr)
           
 void setCache(Cache cache)
           
 void setIdleTime(int idleTime)
           
static void setMemcachedVersion(java.lang.String memcachedVersion)
           
 void setPort(int port)
           
 void setReceiveBufferSize(int receiveBufferSize)
           
 void setSendBufferSize(int sendBufferSize)
           
 void setVerbose(boolean verbose)
           
 void start()
          Bind the network connection and start the network processing threads.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

memcachedVersion

public static java.lang.String memcachedVersion
Constructor Detail

MemCacheDaemon

public MemCacheDaemon()
Method Detail

start

public void start()
           throws java.io.IOException
Bind the network connection and start the network processing threads.

Throws:
java.io.IOException

setMemcachedVersion

public static void setMemcachedVersion(java.lang.String memcachedVersion)

setReceiveBufferSize

public void setReceiveBufferSize(int receiveBufferSize)

setSendBufferSize

public void setSendBufferSize(int sendBufferSize)

setVerbose

public void setVerbose(boolean verbose)

setIdleTime

public void setIdleTime(int idleTime)

setAddr

public void setAddr(java.net.InetSocketAddress addr)

setPort

public void setPort(int port)

getCache

public Cache getCache()

setCache

public void setCache(Cache cache)


Copyright © 2008. All Rights Reserved.