| Package | Description |
|---|---|
| com.datastax.driver.core |
The main package for the DataStax Java driver for Cassandra.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
TypeCodec.BigintCodec
This codec maps a CQL
DataType.bigint() to a Java Long. |
static class |
TypeCodec.CounterCodec
This codec maps a CQL
DataType.counter() to a Java Long. |
static class |
TypeCodec.LongCodec
Base class for codecs handling CQL 8-byte integer types such as
DataType.bigint(),
DataType.counter() or DataType.time(). |
static class |
TypeCodec.TimeCodec
This codec maps a CQL
DataType.time() to a Java Long. |
Copyright © 2012–2015. All rights reserved.