| 程序包 | 说明 |
|---|---|
| com.alipay.mychain.sdk.api.service | |
| com.alipay.mychain.sdk.message.admin |
| 限定符和类型 | 方法和说明 |
|---|---|
DumpDbResponse |
AdminService.dumpDB(DumpDbRequest.DumpDBType dumpType,
String dumpPath,
Identity from,
SignerBase signerBase) |
DumpDbResponse |
AdminService.dumpDB(DumpDbRequest.DumpDBType dumpType,
String dumpPath,
Identity from,
SignerBase signerBase,
BaseFixedSizeByteArray.Fixed20ByteArray myChainId) |
| 限定符和类型 | 方法和说明 |
|---|---|
static DumpDbRequest.DumpDBType |
DumpDbRequest.DumpDBType.getDumpDBTypeByCode(int code) |
DumpDbRequest.DumpDBType |
DumpDbRequest.getDumpType() |
static DumpDbRequest.DumpDBType |
DumpDbRequest.DumpDBType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static DumpDbRequest.DumpDBType[] |
DumpDbRequest.DumpDBType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
DumpDbRequest.setDumpType(DumpDbRequest.DumpDBType dumpType) |
| 构造器和说明 |
|---|
DumpDbRequest(DumpDbRequest.DumpDBType dumpType,
String dumpPath,
Identity from) |
DumpDbRequest(DumpDbRequest.DumpDBType dumpType,
String dumpPath,
Identity from,
BaseFixedSizeByteArray.Fixed20ByteArray myChainId) |
Copyright © 2022. All rights reserved.