| Package | Description |
|---|---|
| com.datastax.driver.core |
The main package for the DataStax Java driver for Cassandra.
|
| com.datastax.driver.dse.graph | |
| com.datastax.dse.graph.internal.utils |
| Modifier and Type | Method and Description |
|---|---|
Row |
ResultSet.one() |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Row> |
AsyncContinuousPagingResult.currentPage()
Returns an iterable of the rows in the current page.
|
| Modifier and Type | Field and Description |
|---|---|
static Function<Row,GraphNode> |
GraphJsonUtils.ROW_TO_GRAPHSON2_OBJECTGRAPHNODE
Function that transforms a Row from the wrapped Cassandra driver, into a
GraphNode. |
| Modifier and Type | Method and Description |
|---|---|
Function<Row,GraphNode> |
GraphStatement.getTransformResultFunction()
Allows users to input their own implementations of
GraphNode
directly into the DSE Driver's workflow. |
| Modifier and Type | Method and Description |
|---|---|
GraphStatement |
GraphStatement.setTransformResultFunction(Function<Row,GraphNode> transformResultFunction)
|
| Constructor and Description |
|---|
GraphResultSet(ResultSet wrapped,
Function<Row,GraphNode> transformResultFunction) |
| Modifier and Type | Field and Description |
|---|---|
static Function<Row,GraphNode> |
GraphSONUtils.ROW_TO_GRAPHSON2_TINKERPOP_OBJECTGRAPHNODE |
Copyright © 2012–2017. All rights reserved.