Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewResolver ¶
func NewResolver() peerresolver.Provider
NewResolver returns a new "prefer org" resolver provider.
Types ¶
type PeerResolver ¶
type PeerResolver struct {
// contains filtered or unexported fields
}
PeerResolver is a peer resolver that determines which peers are suitable based on block height, although will prefer the peers in the current org (as long as their block height is above a configured threshold). If none of the peers from the current org are suitable then a peer from another org is chosen.
func New ¶
func New(dispatcher service.Dispatcher, context context.Client, channelID string, opts ...options.Opt) *PeerResolver
New returns a new "prefer org" resolver.
func (*PeerResolver) Resolve ¶
Resolve uses the MinBlockHeight resolver to choose peers but will prefer peers in the given org.
func (PeerResolver) SetLoadBalancePolicy ¶
func (p PeerResolver) SetLoadBalancePolicy(value lbp.LoadBalancePolicy)
func (*PeerResolver) ShouldDisconnect ¶
ShouldDisconnect determines whether connected peer not in our org should be disconnected and reconnected to a peer in our org.
Click to show internal directories.
Click to hide internal directories.