| Package | Description | 
|---|---|
| org.apache.kudu | |
| org.apache.kudu.client | 
| Modifier and Type | Method and Description | 
|---|---|
PartialRow | 
Schema.newPartialRow()
Creates a new partial row for the schema. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PartialRow | 
Operation.getRow()
Get the underlying row to modify. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CreateTableOptions | 
CreateTableOptions.addRangePartition(PartialRow lower,
                 PartialRow upper)
Add a range partition partition to the table with an inclusive lower bound
 and an exclusive upper bound. 
 | 
AlterTableOptions | 
AlterTableOptions.addRangePartition(PartialRow lowerBound,
                 PartialRow upperBound)
Add a range partition to the table with an inclusive lower bound and an exclusive upper bound. 
 | 
CreateTableOptions | 
CreateTableOptions.addRangePartition(PartialRow lower,
                 PartialRow upper,
                 RangePartitionBound lowerBoundType,
                 RangePartitionBound upperBoundType)
Add a range partition partition to the table with a lower bound and upper
 bound. 
 | 
AlterTableOptions | 
AlterTableOptions.addRangePartition(PartialRow lowerBound,
                 PartialRow upperBound,
                 RangePartitionBound lowerBoundType,
                 RangePartitionBound upperBoundType)
Add a range partition to the table with a lower bound and upper bound. 
 | 
CreateTableOptions | 
CreateTableOptions.addSplitRow(PartialRow row)
Add a range partition split. 
 | 
AlterTableOptions | 
AlterTableOptions.dropRangePartition(PartialRow lowerBound,
                  PartialRow upperBound)
Drop the range partition from the table with the specified inclusive lower bound and exclusive
 upper bound. 
 | 
AlterTableOptions | 
AlterTableOptions.dropRangePartition(PartialRow lowerBound,
                  PartialRow upperBound,
                  RangePartitionBound lowerBoundType,
                  RangePartitionBound upperBoundType)
Drop the range partition from the table with the specified lower bound and upper bound. 
 | 
S | 
AbstractKuduScannerBuilder.exclusiveUpperBound(PartialRow partialRow)
Add an upper bound (exclusive) primary key for the scan. 
 | 
S | 
AbstractKuduScannerBuilder.lowerBound(PartialRow partialRow)
Add a lower bound (inclusive) primary key for the scan. 
 | 
Copyright © 2016 The Apache Software Foundation. All rights reserved.