Package org.stellar.sdk.xdr
Class ConfigSettingEntry
java.lang.Object
org.stellar.sdk.xdr.ConfigSettingEntry
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ConfigSettingEntrydecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, ConfigSettingEntry encodedConfigSettingEntry) booleanstatic ConfigSettingEntryfromXdrBase64(String xdr) static ConfigSettingEntryfromXdrByteArray(byte[] xdr) Uint64[]inthashCode()voidsetBucketListSizeWindow(Uint64[] value) voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidsetContractMaxSizeBytes(Uint32 value) voidsetDiscriminant(ConfigSettingID value) voidvoidbyte[]
-
Constructor Details
-
ConfigSettingEntry
public ConfigSettingEntry()
-
-
Method Details
-
getDiscriminant
-
setDiscriminant
-
getContractMaxSizeBytes
-
setContractMaxSizeBytes
-
getContractCompute
-
setContractCompute
-
getContractLedgerCost
-
setContractLedgerCost
-
getContractHistoricalData
-
setContractHistoricalData
-
getContractEvents
-
setContractEvents
-
getContractBandwidth
-
setContractBandwidth
-
getContractCostParamsCpuInsns
-
setContractCostParamsCpuInsns
-
getContractCostParamsMemBytes
-
setContractCostParamsMemBytes
-
getContractDataKeySizeBytes
-
setContractDataKeySizeBytes
-
getContractDataEntrySizeBytes
-
setContractDataEntrySizeBytes
-
getStateArchivalSettings
-
setStateArchivalSettings
-
getContractExecutionLanes
-
setContractExecutionLanes
-
getBucketListSizeWindow
-
setBucketListSizeWindow
-
getEvictionIterator
-
setEvictionIterator
-
encode
public static void encode(XdrDataOutputStream stream, ConfigSettingEntry encodedConfigSettingEntry) throws IOException - Throws:
IOException
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
hashCode
public int hashCode() -
equals
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-