| 限定符和类型 | 类和说明 |
|---|---|
static class |
Modification.Type |
| 限定符和类型 | 字段和说明 |
|---|---|
protected long |
fileOffset |
protected PartialPath |
path |
protected Modification.Type |
type |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
String |
getDevice() |
long |
getFileOffset() |
String |
getMeasurement() |
PartialPath |
getPath() |
String |
getPathString() |
Modification.Type |
getType() |
int |
hashCode() |
void |
setFileOffset(long fileOffset) |
void |
setPath(PartialPath path) |
void |
setType(Modification.Type type) |
protected Modification.Type type
protected PartialPath path
protected long fileOffset
public String getPathString()
public PartialPath getPath()
public String getDevice()
public String getMeasurement()
public void setPath(PartialPath path)
public long getFileOffset()
public void setFileOffset(long fileOffset)
public Modification.Type getType()
public void setType(Modification.Type type)
Copyright © 2022 The Apache Software Foundation. All rights reserved.