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) build()
droppedAuthenticatedPeers
(Uint32 droppedAuthenticatedPeers) isValidator
(Boolean isValidator) lostSyncCount
(Uint32 lostSyncCount) maxInboundPeerCount
(Uint32 maxInboundPeerCount) maxOutboundPeerCount
(Uint32 maxOutboundPeerCount) p75SCPFirstToSelfLatencyMs
(Uint32 p75SCPFirstToSelfLatencyMs) p75SCPSelfToOtherLatencyMs
(Uint32 p75SCPSelfToOtherLatencyMs) toString()
totalInboundPeerCount
(Uint32 totalInboundPeerCount) totalOutboundPeerCount
(Uint32 totalOutboundPeerCount)
-
Method Details
-
addedAuthenticatedPeers
public TimeSlicedNodeData.TimeSlicedNodeDataBuilder addedAuthenticatedPeers(Uint32 addedAuthenticatedPeers) - Returns:
this
.
-
droppedAuthenticatedPeers
public TimeSlicedNodeData.TimeSlicedNodeDataBuilder droppedAuthenticatedPeers(Uint32 droppedAuthenticatedPeers) - Returns:
this
.
-
totalInboundPeerCount
public TimeSlicedNodeData.TimeSlicedNodeDataBuilder totalInboundPeerCount(Uint32 totalInboundPeerCount) - Returns:
this
.
-
totalOutboundPeerCount
public TimeSlicedNodeData.TimeSlicedNodeDataBuilder totalOutboundPeerCount(Uint32 totalOutboundPeerCount) - Returns:
this
.
-
p75SCPFirstToSelfLatencyMs
public TimeSlicedNodeData.TimeSlicedNodeDataBuilder p75SCPFirstToSelfLatencyMs(Uint32 p75SCPFirstToSelfLatencyMs) - Returns:
this
.
-
p75SCPSelfToOtherLatencyMs
public TimeSlicedNodeData.TimeSlicedNodeDataBuilder p75SCPSelfToOtherLatencyMs(Uint32 p75SCPSelfToOtherLatencyMs) - Returns:
this
.
-
lostSyncCount
- Returns:
this
.
-
isValidator
- Returns:
this
.
-
maxInboundPeerCount
- Returns:
this
.
-
maxOutboundPeerCount
public TimeSlicedNodeData.TimeSlicedNodeDataBuilder maxOutboundPeerCount(Uint32 maxOutboundPeerCount) - Returns:
this
.
-
build
-
toString
-