Uses of Interface
com.tencent.tcaplus.client.Record

Uses of Record in com.tencent.tcaplus.client
 

Methods in com.tencent.tcaplus.client that return Record
 Record Request.addRecord()
          add a record in the request
 Record Response.fetchRecord()
          get a record from the response
 

Methods in com.tencent.tcaplus.client that return types with arguments of type Record
 java.util.List<Record> Response.getRecordList()
          get the record list from the response,used in batchget operation.