Package | Description |
---|---|
org.apache.cassandra.thrift |
Modifier and Type | Field and Description |
---|---|
AuthenticationRequest |
Cassandra.login_args.auth_request |
Modifier and Type | Method and Description |
---|---|
AuthenticationRequest |
AuthenticationRequest.deepCopy() |
AuthenticationRequest |
Cassandra.login_args.getAuth_request() |
AuthenticationRequest |
AuthenticationRequest.setCredentials(java.util.Map<java.lang.String,java.lang.String> credentials) |
Modifier and Type | Method and Description |
---|---|
int |
AuthenticationRequest.compareTo(AuthenticationRequest other) |
boolean |
AuthenticationRequest.equals(AuthenticationRequest that) |
void |
CassandraServer.login(AuthenticationRequest auth_request) |
void |
Cassandra.Iface.login(AuthenticationRequest auth_request) |
void |
Cassandra.Client.login(AuthenticationRequest auth_request) |
void |
Cassandra.AsyncIface.login(AuthenticationRequest auth_request,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
Cassandra.AsyncClient.login(AuthenticationRequest auth_request,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
Cassandra.Client.send_login(AuthenticationRequest auth_request) |
Cassandra.login_args |
Cassandra.login_args.setAuth_request(AuthenticationRequest auth_request) |
Constructor and Description |
---|
AuthenticationRequest(AuthenticationRequest other)
Performs a deep copy on other.
|
login_args(AuthenticationRequest auth_request) |
login_call(AuthenticationRequest auth_request,
org.apache.thrift.async.AsyncMethodCallback resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
Copyright © 2020 The Apache Software Foundation