boolean |
ClientService.bulkClose(HostConnection thisSource,
List<com.pivotal.gemfirexd.thrift.EntityId> entities,
List<ClientService> closeServices,
long lockTimeoutMillis) |
void |
ClientService.cancelStatement(HostConnection source,
int stmtId) |
boolean |
ClientService.closeResultSet(HostConnection source,
int cursorId,
long lockTimeoutMillis) |
boolean |
ClientService.closeStatement(HostConnection source,
int stmtId,
long lockTimeoutMillis) |
void |
ClientService.commitTransaction(HostConnection source,
boolean startNewTransaction,
Map<com.pivotal.gemfirexd.thrift.TransactionAttribute,Boolean> flags) |
boolean |
HostConnection.equals(HostConnection other) |
void |
ClientService.executeCursorUpdate(HostConnection source,
int cursorId,
byte operation,
com.pivotal.gemfirexd.thrift.Row changedRow,
List<Integer> changedColumns,
int changedRowIndex) |
void |
ClientService.executeCursorUpdate(HostConnection source,
int cursorId,
List<Byte> operations,
List<com.pivotal.gemfirexd.thrift.Row> changedRows,
List<List<Integer>> changedColumnsList,
List<Integer> changedRowIndexes) |
com.pivotal.gemfirexd.thrift.StatementResult |
ClientService.executePrepared(HostConnection source,
int stmtId,
com.pivotal.gemfirexd.thrift.Row params,
Map<Integer,com.pivotal.gemfirexd.thrift.OutputParameter> outputParams,
com.pivotal.gemfirexd.thrift.common.PrepareResultHolder prh) |
com.pivotal.gemfirexd.thrift.UpdateResult |
ClientService.executePreparedBatch(HostConnection source,
int stmtId,
List<com.pivotal.gemfirexd.thrift.Row> paramsBatch,
com.pivotal.gemfirexd.thrift.common.PrepareResultHolder prh) |
com.pivotal.gemfirexd.thrift.RowSet |
ClientService.executePreparedQuery(HostConnection source,
int stmtId,
com.pivotal.gemfirexd.thrift.Row params,
com.pivotal.gemfirexd.thrift.common.PrepareResultHolder prh) |
com.pivotal.gemfirexd.thrift.UpdateResult |
ClientService.executePreparedUpdate(HostConnection source,
int stmtId,
com.pivotal.gemfirexd.thrift.Row params,
com.pivotal.gemfirexd.thrift.common.PrepareResultHolder prh) |
boolean |
ClientService.freeLob(HostConnection source,
int lobId,
long lockTimeoutMillis) |
com.pivotal.gemfirexd.thrift.BlobChunk |
ClientService.getBlobChunk(HostConnection source,
int lobId,
long offset,
int chunkSize,
boolean freeLobAtEnd) |
com.pivotal.gemfirexd.thrift.ClobChunk |
ClientService.getClobChunk(HostConnection source,
int lobId,
long offset,
int chunkSize,
boolean freeLobAtEnd) |
com.pivotal.gemfirexd.thrift.RowSet |
ClientService.getNextResultSet(HostConnection source,
int cursorId,
byte otherResultSetBehaviour) |
boolean |
ClientService.prepareCommitTransaction(HostConnection source,
Map<com.pivotal.gemfirexd.thrift.TransactionAttribute,Boolean> flags) |
void |
ClientService.rollbackTransaction(HostConnection source,
boolean startNewTransaction,
Map<com.pivotal.gemfirexd.thrift.TransactionAttribute,Boolean> flags) |
com.pivotal.gemfirexd.thrift.RowSet |
ClientService.scrollCursor(HostConnection source,
int cursorId,
int offset,
boolean offsetIsAbsolute,
boolean fetchReverseForAbsolute,
int fetchSize) |
int |
ClientService.sendBlobChunk(HostConnection source,
com.pivotal.gemfirexd.thrift.BlobChunk chunk) |
int |
ClientService.sendClobChunk(HostConnection source,
com.pivotal.gemfirexd.thrift.ClobChunk chunk) |
void |
ClientFinalizer.updateReferentData(int id,
HostConnection source) |