@Target(value={TYPE,METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface RangePartition
RangePartitioning
,
RangePartitioningPolicy
,
RangePartition
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
connectionPool
The connection pool to route queries to for this range.
|
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
endValue
The String representation of the range start value.
|
java.lang.String |
startValue
The String representation of the range start value.
|