| Modifier and Type | Field and Description |
|---|---|
protected DotAggregation |
dotAggregation |
protected long |
frameId |
protected long |
originatorId |
protected SkipGramRequestMessage |
requestMessage |
protected long |
taskId |
| Constructor and Description |
|---|
SkipGramChain(long originatorId,
long taskId,
long frameId) |
SkipGramChain(long taskId,
SkipGramRequestMessage message) |
SkipGramChain(SkipGramRequestMessage message) |
| Modifier and Type | Method and Description |
|---|---|
void |
addElement(VoidMessage message) |
long |
getTaskId() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetOriginatorIdprotected long originatorId
protected long taskId
protected long frameId
protected SkipGramRequestMessage requestMessage
protected DotAggregation dotAggregation
public SkipGramChain(long originatorId,
long taskId,
long frameId)
public SkipGramChain(@NonNull
SkipGramRequestMessage message)
public SkipGramChain(long taskId,
@NonNull
SkipGramRequestMessage message)
public void addElement(VoidMessage message)
addElement in interface ChainCopyright © 2017. All rights reserved.