public static class PartitionedMobCompactionRequest.CompactionPartitionId extends Object
Modifier and Type | Field and Description |
---|---|
private String |
date |
private String |
latestDate |
private String |
startKey |
private long |
threshold |
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) |
private String latestDate
private long threshold
public CompactionPartitionId()
public CompactionPartitionId(String startKey, String date)
public void setThreshold(long threshold)
public long getThreshold()
public String getStartKey()
public void setStartKey(String startKey)
public String getLatestDate()
public void updateLatestDate(String latestDate)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.