Packages

case class FilterSync(syncPeer: Peer, peerWithServicesDataMap: Map[PeerWithServices, PersistentPeerData], waitingForDisconnection: Set[Peer], filterBatchCache: Set[CompactFilterMessage], peerFinder: PeerFinder, sentQuery: Instant) extends SyncNodeState with FilterOrFilterHeaderSync with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FilterSync
  2. Serializable
  3. Product
  4. Equals
  5. FilterOrFilterHeaderSync
  6. SyncNodeState
  7. NodeRunningState
  8. NodeState
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new FilterSync(syncPeer: Peer, peerWithServicesDataMap: Map[PeerWithServices, PersistentPeerData], waitingForDisconnection: Set[Peer], filterBatchCache: Set[CompactFilterMessage], peerFinder: PeerFinder, sentQuery: Instant)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addPeer(peer: Peer): SyncNodeState
    Definition Classes
    SyncNodeStateNodeRunningState
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. def connectedPeerCount: Int
    Definition Classes
    NodeRunningState
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. val filterBatchCache: Set[CompactFilterMessage]
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def getPeerConnection(peer: Peer): Option[PeerConnection]
    Definition Classes
    NodeRunningState
  13. def getPeerData(peer: Peer): Option[PersistentPeerData]
    Definition Classes
    NodeRunningState
  14. def getPeerMsgSender(peer: Peer): Option[PeerMessageSender]
    Definition Classes
    NodeRunningState
  15. def getPeerServices(peer: Peer): Option[ServiceIdentifier]
    Definition Classes
    NodeRunningState
  16. def isConnected(peer: Peer): Boolean
    Definition Classes
    NodeRunningState
  17. def isDisconnected(peer: Peer): Boolean
    Definition Classes
    NodeRunningState
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def isQueryTimedOut(duration: FiniteDuration): Boolean
    Definition Classes
    SyncNodeState
  20. def isSyncing: Boolean
    Definition Classes
    SyncNodeStateNodeRunningState
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. def peerDataMap: Map[Peer, PersistentPeerData]
    Definition Classes
    NodeRunningState
  25. val peerFinder: PeerFinder
    Definition Classes
    FilterSyncNodeRunningState
  26. val peerWithServicesDataMap: Map[PeerWithServices, PersistentPeerData]
    Definition Classes
    FilterSyncNodeRunningState
  27. def peers: Set[Peer]

    All peers the node is currently connected to

    All peers the node is currently connected to

    Definition Classes
    NodeRunningState
  28. def peersWithServices: Set[PeerWithServices]
    Definition Classes
    NodeRunningState
  29. def productElementNames: Iterator[String]
    Definition Classes
    Product
  30. def randomPeer(excludePeers: Set[Peer]): Option[Peer]
    Definition Classes
    SyncNodeState
  31. def randomPeer(excludePeers: Set[Peer], services: ServiceIdentifier): Option[Peer]
    Definition Classes
    NodeRunningState
  32. def randomPeerMessageSender(excludePeers: Set[Peer], services: ServiceIdentifier): Option[PeerMessageSender]
    Definition Classes
    NodeRunningState
  33. def removePeer(peer: Peer): NodeRunningState

    Removes the peer from our peerDataMap

    Removes the peer from our peerDataMap

    Definition Classes
    NodeRunningState
  34. def replacePeers(peerWithServicesDataMap: Map[PeerWithServices, PersistentPeerData]): NodeRunningState
    Definition Classes
    NodeRunningState
  35. def replaceSyncPeer: Option[SyncNodeState]

    Replaces the current sync peer with a new sync peer, returns None if there is not a new peer available

    Replaces the current sync peer with a new sync peer, returns None if there is not a new peer available

    Definition Classes
    SyncNodeState
  36. def replaceSyncPeer(newSyncPeer: Peer): SyncNodeState
    Definition Classes
    SyncNodeState
  37. def replaceWaitingForDisconnection(newWaitingForDisconnection: Set[Peer]): NodeRunningState
    Definition Classes
    NodeRunningState
  38. val sentQuery: Instant

    The time when we sent the last query

    The time when we sent the last query

    Definition Classes
    FilterSyncSyncNodeState
  39. def services: ServiceIdentifier

    Services of our syncPeer

    Services of our syncPeer

    Definition Classes
    SyncNodeState
  40. val syncPeer: Peer
    Definition Classes
    FilterSyncSyncNodeState
  41. def syncPeerMessageSender: PeerMessageSender
    Definition Classes
    SyncNodeState
  42. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  43. def toDoneSyncing: DoneSyncing
    Definition Classes
    SyncNodeState
  44. def toFilterHeaderSync: FilterHeaderSync
    Definition Classes
    SyncNodeState
  45. def toFilterSync: FilterSync
    Definition Classes
    SyncNodeState
  46. def toString(): String
    Definition Classes
    FilterSyncSyncNodeStateNodeRunningState → AnyRef → Any
  47. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  48. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  49. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  50. val waitingForDisconnection: Set[Peer]
    Definition Classes
    FilterSyncNodeRunningState

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from SyncNodeState

Inherited from NodeRunningState

Inherited from NodeState

Inherited from AnyRef

Inherited from Any

Ungrouped