org.apache.cassandra.cli
Class CliSessionState
java.lang.Object
org.apache.cassandra.cli.CliSessionState
public class CliSessionState
- extends java.lang.Object
Used to hold the state for the CLI.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
hostName
public java.lang.String hostName
thriftPort
public int thriftPort
framed
public boolean framed
debug
public boolean debug
username
public java.lang.String username
password
public java.lang.String password
keyspace
public java.lang.String keyspace
batch
public boolean batch
filename
public java.lang.String filename
jmxPort
public int jmxPort
in
public java.io.InputStream in
out
public java.io.PrintStream out
err
public java.io.PrintStream err
CliSessionState
public CliSessionState()
setOut
public void setOut(java.io.PrintStream newOut)
setErr
public void setErr(java.io.PrintStream newErr)
inFileMode
public boolean inFileMode()
getNodeProbe
public NodeProbe getNodeProbe()
Copyright © 2011 The Apache Software Foundation