public static class PartitionedMobCompactionRequest.CompactionPartitionId extends Object
Constructor and Description |
---|
CompactionPartitionId() |
CompactionPartitionId(String startKey,
String date) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getDate() |
String |
getLatestDate() |
String |
getStartKey() |
long |
getThreshold() |
int |
hashCode() |
void |
setDate(String date) |
void |
setStartKey(String startKey) |
void |
setThreshold(long threshold) |
String |
toString() |
void |
updateLatestDate(String latestDate) |
public void setThreshold(long threshold)
public long getThreshold()
public String getStartKey()
public void setStartKey(String startKey)
public String getDate()
public void setDate(String date)
public String getLatestDate()
public void updateLatestDate(String latestDate)
Copyright © 2007–2019 Cloudera. All rights reserved.