| AbstractGettableData |
|
| CodecRegistry |
|
| DataType |
Data types supported by cassandra.
|
| DataType.CollectionType |
Instances of this class represent collection types, that is, lists, sets or maps.
|
| DataType.CustomType |
A "custom" type is a type that cannot be expressed as a CQL type.
|
| DataType.Name |
The CQL type name.
|
| Duration |
Represents a duration.
|
| GettableByIndexData |
Collection of (typed) CQL values that can be retrieved by index (starting at zero).
|
| GettableByNameData |
Collection of (typed) CQL values that can be retrieved by name.
|
| GettableData |
Collection of (typed) CQL values that can be retrieved either by index (starting at zero) or by
name.
|
| LocalDate |
A date with no time components, no time zone, in the ISO 8601 calendar.
|
| SettableByIndexData |
Collection of (typed) CQL values that can be set by index (starting at zero).
|
| SettableByNameData |
Collection of (typed) CQL values that can set by name.
|
| SettableData |
Collection of (typed) CQL values that can be set either by index (starting at zero) or by name.
|
| TupleType |
A tuple type.
|
| TupleValue |
A value for a Tuple.
|
| TypeCodec |
A Codec that can serialize and deserialize to and from a given CQL type and
a given Java Type.
|
| TypeCodec.PrimitiveBooleanCodec |
A codec that is capable of handling primitive booleans, thus avoiding the overhead of boxing
and unboxing such primitives.
|
| TypeCodec.PrimitiveByteCodec |
A codec that is capable of handling primitive bytes, thus avoiding the overhead of boxing and
unboxing such primitives.
|
| TypeCodec.PrimitiveDoubleCodec |
A codec that is capable of handling primitive doubles, thus avoiding the overhead of boxing and
unboxing such primitives.
|
| TypeCodec.PrimitiveFloatCodec |
A codec that is capable of handling primitive floats, thus avoiding the overhead of boxing and
unboxing such primitives.
|
| TypeCodec.PrimitiveIntCodec |
A codec that is capable of handling primitive ints, thus avoiding the overhead of boxing and
unboxing such primitives.
|
| TypeCodec.PrimitiveLongCodec |
A codec that is capable of handling primitive longs, thus avoiding the overhead of boxing and
unboxing such primitives.
|
| TypeCodec.PrimitiveShortCodec |
A codec that is capable of handling primitive shorts, thus avoiding the overhead of boxing and
unboxing such primitives.
|
| UDTValue |
A value for a User Defined Type.
|
| UserType |
A User Defined Type (UDT).
|
| UserType.Field |
A UDT field.
|