|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cassandra.thrift.ThriftServer
public class ThriftServer
Field Summary | |
---|---|
static java.util.List<java.lang.String> |
rpc_server_types
|
Constructor Summary | |
---|---|
ThriftServer(java.net.InetAddress address,
int port)
|
Method Summary | |
---|---|
boolean |
isRunning()
Returns whether the server is currently running. |
void |
start()
Start the server. |
void |
stop()
Stop the server. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.util.List<java.lang.String> rpc_server_types
Constructor Detail |
---|
public ThriftServer(java.net.InetAddress address, int port)
Method Detail |
---|
public void start()
CassandraDaemon.Server
start
in interface CassandraDaemon.Server
public void stop()
CassandraDaemon.Server
stop
in interface CassandraDaemon.Server
public boolean isRunning()
CassandraDaemon.Server
isRunning
in interface CassandraDaemon.Server
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |