abstract class IndexAds extends AdsCommand
AdsCommand.Cmd| Modifier and Type | Field and Description |
|---|---|
private int |
group |
private long |
offset |
COMMANDREQUEST, RESERVED| Modifier | Constructor and Description |
|---|---|
protected |
IndexAds(int commandid,
int groupidx,
long offidx) |
| Modifier and Type | Method and Description |
|---|---|
(package private) int |
getGroup() |
int |
getIndexLength() |
(package private) long |
getOffset() |
protected static int |
parseGroup(ByteBuffer out) |
protected static long |
parseOffset(ByteBuffer out) |
getFlag, getPayloadLength, parse, prepareHeader, preparePayloadprotected IndexAds(int commandid,
int groupidx,
long offidx)
commandid - int getGroup()
long getOffset()
public int getIndexLength()
protected static int parseGroup(ByteBuffer out)
protected static long parseOffset(ByteBuffer out)