public class DescribeTable extends AsIsRiakCommand<TableDefinition,String>
Constructor and Description |
---|
DescribeTable(String tableName)
Create a new DescribeTable command.
|
Modifier and Type | Method and Description |
---|---|
protected DescribeTableOperation |
buildCoreOperation() |
executeAsync
execute, execute
public DescribeTable(String tableName)
tableName
- The name of the table to fetch a definition for. Required, must not be empty or null.protected DescribeTableOperation buildCoreOperation()
buildCoreOperation
in class AsIsRiakCommand<TableDefinition,String>
Copyright © 2016. All rights reserved.