public class Deletion extends Modification
Modification.TypefileOffset, path, type| 构造器和说明 |
|---|
Deletion(PartialPath path,
long fileOffset,
long endTime)
constructor of Deletion, the start time is set to Long.MIN_VALUE
|
Deletion(PartialPath path,
long fileOffset,
long startTime,
long endTime)
constructor of Deletion
|
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
long |
getEndTime() |
long |
getStartTime() |
int |
hashCode() |
void |
setEndTime(long timestamp) |
void |
setStartTime(long timestamp) |
String |
toString() |
getDevice, getFileOffset, getMeasurement, getPath, getPathString, getType, setFileOffset, setPath, setTypepublic Deletion(PartialPath path, long fileOffset, long endTime)
endTime - end time of delete intervalpath - time series pathpublic Deletion(PartialPath path, long fileOffset, long startTime, long endTime)
startTime - start time of delete intervalendTime - end time of delete intervalpath - time series pathpublic long getStartTime()
public void setStartTime(long timestamp)
public long getEndTime()
public void setEndTime(long timestamp)
public boolean equals(Object obj)
equals 在类中 Modificationpublic int hashCode()
hashCode 在类中 ModificationCopyright © 2022 The Apache Software Foundation. All rights reserved.