A C D F G O P R S T

S

setCmd(int) - Method in interface com.tencent.tcaplus.client.Request
set the operation type
setFieldName(List<String>) - Method in interface com.tencent.tcaplus.client.Request
set the value fieldNames once a batch,used in get, batchget operations
setKeyBlob(String, byte[]) - Method in interface com.tencent.tcaplus.client.Record
set the key content of byte[] type
setKeyByte(String, byte) - Method in interface com.tencent.tcaplus.client.Record
set the key content of byte type
setKeyDouble(String, double) - Method in interface com.tencent.tcaplus.client.Record
set the key content of double type
setKeyFloat(String, float) - Method in interface com.tencent.tcaplus.client.Record
set the key content of float type
setKeyInt(String, int) - Method in interface com.tencent.tcaplus.client.Record
set the key content of int type
setKeyLong(String, long) - Method in interface com.tencent.tcaplus.client.Record
set the key content of long type
setKeyShort(String, short) - Method in interface com.tencent.tcaplus.client.Record
set the key content of short type
setKeyString(String, String) - Method in interface com.tencent.tcaplus.client.Record
set the key content of String type
setMultiResponseFlag(int) - Method in interface com.tencent.tcaplus.client.Request
set the multi-response flag
setResultFlag(int) - Method in interface com.tencent.tcaplus.client.Request
For performance optimizing, you can set the resultFlag to decide what to return in the response.
setSequence(int) - Method in interface com.tencent.tcaplus.client.Request
set the request sequence
setTableName(String) - Method in interface com.tencent.tcaplus.client.Request
set the tableName
setUserData(byte[]) - Method in interface com.tencent.tcaplus.client.Request
set the user defined data, which will be return all the same in the response
setValueBlob(String, byte[]) - Method in interface com.tencent.tcaplus.client.Record
set the value content of byte[] type
setValueByte(String, byte) - Method in interface com.tencent.tcaplus.client.Record
set the value content of byte type
setValueDouble(String, double) - Method in interface com.tencent.tcaplus.client.Record
set the value content of double type
setValueFloat(String, float) - Method in interface com.tencent.tcaplus.client.Record
set the value content of float type
setValueInt(String, int) - Method in interface com.tencent.tcaplus.client.Record
set the value content of int type
setValueLong(String, long) - Method in interface com.tencent.tcaplus.client.Record
set the value content of long type
setValueShort(String, short) - Method in interface com.tencent.tcaplus.client.Record
set the value content of short type
setValueString(String, String) - Method in interface com.tencent.tcaplus.client.Record
set the value content of String type
setVersion(int) - Method in interface com.tencent.tcaplus.client.Record
set the record version

A C D F G O P R S T