Class | Description |
---|---|
AbProto | |
AtomicBroadcastGrpc | |
AtomicBroadcastGrpc.AtomicBroadcastBlockingStub | |
AtomicBroadcastGrpc.AtomicBroadcastFutureStub | |
AtomicBroadcastGrpc.AtomicBroadcastImplBase | |
AtomicBroadcastGrpc.AtomicBroadcastStub | |
BatchSize |
Protobuf type
orderer.BatchSize |
BatchSize.Builder |
Protobuf type
orderer.BatchSize |
BatchTimeout |
Protobuf type
orderer.BatchTimeout |
BatchTimeout.Builder |
Protobuf type
orderer.BatchTimeout |
BlockAttestation |
Protobuf type
orderer.BlockAttestation |
BlockAttestation.Builder |
Protobuf type
orderer.BlockAttestation |
BlockattestationProto | |
BlockAttestationResponse |
Protobuf type
orderer.BlockAttestationResponse |
BlockAttestationResponse.Builder |
Protobuf type
orderer.BlockAttestationResponse |
BlockAttestationsGrpc | |
BlockAttestationsGrpc.BlockAttestationsBlockingStub | |
BlockAttestationsGrpc.BlockAttestationsFutureStub | |
BlockAttestationsGrpc.BlockAttestationsImplBase | |
BlockAttestationsGrpc.BlockAttestationsStub | |
BroadcastResponse |
Protobuf type
orderer.BroadcastResponse |
BroadcastResponse.Builder |
Protobuf type
orderer.BroadcastResponse |
ChannelRestrictions |
ChannelRestrictions is the mssage which conveys restrictions on channel creation for an orderer
|
ChannelRestrictions.Builder |
ChannelRestrictions is the mssage which conveys restrictions on channel creation for an orderer
|
ClusterGrpc |
Cluster defines communication between cluster members.
|
ClusterGrpc.ClusterBlockingStub |
Cluster defines communication between cluster members.
|
ClusterGrpc.ClusterFutureStub |
Cluster defines communication between cluster members.
|
ClusterGrpc.ClusterImplBase |
Cluster defines communication between cluster members.
|
ClusterGrpc.ClusterStub |
Cluster defines communication between cluster members.
|
ClusterProto | |
ConfigurationProto | |
ConsensusRequest |
ConsensusRequest is a consensus specific message sent to a cluster member.
|
ConsensusRequest.Builder |
ConsensusRequest is a consensus specific message sent to a cluster member.
|
ConsensusType |
Protobuf type
orderer.ConsensusType |
ConsensusType.Builder |
Protobuf type
orderer.ConsensusType |
DeliverResponse |
Protobuf type
orderer.DeliverResponse |
DeliverResponse.Builder |
Protobuf type
orderer.DeliverResponse |
KafkaBrokers |
Carries a list of bootstrap brokers, i.e.
|
KafkaBrokers.Builder |
Carries a list of bootstrap brokers, i.e.
|
KafkaMessage |
KafkaMessage is a wrapper type for the messages
that the Kafka-based orderer deals with.
|
KafkaMessage.Builder |
KafkaMessage is a wrapper type for the messages
that the Kafka-based orderer deals with.
|
KafkaMessageConnect |
KafkaMessageConnect is posted by an orderer upon booting up.
|
KafkaMessageConnect.Builder |
KafkaMessageConnect is posted by an orderer upon booting up.
|
KafkaMessageRegular |
KafkaMessageRegular wraps a marshalled envelope.
|
KafkaMessageRegular.Builder |
KafkaMessageRegular wraps a marshalled envelope.
|
KafkaMessageTimeToCut |
KafkaMessageTimeToCut is used to signal to the orderers
that it is time to cut block <block_number>.
|
KafkaMessageTimeToCut.Builder |
KafkaMessageTimeToCut is used to signal to the orderers
that it is time to cut block <block_number>.
|
KafkaMetadata |
KafkaMetadata is encoded into the ORDERER block to keep track of
Kafka-related metadata associated with this block.
|
KafkaMetadata.Builder |
KafkaMetadata is encoded into the ORDERER block to keep track of
Kafka-related metadata associated with this block.
|
KafkaProto | |
SeekInfo |
SeekInfo specifies the range of requested blocks to return
If the start position is not found, an error is immediately returned
Otherwise, blocks are returned until a missing block is encountered, then behavior is dictated
by the SeekBehavior specified.
|
SeekInfo.Builder |
SeekInfo specifies the range of requested blocks to return
If the start position is not found, an error is immediately returned
Otherwise, blocks are returned until a missing block is encountered, then behavior is dictated
by the SeekBehavior specified.
|
SeekNewest |
Protobuf type
orderer.SeekNewest |
SeekNewest.Builder |
Protobuf type
orderer.SeekNewest |
SeekNextCommit |
SeekNextCommit refers to the next block that will be committed
|
SeekNextCommit.Builder |
SeekNextCommit refers to the next block that will be committed
|
SeekOldest |
Protobuf type
orderer.SeekOldest |
SeekOldest.Builder |
Protobuf type
orderer.SeekOldest |
SeekPosition |
Protobuf type
orderer.SeekPosition |
SeekPosition.Builder |
Protobuf type
orderer.SeekPosition |
SeekSpecified |
Protobuf type
orderer.SeekSpecified |
SeekSpecified.Builder |
Protobuf type
orderer.SeekSpecified |
StepRequest |
StepRequest wraps a message that is sent to a cluster member.
|
StepRequest.Builder |
StepRequest wraps a message that is sent to a cluster member.
|
StepResponse |
StepResponse is a message received from a cluster member.
|
StepResponse.Builder |
StepResponse is a message received from a cluster member.
|
SubmitRequest |
SubmitRequest wraps a transaction to be sent for ordering.
|
SubmitRequest.Builder |
SubmitRequest wraps a transaction to be sent for ordering.
|
SubmitResponse |
SubmitResponse returns a success
or failure status to the sender.
|
SubmitResponse.Builder |
SubmitResponse returns a success
or failure status to the sender.
|
Enum | Description |
---|---|
BlockAttestationResponse.TypeCase | |
ConsensusType.State |
State defines the orderer mode of operation, typically for consensus-type migration.
|
DeliverResponse.TypeCase | |
KafkaMessage.TypeCase | |
KafkaMessageRegular.Class |
Protobuf enum
orderer.KafkaMessageRegular.Class |
SeekInfo.SeekBehavior |
If BLOCK_UNTIL_READY is specified, the reply will block until the requested blocks are available,
if FAIL_IF_NOT_READY is specified, the reply will return an error indicating that the block is not
found.
|
SeekInfo.SeekErrorResponse |
SeekErrorTolerance indicates to the server how block provider errors should be tolerated.
|
SeekPosition.TypeCase | |
StepRequest.PayloadCase | |
StepResponse.PayloadCase |
Copyright © 2022. All rights reserved.