Re: Question about 'table' created by JDBC

2018-02-01 Thread Andrey Mashenkov
Hi, 1. No, it is not supported. It is possible to store entries of different types in same cache, so such metadata is not available from cache level. Types look strange as they are autogenerated names. Seems, you didn't specify key\value types in create table clause [1] and no QueryEntity [2] desc

Question about 'table' created by JDBC

2018-01-20 Thread mamaco
Hi, I made a quick test to create a City table through DBeaver, and then I accessed it through java app successfully. But, when I loop the record, I found both of key and value were built by BinaryObject with strange type. Question 1: Is there any convenient API to get the type name from cache le