class SidechainNodeViewSynchronizer extends AbstractSidechainNodeViewSynchronizer[BoxTransaction[Proposition, Box[Proposition]], SidechainBlockHeader, SidechainBlock, MempoolReader[BoxTransaction[Proposition, Box[Proposition]]], SidechainFeePaymentsInfo, SidechainHistoryStorage, SidechainHistory]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SidechainNodeViewSynchronizer
- AbstractSidechainNodeViewSynchronizer
- NodeViewSynchronizer
- SparkzEncoding
- Synchronizer
- SparkzLogging
- StrictLogging
- Actor
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SidechainNodeViewSynchronizer(networkControllerRef: ActorRef, viewHolderRef: ActorRef, syncInfoSpec: SidechainSyncInfoMessageSpec.type, networkSettings: NetworkSettings, timeProvider: NetworkTimeProvider, modifierSerializers: Map[ModifierTypeId, SparkzSerializer[_ <: NodeViewModifier]])(implicit ec: ExecutionContext)
Type Members
-
type
Receive = PartialFunction[Any, Unit]
- Definition Classes
- Actor
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
aroundPostRestart(reason: Throwable): Unit
- Attributes
- protected[akka]
- Definition Classes
- Actor
- Annotations
- @InternalApi()
-
def
aroundPostStop(): Unit
- Attributes
- protected[akka]
- Definition Classes
- Actor
- Annotations
- @InternalApi()
-
def
aroundPreRestart(reason: Throwable, message: Option[Any]): Unit
- Attributes
- protected[akka]
- Definition Classes
- Actor
- Annotations
- @InternalApi()
-
def
aroundPreStart(): Unit
- Attributes
- protected[akka]
- Definition Classes
- Actor
- Annotations
- @InternalApi()
-
def
aroundReceive(receive: akka.actor.Actor.Receive, msg: Any): Unit
- Attributes
- protected[akka]
- Definition Classes
- Actor
- Annotations
- @InternalApi()
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
broadcastModifierInv[M <: NodeViewModifier](m: M): Unit
- Attributes
- protected
- Definition Classes
- NodeViewSynchronizer
-
def
checkDelivery: Receive
- Attributes
- protected
- Definition Classes
- NodeViewSynchronizer
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
implicit
val
context: ActorContext
- Definition Classes
- Actor
-
val
deliveryTracker: DeliveryTracker
- Attributes
- protected
- Definition Classes
- NodeViewSynchronizer
-
implicit
val
encoder: SparkzEncoder
- Definition Classes
- SparkzEncoding
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
getLocalSyncInfo: Receive
- Attributes
- protected
- Definition Classes
- NodeViewSynchronizer
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
var
historyReaderOpt: Option[SidechainHistory]
- Attributes
- protected
- Definition Classes
- NodeViewSynchronizer
-
val
invSpec: InvSpec
- Attributes
- protected
- Definition Classes
- NodeViewSynchronizer
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
log: Logger
- Attributes
- protected
- Definition Classes
- SparkzLogging
- Annotations
- @inline()
-
val
logger: Logger
- Attributes
- protected
- Definition Classes
- StrictLogging
-
var
mempoolReaderOpt: Option[MempoolReader[BoxTransaction[Proposition, Box[Proposition]]]]
- Attributes
- protected
- Definition Classes
- NodeViewSynchronizer
-
def
modifiersFromRemote(data: ModifiersData, remote: ConnectedPeer): Unit
- Attributes
- protected
- Definition Classes
- NodeViewSynchronizer
-
def
modifiersReq(invData: InvData, remote: ConnectedPeer): Unit
- Attributes
- protected
- Definition Classes
- NodeViewSynchronizer
-
val
modifiersSpec: ModifiersSpec
- Attributes
- protected
- Definition Classes
- NodeViewSynchronizer
-
val
msgHandlers: PartialFunction[Tuple3[MessageSpec[_], _, ConnectedPeer], Unit]
- Attributes
- protected
- Definition Classes
- NodeViewSynchronizer → Synchronizer
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
parseAndHandle(spec: MessageSpec[Any], msgBytes: Array[Byte], source: ConnectedPeer): Unit
- Attributes
- protected
- Definition Classes
- Synchronizer
-
def
peerManagerEvents: Receive
- Attributes
- protected
- Definition Classes
- NodeViewSynchronizer
-
def
penalizeAndDisconnectPeer(peer: ConnectedPeer): Unit
- Attributes
- protected
- Definition Classes
- NodeViewSynchronizer
-
def
penalizeMaliciousPeer(peer: ConnectedPeer): Unit
- Attributes
- protected
- Definition Classes
- NodeViewSynchronizer → Synchronizer
-
def
penalizeMisbehavingPeer(peer: ConnectedPeer): Unit
- Attributes
- protected
- Definition Classes
- NodeViewSynchronizer
-
def
penalizeNonDeliveringPeer(peer: ConnectedPeer): Unit
- Attributes
- protected
- Definition Classes
- NodeViewSynchronizer
-
def
penalizeSpammingPeer(peer: ConnectedPeer): Unit
- Attributes
- protected
- Definition Classes
- NodeViewSynchronizer
-
def
postRestart(reason: Throwable): Unit
- Definition Classes
- Actor
- Annotations
- @throws( classOf[java.lang.Exception] )
-
def
postStop(): Unit
- Definition Classes
- AbstractSidechainNodeViewSynchronizer → Actor
-
def
preRestart(reason: Throwable, message: Option[Any]): Unit
- Definition Classes
- Actor
- Annotations
- @throws( classOf[java.lang.Exception] )
-
def
preStart(): Unit
- Definition Classes
- NodeViewSynchronizer → Actor
-
def
processDataFromPeer: Receive
- Attributes
- protected
- Definition Classes
- NodeViewSynchronizer
-
def
processInv(invData: InvData, peer: ConnectedPeer): Unit
- Attributes
- protected
- Definition Classes
- NodeViewSynchronizer
-
def
processSync(syncInfo: SidechainSyncInfo, remote: ConnectedPeer): Unit
- Attributes
- protected
- Definition Classes
- NodeViewSynchronizer
-
def
processSyncStatus: Receive
- Attributes
- protected
- Definition Classes
- NodeViewSynchronizer
-
def
receive: Receive
- Definition Classes
- NodeViewSynchronizer → Actor
-
val
requestModifierSpec: RequestModifierSpec
- Attributes
- protected
- Definition Classes
- NodeViewSynchronizer
-
def
requestMoreModifiers(applied: Seq[_]): Unit
- Attributes
- protected
- Definition Classes
- NodeViewSynchronizer
-
def
responseFromLocal: Receive
- Attributes
- protected
- Definition Classes
- NodeViewSynchronizer
-
implicit final
val
self: ActorRef
- Definition Classes
- Actor
-
def
sendExtension(remote: ConnectedPeer, status: HistoryComparisonResult, ext: Seq[(ModifierTypeId, ModifierId)]): Unit
- Definition Classes
- NodeViewSynchronizer
- Annotations
- @nowarn()
-
def
sendSync(syncTracker: SyncTracker, history: SidechainHistory): Unit
- Attributes
- protected
- Definition Classes
- NodeViewSynchronizer
-
final
def
sender(): ActorRef
- Definition Classes
- Actor
-
val
statusTracker: SyncTracker
- Attributes
- protected
- Definition Classes
- NodeViewSynchronizer
-
def
supervisorStrategy: SupervisorStrategy
- Definition Classes
- Actor
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
transactionRebroadcast: Receive
- Attributes
- protected
- Definition Classes
- NodeViewSynchronizer
-
def
unhandled(message: Any): Unit
- Definition Classes
- Actor
-
def
viewHolderEvents: Receive
- Attributes
- protected
- Definition Classes
- AbstractSidechainNodeViewSynchronizer → NodeViewSynchronizer
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated