XdrTimeSlicedNodeData
Table of Contents
Properties
-
$addedAuthenticatedPeers
: int
-
$droppedAuthenticatedPeers
: int
-
$isValidator
: bool
-
$lostSyncCount
: int
-
$maxInboundPeerCount
: int
-
$maxOutboundPeerCount
: int
-
$p75SCPFirstToSelfLatencyMs
: int
-
$p75SCPSelfToOtherLatencyMs
: int
-
$totalInboundPeerCount
: int
-
$totalOutboundPeerCount
: int
Methods
-
__construct()
: mixed
-
decode()
: XdrTimeSlicedNodeData
-
encode()
: string
-
fromBase64Xdr()
: static
-
getAddedAuthenticatedPeers()
: int
-
getDroppedAuthenticatedPeers()
: int
-
getLostSyncCount()
: int
-
getMaxInboundPeerCount()
: int
-
getMaxOutboundPeerCount()
: int
-
getP75SCPFirstToSelfLatencyMs()
: int
-
getP75SCPSelfToOtherLatencyMs()
: int
-
getTotalInboundPeerCount()
: int
-
getTotalOutboundPeerCount()
: int
-
isValidator()
: bool
-
setAddedAuthenticatedPeers()
: void
-
setDroppedAuthenticatedPeers()
: void
-
setIsValidator()
: void
-
setLostSyncCount()
: void
-
setMaxInboundPeerCount()
: void
-
setMaxOutboundPeerCount()
: void
-
setP75SCPFirstToSelfLatencyMs()
: void
-
setP75SCPSelfToOtherLatencyMs()
: void
-
setTotalInboundPeerCount()
: void
-
setTotalOutboundPeerCount()
: void
-
toBase64Xdr()
: string
$addedAuthenticatedPeers
public
int
$addedAuthenticatedPeers
$droppedAuthenticatedPeers
public
int
$droppedAuthenticatedPeers
$isValidator
public
bool
$isValidator
$lostSyncCount
public
int
$lostSyncCount
$maxInboundPeerCount
public
int
$maxInboundPeerCount
$maxOutboundPeerCount
public
int
$maxOutboundPeerCount
$p75SCPFirstToSelfLatencyMs
public
int
$p75SCPFirstToSelfLatencyMs
$p75SCPSelfToOtherLatencyMs
public
int
$p75SCPSelfToOtherLatencyMs
$totalInboundPeerCount
public
int
$totalInboundPeerCount
$totalOutboundPeerCount
public
int
$totalOutboundPeerCount
__construct()
public
__construct(int $addedAuthenticatedPeers, int $droppedAuthenticatedPeers, int $totalInboundPeerCount, int $totalOutboundPeerCount, int $p75SCPFirstToSelfLatencyMs, int $p75SCPSelfToOtherLatencyMs, int $lostSyncCount, bool $isValidator, int $maxInboundPeerCount, int $maxOutboundPeerCount) : mixed
Parameters
-
$addedAuthenticatedPeers
: int
-
-
$droppedAuthenticatedPeers
: int
-
-
$totalInboundPeerCount
: int
-
-
$totalOutboundPeerCount
: int
-
-
$p75SCPFirstToSelfLatencyMs
: int
-
-
$p75SCPSelfToOtherLatencyMs
: int
-
-
$lostSyncCount
: int
-
-
$isValidator
: bool
-
-
$maxInboundPeerCount
: int
-
-
$maxOutboundPeerCount
: int
-
decode()
public
static decode(XdrBuffer $xdr) : XdrTimeSlicedNodeData
Parameters
-
$xdr
: XdrBuffer
-
encode()
public
encode() : string
fromBase64Xdr()
public
static fromBase64Xdr(string $xdr) : static
Parameters
-
$xdr
: string
-
getAddedAuthenticatedPeers()
public
getAddedAuthenticatedPeers() : int
getDroppedAuthenticatedPeers()
public
getDroppedAuthenticatedPeers() : int
getLostSyncCount()
public
getLostSyncCount() : int
getMaxInboundPeerCount()
public
getMaxInboundPeerCount() : int
getMaxOutboundPeerCount()
public
getMaxOutboundPeerCount() : int
getP75SCPFirstToSelfLatencyMs()
public
getP75SCPFirstToSelfLatencyMs() : int
getP75SCPSelfToOtherLatencyMs()
public
getP75SCPSelfToOtherLatencyMs() : int
getTotalInboundPeerCount()
public
getTotalInboundPeerCount() : int
getTotalOutboundPeerCount()
public
getTotalOutboundPeerCount() : int
isValidator()
public
isValidator() : bool
setAddedAuthenticatedPeers()
public
setAddedAuthenticatedPeers(int $addedAuthenticatedPeers) : void
Parameters
-
$addedAuthenticatedPeers
: int
-
setDroppedAuthenticatedPeers()
public
setDroppedAuthenticatedPeers(int $droppedAuthenticatedPeers) : void
Parameters
-
$droppedAuthenticatedPeers
: int
-
setIsValidator()
public
setIsValidator(bool $isValidator) : void
Parameters
-
$isValidator
: bool
-
setLostSyncCount()
public
setLostSyncCount(int $lostSyncCount) : void
Parameters
-
$lostSyncCount
: int
-
setMaxInboundPeerCount()
public
setMaxInboundPeerCount(int $maxInboundPeerCount) : void
Parameters
-
$maxInboundPeerCount
: int
-
setMaxOutboundPeerCount()
public
setMaxOutboundPeerCount(int $maxOutboundPeerCount) : void
Parameters
-
$maxOutboundPeerCount
: int
-
setP75SCPFirstToSelfLatencyMs()
public
setP75SCPFirstToSelfLatencyMs(int $p75SCPFirstToSelfLatencyMs) : void
Parameters
-
$p75SCPFirstToSelfLatencyMs
: int
-
setP75SCPSelfToOtherLatencyMs()
public
setP75SCPSelfToOtherLatencyMs(int $p75SCPSelfToOtherLatencyMs) : void
Parameters
-
$p75SCPSelfToOtherLatencyMs
: int
-
setTotalInboundPeerCount()
public
setTotalInboundPeerCount(int $totalInboundPeerCount) : void
Parameters
-
$totalInboundPeerCount
: int
-
setTotalOutboundPeerCount()
public
setTotalOutboundPeerCount(int $totalOutboundPeerCount) : void
Parameters
-
$totalOutboundPeerCount
: int
-
toBase64Xdr()
public
toBase64Xdr() : string