public class TransferMap extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TransferMap.ID |
| Constructor and Description |
|---|
TransferMap() |
| Modifier and Type | Method and Description |
|---|---|
static TransferMap.ID |
get(int hash) |
static void |
put(int hash,
long gxid,
long caller,
long callee,
byte xType) |
static void |
put(int hash,
long gxid,
long caller,
long callee,
byte xType,
long callerThreadId,
ThreadCallPossibleStep tcStep) |
static void |
remove(int hash) |
public static void put(int hash,
long gxid,
long caller,
long callee,
byte xType)
public static void put(int hash,
long gxid,
long caller,
long callee,
byte xType,
long callerThreadId,
ThreadCallPossibleStep tcStep)
public static void remove(int hash)
public static TransferMap.ID get(int hash)
Copyright © 2021. All rights reserved.