Connection.Client, ConnectionHandlerpublic static interface Connection.Iface
| Modifier and Type | Method | Description |
|---|---|---|
void |
closeConnection(long connection) |
|
void |
closeCursor(long connection,
long cursor) |
|
long |
command(long connection,
String database,
String collection,
String command,
boolean remoteView) |
|
long |
connect(String username,
String password) |
|
ByteBuffer |
cursorNext(long connection,
long cursor,
int count) |
long command(long connection,
String database,
String collection,
String command,
boolean remoteView)
throws InvalidOperation,
org.apache.thrift.TException
InvalidOperationorg.apache.thrift.TExceptionlong connect(String username, String password) throws InvalidOperation, org.apache.thrift.TException
InvalidOperationorg.apache.thrift.TExceptionByteBuffer cursorNext(long connection, long cursor, int count) throws InvalidOperation, org.apache.thrift.TException
InvalidOperationorg.apache.thrift.TExceptionvoid closeCursor(long connection,
long cursor)
throws org.apache.thrift.TException
org.apache.thrift.TExceptionvoid closeConnection(long connection)
throws org.apache.thrift.TException
org.apache.thrift.TExceptionCopyright © 2020. All rights reserved.