Package org.stellar.sdk.xdr
Class EvictionIterator
java.lang.Object
org.stellar.sdk.xdr.EvictionIterator
- All Implemented Interfaces:
XdrElement
EvictionIterator's original definition in the XDR file is:
struct EvictionIterator {
uint32 bucketListLevel;
bool isCurrBucket;
uint64 bucketFileOffset;
};
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionEvictionIterator(Uint32 bucketListLevel, Boolean isCurrBucket, Uint64 bucketFileOffset) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()static EvictionIteratordecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) booleanstatic EvictionIteratorfromXdrBase64(String xdr) static EvictionIteratorfromXdrByteArray(byte[] xdr) inthashCode()voidsetBucketFileOffset(Uint64 bucketFileOffset) voidsetBucketListLevel(Uint32 bucketListLevel) voidsetIsCurrBucket(Boolean isCurrBucket) toString()Methods inherited from interface org.stellar.sdk.xdr.XdrElement
toXdrBase64, toXdrByteArray
-
Constructor Details
-
EvictionIterator
public EvictionIterator() -
EvictionIterator
-
-
Method Details
-
encode
- Specified by:
encodein interfaceXdrElement- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getBucketListLevel
-
getIsCurrBucket
-
getBucketFileOffset
-
setBucketListLevel
-
setIsCurrBucket
-
setBucketFileOffset
-
equals
-
hashCode
public int hashCode() -
toString
-