| Constructor and Description |
|---|
Builder(String tableName)
Construct a Builder for a Time Series ListKeys command.
|
| Modifier and Type | Method and Description |
|---|---|
ListKeys |
build()
Construct a Time Series ListKeys object.
|
ListKeys.Builder |
withTimeout(int timeout)
Set the Riak-side timeout value.
|
public Builder(String tableName)
tableName - Required. The name of the table to list keys from.public ListKeys.Builder withTimeout(int timeout)
By default, Riak has a 60s timeout for operations. Setting this value will override that default for this operation.
timeout - the timeout in milliseconds to be sent to riak.public ListKeys build()
Copyright © 2016. All rights reserved.