Package | Description |
---|---|
com.datastax.driver.core |
The main package for the DataStax Java driver for Cassandra.
|
Modifier and Type | Method and Description |
---|---|
ContinuousPagingOptions.PageUnit |
ContinuousPagingOptions.getPageUnit()
Returns the page unit.
|
static ContinuousPagingOptions.PageUnit |
ContinuousPagingOptions.PageUnit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContinuousPagingOptions.PageUnit[] |
ContinuousPagingOptions.PageUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ContinuousPagingOptions.Builder |
ContinuousPagingOptions.Builder.withPageSize(int pageSize,
ContinuousPagingOptions.PageUnit pageUnit)
Sets the size of the page, in the given unit.
|
Copyright © 2012–2018. All rights reserved.