public class Assignment extends Object
| Constructor and Description |
|---|
Assignment() |
Assignment(int vgId,
long currentOffset,
long begin,
long end) |
| Modifier and Type | Method and Description |
|---|---|
long |
getBegin() |
long |
getCurrentOffset() |
long |
getEnd() |
int |
getVgId() |
void |
setBegin(long begin) |
void |
setCurrentOffset(long currentOffset) |
void |
setEnd(long end) |
void |
setVgId(int vgId) |
public Assignment()
public Assignment(int vgId,
long currentOffset,
long begin,
long end)
public void setVgId(int vgId)
public void setCurrentOffset(long currentOffset)
public void setBegin(long begin)
public void setEnd(long end)
public int getVgId()
public long getCurrentOffset()
public long getBegin()
public long getEnd()
Copyright © 2023. All rights reserved.