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 RangePartition
public LiteralDTO lower()
lower
in interface RangePartition
public java.util.Map<java.lang.String,java.lang.String> properties()
properties
in interface Partition
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public PartitionDTO.Type type()
type
in interface PartitionDTO