public static class TransferMap.ID extends Object
| Modifier and Type | Field and Description |
|---|---|
long |
callee |
long |
caller |
long |
callerThreadId |
long |
gxid |
ThreadCallPossibleStep |
tcStep |
byte |
xType |
| Constructor and Description |
|---|
ID(long gxid,
long caller,
long callee,
byte xType) |
ID(long gxid,
long caller,
long callee,
byte xType,
long callerThreadId,
ThreadCallPossibleStep tcStep) |
public long gxid
public long caller
public long callee
public byte xType
public long callerThreadId
public ThreadCallPossibleStep tcStep
public ID(long gxid,
long caller,
long callee,
byte xType)
public ID(long gxid,
long caller,
long callee,
byte xType,
long callerThreadId,
ThreadCallPossibleStep tcStep)
Copyright © 2021. All rights reserved.