| Package | Description | 
|---|---|
| org.apache.kudu.client | 
| Modifier and Type | Method and Description | 
|---|---|
static RangePartitionBound | 
RangePartitionBound.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static RangePartitionBound[] | 
RangePartitionBound.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
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. 
 | 
Copyright © 2016 The Apache Software Foundation. All rights reserved.