org.infinispan.server.memcached
Class Main
java.lang.Object
org.infinispan.server.memcached.Main
- All Implemented Interfaces:
- ProtocolServer
public class Main
- extends Object
- implements ProtocolServer
Main.
- Since:
- 4.1
- Author:
- Galder ZamarreƱo
Constructor Summary |
Main()
|
Method Summary |
void |
start(String host,
int port,
String configFile,
int masterThreads,
int workerThreads)
|
void |
stop()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Main
public Main()
start
public void start(String host,
int port,
String configFile,
int masterThreads,
int workerThreads)
throws Exception
- Specified by:
start
in interface ProtocolServer
- Throws:
Exception
stop
public void stop()
- Specified by:
stop
in interface ProtocolServer
Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.