XdrStateArchivalSettings class

Constructors

XdrStateArchivalSettings(XdrUint32 _maxEntryTTL, XdrUint32 _minTemporaryTTL, XdrUint32 _minPersistentTTL, XdrInt64 _persistentRentRateDenominator, XdrInt64 _tempRentRateDenominator, XdrUint32 _maxEntriesToArchive, XdrUint32 _bucketListSizeWindowSampleSize, XdrUint64 _evictionScanSize, XdrUint32 _startingEvictionScanLevel)

Properties

bucketListSizeWindowSampleSize XdrUint32
read / write
evictionScanSize XdrUint64
read / write
hashCode int
The hash code for this object.
read-onlyinherited
maxEntriesToArchive XdrUint32
read / write
maxEntryTTL XdrUint32
read / write
minPersistentTTL XdrUint32
read / write
minTemporaryTTL XdrUint32
read / write
persistentRentRateDenominator XdrInt64
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
startingEvictionScanLevel XdrUint32
read / write
tempRentRateDenominator XdrInt64
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

decode(XdrDataInputStream stream) XdrStateArchivalSettings
encode(XdrDataOutputStream stream, XdrStateArchivalSettings encoded) → void