public class Split extends Object implements Jsonizable
| Constructor and Description |
|---|
Split() |
Split(String location,
PrimaryKey lowerBound,
PrimaryKey upperBound) |
| Modifier and Type | Method and Description |
|---|---|
String |
getLocation() |
PrimaryKey |
getLowerBound() |
PrimaryKey |
getUpperBound() |
String |
jsonize() |
void |
jsonize(StringBuilder sb,
String newline) |
void |
setLocation(String location) |
void |
setLowerBound(PrimaryKey lowerBound) |
void |
setUpperBound(PrimaryKey upperBound) |
public Split()
public Split(String location, PrimaryKey lowerBound, PrimaryKey upperBound)
public String getLocation()
public void setLocation(String location)
public PrimaryKey getLowerBound()
public void setLowerBound(PrimaryKey lowerBound)
public PrimaryKey getUpperBound()
public void setUpperBound(PrimaryKey upperBound)
public String jsonize()
jsonize in interface Jsonizablepublic void jsonize(StringBuilder sb, String newline)
jsonize in interface JsonizableCopyright © 2024. All Rights Reserved.