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 classTxReadWriteSetInfo.NsRwsetInfoclassTxReadWriteSetInfo.NsRwsetInfoIterableclassTxReadWriteSetInfo.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 intgetNsRwsetCount()TxReadWriteSetInfo.NsRwsetInfogetNsRwsetInfo(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()
 
 - 
 
 -