Package | Description |
---|---|
com.datastax.driver.core |
The main package for the DataStax Java driver for Cassandra.
|
com.datastax.driver.mapping |
Modifier and Type | Interface and Description |
---|---|
interface |
PagingIterable<S extends PagingIterable<S,T>,T>
Defines an iterable whose elements can be remotely fetched and paged, possibly asynchronously.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ResultSet
The result of a query.
|
Modifier and Type | Class and Description |
---|---|
class |
Result<T>
A result set whose rows are mapped to an entity class.
|
Copyright © 2012–2019. All rights reserved.