public class TransactionCacheInfo extends MychainObject
| 构造器和说明 |
|---|
TransactionCacheInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
static TransactionCacheInfo |
builder(long unverifiedQueueLimit,
long verifiedQueueLimit,
long unverifiedQueueUsage,
long verifiedQueueUsage) |
void |
fromJson(com.alibaba.fastjson.JSONObject jsonObject)
Decode message from json object.
|
void |
fromRlp(RlpList list)
Decode message from rlp bytes.
|
long |
getUnverifiedQueueLimit() |
long |
getUnverifiedQueueUsage() |
long |
getVerifiedQueueLimit() |
long |
getVerifiedQueueUsage() |
void |
toJson(com.alibaba.fastjson.JSONObject jsonObject)
Encode message to json object.
|
byte[] |
toRlp()
Encode message to rlp bytes.
|
toStringpublic static TransactionCacheInfo builder(long unverifiedQueueLimit, long verifiedQueueLimit, long unverifiedQueueUsage, long verifiedQueueUsage)
public long getUnverifiedQueueLimit()
public long getVerifiedQueueLimit()
public long getUnverifiedQueueUsage()
public long getVerifiedQueueUsage()
public byte[] toRlp()
toRlp 在类中 MychainObjectpublic void fromRlp(RlpList list)
fromRlp 在类中 MychainObjectlist - the rlp bytespublic void toJson(com.alibaba.fastjson.JSONObject jsonObject)
toJson 在类中 MychainObjectjsonObject - the json objectpublic void fromJson(com.alibaba.fastjson.JSONObject jsonObject)
fromJson 在类中 MychainObjectjsonObject - the json objectCopyright © 2022. All rights reserved.