Class | Description |
---|---|
Acknowledgement |
Protobuf type
gossip.Acknowledgement |
Acknowledgement.Builder |
Protobuf type
gossip.Acknowledgement |
AliveMessage |
AliveMessage is sent to inform remote peers
of a peer's existence and activity
|
AliveMessage.Builder |
AliveMessage is sent to inform remote peers
of a peer's existence and activity
|
Chaincode |
Chaincode represents a Chaincode that is installed
on a peer
|
Chaincode.Builder |
Chaincode represents a Chaincode that is installed
on a peer
|
ConnEstablish |
ConnEstablish is the message used for the gossip handshake
Whenever a peer connects to another peer, it handshakes
with it by sending this message that proves its identity
|
ConnEstablish.Builder |
ConnEstablish is the message used for the gossip handshake
Whenever a peer connects to another peer, it handshakes
with it by sending this message that proves its identity
|
DataDigest |
DataDigest is the message sent from the receiver peer
to the initator peer and contains the data items it has
|
DataDigest.Builder |
DataDigest is the message sent from the receiver peer
to the initator peer and contains the data items it has
|
DataMessage |
DataMessage is the message that contains a block
|
DataMessage.Builder |
DataMessage is the message that contains a block
|
DataRequest |
DataRequest is a message used for a peer to request
certain data blocks from a remote peer
|
DataRequest.Builder |
DataRequest is a message used for a peer to request
certain data blocks from a remote peer
|
DataUpdate |
DataUpdate is the final message in the pull phase
sent from the receiver to the initiator
|
DataUpdate.Builder |
DataUpdate is the final message in the pull phase
sent from the receiver to the initiator
|
Empty |
Empty is used for pinging and in tests
|
Empty.Builder |
Empty is used for pinging and in tests
|
Envelope |
Envelope contains a marshalled
GossipMessage and a signature over it.
|
Envelope.Builder |
Envelope contains a marshalled
GossipMessage and a signature over it.
|
GossipGrpc |
Gossip
|
GossipGrpc.GossipBlockingStub |
Gossip
|
GossipGrpc.GossipFutureStub |
Gossip
|
GossipGrpc.GossipImplBase |
Gossip
|
GossipGrpc.GossipStub |
Gossip
|
GossipHello |
GossipHello is the message that is used for the peer to initiate
a pull round with another peer
|
GossipHello.Builder |
GossipHello is the message that is used for the peer to initiate
a pull round with another peer
|
GossipMessage |
GossipMessage defines the message sent in a gossip network
|
GossipMessage.Builder |
GossipMessage defines the message sent in a gossip network
|
LeadershipMessage |
Leadership Message is sent during leader election to inform
remote peers about intent of peer to proclaim itself as leader
|
LeadershipMessage.Builder |
Leadership Message is sent during leader election to inform
remote peers about intent of peer to proclaim itself as leader
|
Member |
Member holds membership-related information
about a peer
|
Member.Builder |
Member holds membership-related information
about a peer
|
MembershipRequest |
MembershipRequest is used to ask membership information
from a remote peer
|
MembershipRequest.Builder |
MembershipRequest is used to ask membership information
from a remote peer
|
MembershipResponse |
MembershipResponse is used for replying to MembershipRequests
|
MembershipResponse.Builder |
MembershipResponse is used for replying to MembershipRequests
|
MessageProto | |
Payload |
Payload contains a block
|
Payload.Builder |
Payload contains a block
|
PeerIdentity |
PeerIdentity defines the identity of the peer
Used to make other peers learn of the identity
of a certain peer
|
PeerIdentity.Builder |
PeerIdentity defines the identity of the peer
Used to make other peers learn of the identity
of a certain peer
|
PeerTime |
PeerTime defines the logical time of a peer's life
|
PeerTime.Builder |
PeerTime defines the logical time of a peer's life
|
PrivateDataMessage |
PrivateDataMessage message which includes private
data information to distributed once transaction
has been endorsed
|
PrivateDataMessage.Builder |
PrivateDataMessage message which includes private
data information to distributed once transaction
has been endorsed
|
PrivatePayload |
PrivatePayload payload to encapsulate private
data with collection name to enable routing
based on collection partitioning
|
PrivatePayload.Builder |
PrivatePayload payload to encapsulate private
data with collection name to enable routing
based on collection partitioning
|
Properties |
Protobuf type
gossip.Properties |
Properties.Builder |
Protobuf type
gossip.Properties |
PvtDataDigest |
PvtDataDigest defines a digest of private data
|
PvtDataDigest.Builder |
PvtDataDigest defines a digest of private data
|
PvtDataElement |
Protobuf type
gossip.PvtDataElement |
PvtDataElement.Builder |
Protobuf type
gossip.PvtDataElement |
PvtDataPayload |
PvtPayload augments private rwset data and tx index
inside the block
|
PvtDataPayload.Builder |
PvtPayload augments private rwset data and tx index
inside the block
|
RemotePvtDataRequest |
RemotePrivateDataRequest message used to request
missing private rwset
|
RemotePvtDataRequest.Builder |
RemotePrivateDataRequest message used to request
missing private rwset
|
RemotePvtDataResponse |
RemotePrivateData message to response on private
data replication request
|
RemotePvtDataResponse.Builder |
RemotePrivateData message to response on private
data replication request
|
RemoteStateRequest |
RemoteStateRequest is used to ask a set of blocks
from a remote peer
|
RemoteStateRequest.Builder |
RemoteStateRequest is used to ask a set of blocks
from a remote peer
|
RemoteStateResponse |
RemoteStateResponse is used to send a set of blocks
to a remote peer
|
RemoteStateResponse.Builder |
RemoteStateResponse is used to send a set of blocks
to a remote peer
|
Secret |
Secret is an entity that might be omitted
from an Envelope when the remote peer that is receiving
the Envelope shouldn't know the secret's content.
|
Secret.Builder |
Secret is an entity that might be omitted
from an Envelope when the remote peer that is receiving
the Envelope shouldn't know the secret's content.
|
SecretEnvelope |
SecretEnvelope is a marshalled Secret
and a signature over it.
|
SecretEnvelope.Builder |
SecretEnvelope is a marshalled Secret
and a signature over it.
|
StateInfo |
StateInfo is used for a peer to relay its state information
to other peers
|
StateInfo.Builder |
StateInfo is used for a peer to relay its state information
to other peers
|
StateInfoPullRequest |
StateInfoPullRequest is used to fetch a StateInfoSnapshot
from a remote peer
|
StateInfoPullRequest.Builder |
StateInfoPullRequest is used to fetch a StateInfoSnapshot
from a remote peer
|
StateInfoSnapshot |
StateInfoSnapshot is an aggregation of StateInfo messages
|
StateInfoSnapshot.Builder |
StateInfoSnapshot is an aggregation of StateInfo messages
|
Enum | Description |
---|---|
GossipMessage.ContentCase | |
GossipMessage.Tag |
Protobuf enum
gossip.GossipMessage.Tag |
PullMsgType |
Protobuf enum
gossip.PullMsgType |
Secret.ContentCase |
Copyright © 2022. All rights reserved.