| Package | Description |
|---|---|
| com.entitystream.monster.thrift |
| Modifier and Type | Field | Description |
|---|---|---|
InvalidOperation |
Connection.command_result.ouch |
|
InvalidOperation |
Connection.connect_result.ouch |
|
InvalidOperation |
Connection.cursorNext_result.ouch |
| Modifier and Type | Method | Description |
|---|---|---|
InvalidOperation |
InvalidOperation.deepCopy() |
|
InvalidOperation |
Connection.command_result.getOuch() |
|
InvalidOperation |
Connection.connect_result.getOuch() |
|
InvalidOperation |
Connection.cursorNext_result.getOuch() |
|
InvalidOperation |
InvalidOperation.setWhatOp(int whatOp) |
|
InvalidOperation |
InvalidOperation.setWhy(String why) |
| Modifier and Type | Method | Description |
|---|---|---|
int |
InvalidOperation.compareTo(InvalidOperation other) |
|
boolean |
InvalidOperation.equals(InvalidOperation that) |
|
Connection.command_result |
Connection.command_result.setOuch(InvalidOperation ouch) |
|
Connection.connect_result |
Connection.connect_result.setOuch(InvalidOperation ouch) |
|
Connection.cursorNext_result |
Connection.cursorNext_result.setOuch(InvalidOperation ouch) |
| Modifier and Type | Method | Description |
|---|---|---|
long |
Connection.Client.command(long connection,
String database,
String collection,
String command,
boolean remoteView) |
|
long |
Connection.Iface.command(long connection,
String database,
String collection,
String command,
boolean remoteView) |
|
long |
Connection.Client.connect(String username,
String password) |
|
long |
Connection.Iface.connect(String username,
String password) |
|
ByteBuffer |
Connection.Client.cursorNext(long connection,
long cursor,
int count) |
|
ByteBuffer |
Connection.Iface.cursorNext(long connection,
long cursor,
int count) |
|
Object |
Connection.AsyncClient.command_call.getResult() |
|
Object |
Connection.AsyncClient.connect_call.getResult() |
|
ByteBuffer |
Connection.AsyncClient.cursorNext_call.getResult() |
|
long |
Connection.Client.recv_command() |
|
long |
Connection.Client.recv_connect() |
|
ByteBuffer |
Connection.Client.recv_cursorNext() |
| Constructor | Description |
|---|---|
command_result(long success,
InvalidOperation ouch) |
|
connect_result(long success,
InvalidOperation ouch) |
|
cursorNext_result(ByteBuffer success,
InvalidOperation ouch) |
|
InvalidOperation(InvalidOperation other) |
Performs a deep copy on other.
|
Copyright © 2020. All rights reserved.