public class RangePartitionDTO extends java.lang.Object implements PartitionDTO, RangePartition
| Modifier and Type | Class and Description |
|---|---|
static class |
RangePartitionDTO.Builder
Builder for
RangePartitionDTO. |
PartitionDTO.Type| Modifier and Type | Method and Description |
|---|---|
static RangePartitionDTO.Builder |
builder() |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
LiteralDTO |
lower() |
java.lang.String |
name() |
java.util.Map<java.lang.String,java.lang.String> |
properties() |
PartitionDTO.Type |
type() |
LiteralDTO |
upper() |
public static RangePartitionDTO.Builder builder()
RangePartitionDTO.public java.lang.String name()
public LiteralDTO upper()
upper in interface RangePartitionpublic LiteralDTO lower()
lower in interface RangePartitionpublic java.util.Map<java.lang.String,java.lang.String> properties()
properties in interface Partitionpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic PartitionDTO.Type type()
type in interface PartitionDTO