Thanks for bringing this up, but the Java Driver is a separate project
maintained here:
https://github.com/datastax/java-driver

with it's own mailing list:
https://groups.google.com/a/lists.datastax.com/forum/#!forum/java-driver-user

Documentation for the driver is also maintained by the community in-tree:
https://github.com/datastax/java-driver/tree/3.0/manual




On Mon, Jun 6, 2016 at 9:32 AM, Mahdi Mohammadi <mah...@gmail.com> wrote:

> Team,
>
> I was checking the documentation for TupleType in DataStax docs here
> <
> https://docs.datastax.com/en/latest-java-driver/java-driver/reference/tupleTypes.html
> >
> and
> the code example was like this:
>
> TupleType theType = TupleType.of(DataType.cint(), DataType.text(),
> DataType.cfloat());
>
>
> But in the code, the *TupleType.of* has two additional parameters not
> mentioned in the documentation:
>
>
> *public static TupleType of(ProtocolVersion protocolVersion, CodecRegistry
> codecRegistry, DataType... types)*
>
> Maybe I am looking in the wrong place. Could someone please explain how can
> I instantiate a *TupleType*?
>
> I have the same question for *Map* type.
>
> Thanks for your help.
>
> ===
> Best Regards
>



-- 
-----------------
Nate McCall
Austin, TX
@zznate

CTO
Apache Cassandra Consulting
http://www.thelastpickle.com

Reply via email to