Package org.hyperledger.fabric.sdk
Class TxReadWriteSetInfo
- java.lang.Object
-
- org.hyperledger.fabric.sdk.TxReadWriteSetInfo
-
public class TxReadWriteSetInfo extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TxReadWriteSetInfo.NsRwsetInfo
class
TxReadWriteSetInfo.NsRwsetInfoIterable
class
TxReadWriteSetInfo.NsRwsetInfoIterator
-
Constructor Summary
Constructors Constructor Description TxReadWriteSetInfo(org.hyperledger.fabric.protos.ledger.rwset.Rwset.TxReadWriteSet txReadWriteSet)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getNsRwsetCount()
TxReadWriteSetInfo.NsRwsetInfo
getNsRwsetInfo(int index)
java.lang.Iterable<TxReadWriteSetInfo.NsRwsetInfo>
getNsRwsetInfos()
-
-
-
Method Detail
-
getNsRwsetCount
public int getNsRwsetCount()
-
getNsRwsetInfo
public TxReadWriteSetInfo.NsRwsetInfo getNsRwsetInfo(int index)
-
getNsRwsetInfos
public java.lang.Iterable<TxReadWriteSetInfo.NsRwsetInfo> getNsRwsetInfos()
-
-