public class StepTransferMap extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
StepTransferMap.ID |
| Constructor and Description |
|---|
StepTransferMap() |
| Modifier and Type | Method and Description |
|---|---|
static StepTransferMap.ID |
get(int hash) |
static StepTransferMap.ID |
makeID(TraceContext ctx,
Step step) |
static void |
put(int hash,
TraceContext ctx,
Step step) |
static void |
put(int hash,
TraceContext ctx,
Step step,
Object option) |
static void |
remove(int hash) |
public static StepTransferMap.ID makeID(TraceContext ctx, Step step)
public static void put(int hash,
TraceContext ctx,
Step step)
public static void put(int hash,
TraceContext ctx,
Step step,
Object option)
public static void remove(int hash)
public static StepTransferMap.ID get(int hash)
Copyright © 2021. All rights reserved.