Package org.stellar.sdk.xdr
Class TimeSlicedNodeData.TimeSlicedNodeDataBuilder
java.lang.Object
org.stellar.sdk.xdr.TimeSlicedNodeData.TimeSlicedNodeDataBuilder
- Enclosing class:
TimeSlicedNodeData
-
Method Summary
Modifier and TypeMethodDescriptionaddedAuthenticatedPeers(Uint32 addedAuthenticatedPeers) Value of theaddedAuthenticatedPeersfield.build()droppedAuthenticatedPeers(Uint32 droppedAuthenticatedPeers) Value of thedroppedAuthenticatedPeersfield.isValidator(Boolean isValidator) Value of theisValidatorfield.lostSyncCount(Uint32 lostSyncCount) Value of thelostSyncCountfield.maxInboundPeerCount(Uint32 maxInboundPeerCount) Value of themaxInboundPeerCountfield.maxOutboundPeerCount(Uint32 maxOutboundPeerCount) Value of themaxOutboundPeerCountfield.p75SCPFirstToSelfLatencyMs(Uint32 p75SCPFirstToSelfLatencyMs) Value of thep75SCPFirstToSelfLatencyMsfield.p75SCPSelfToOtherLatencyMs(Uint32 p75SCPSelfToOtherLatencyMs) Value of thep75SCPSelfToOtherLatencyMsfield.toString()totalInboundPeerCount(Uint32 totalInboundPeerCount) Value of thetotalInboundPeerCountfield.totalOutboundPeerCount(Uint32 totalOutboundPeerCount) Value of thetotalOutboundPeerCountfield.
-
Method Details
-
addedAuthenticatedPeers
public TimeSlicedNodeData.TimeSlicedNodeDataBuilder addedAuthenticatedPeers(Uint32 addedAuthenticatedPeers) Value of theaddedAuthenticatedPeersfield.- Parameters:
addedAuthenticatedPeers- theaddedAuthenticatedPeersfield value- Returns:
this.
-
droppedAuthenticatedPeers
public TimeSlicedNodeData.TimeSlicedNodeDataBuilder droppedAuthenticatedPeers(Uint32 droppedAuthenticatedPeers) Value of thedroppedAuthenticatedPeersfield.- Parameters:
droppedAuthenticatedPeers- thedroppedAuthenticatedPeersfield value- Returns:
this.
-
totalInboundPeerCount
public TimeSlicedNodeData.TimeSlicedNodeDataBuilder totalInboundPeerCount(Uint32 totalInboundPeerCount) Value of thetotalInboundPeerCountfield.- Parameters:
totalInboundPeerCount- thetotalInboundPeerCountfield value- Returns:
this.
-
totalOutboundPeerCount
public TimeSlicedNodeData.TimeSlicedNodeDataBuilder totalOutboundPeerCount(Uint32 totalOutboundPeerCount) Value of thetotalOutboundPeerCountfield.- Parameters:
totalOutboundPeerCount- thetotalOutboundPeerCountfield value- Returns:
this.
-
p75SCPFirstToSelfLatencyMs
public TimeSlicedNodeData.TimeSlicedNodeDataBuilder p75SCPFirstToSelfLatencyMs(Uint32 p75SCPFirstToSelfLatencyMs) Value of thep75SCPFirstToSelfLatencyMsfield.- Parameters:
p75SCPFirstToSelfLatencyMs- thep75SCPFirstToSelfLatencyMsfield value- Returns:
this.
-
p75SCPSelfToOtherLatencyMs
public TimeSlicedNodeData.TimeSlicedNodeDataBuilder p75SCPSelfToOtherLatencyMs(Uint32 p75SCPSelfToOtherLatencyMs) Value of thep75SCPSelfToOtherLatencyMsfield.- Parameters:
p75SCPSelfToOtherLatencyMs- thep75SCPSelfToOtherLatencyMsfield value- Returns:
this.
-
lostSyncCount
Value of thelostSyncCountfield.- Parameters:
lostSyncCount- thelostSyncCountfield value- Returns:
this.
-
isValidator
Value of theisValidatorfield.- Parameters:
isValidator- theisValidatorfield value- Returns:
this.
-
maxInboundPeerCount
Value of themaxInboundPeerCountfield.- Parameters:
maxInboundPeerCount- themaxInboundPeerCountfield value- Returns:
this.
-
maxOutboundPeerCount
public TimeSlicedNodeData.TimeSlicedNodeDataBuilder maxOutboundPeerCount(Uint32 maxOutboundPeerCount) Value of themaxOutboundPeerCountfield.- Parameters:
maxOutboundPeerCount- themaxOutboundPeerCountfield value- Returns:
this.
-
build
-
toString
-