Constructor and Description |
---|
Builder(String tableName,
Iterable<Cell> keyValues)
Construct a Builder for a Time Series Delete command.
|
Modifier and Type | Method and Description |
---|---|
Delete |
build()
Construct a Time Series Delete object.
|
Delete.Builder |
withTimeout(int timeout)
Set the Riak-side timeout value.
|
public Builder(String tableName, Iterable<Cell> keyValues)
tableName
- Required. The name of the table to delete from.keyValues
- Required. The cells that make up the key that identifies which row to delete.
Must be in the same order as the table definition.public Delete.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 Delete build()
Copyright © 2016. All rights reserved.