Method | Description | |
---|---|---|
AddressForWriter ( IActorRef writer ) : Akka.Actor.Address | ||
HasWriteableEndpointFor ( Akka.Actor.Address address ) : bool | ||
IsQuarantined ( Akka.Actor.Address address, int uid ) : bool | ||
IsReadOnly ( IActorRef endpoint ) : bool | ||
IsWritable ( IActorRef endpoint ) : bool | ||
MarkAsFailed ( IActorRef endpoint, Akka.Remote.Deadline timeOfRelease ) : void |
Marking an endpoint as failed means that we will not try to connect to the remote system within the gated period but it is ok for the remote system to try to connect with us (inbound-only.)
|
|
MarkAsQuarantined ( Akka.Actor.Address address, int uid, Akka.Remote.Deadline timeOfRelease ) : void | ||
Prune ( ) : void | ||
ReadOnlyEndpointFor ( Akka.Actor.Address address ) : int>.Tuple |
||
RefuseUid ( Akka.Actor.Address address ) : int? | ||
RegisterReadOnlyEndpoint ( Akka.Actor.Address address, IActorRef endpoint, int uid ) : IActorRef | ||
RegisterWritableEndpoint ( Akka.Actor.Address address, IActorRef endpoint, int uid, int refuseUid ) : IActorRef | ||
RegisterWritableEndpointUid ( Akka.Actor.Address remoteAddress, int uid ) : void | ||
RemovePolicy ( Akka.Actor.Address address ) : void | ||
UnregisterEndpoint ( IActorRef endpoint ) : void | ||
WritableEndpointWithPolicyFor ( Akka.Actor.Address address ) : |
Method | Description | |
---|---|---|
PruneFilterFunction ( |
Internal function used for filtering endpoints that need to be pruned due to non-recovery past their deadlines
|
public AddressForWriter ( IActorRef writer ) : Akka.Actor.Address | ||
writer | IActorRef | |
return | Akka.Actor.Address |
public HasWriteableEndpointFor ( Akka.Actor.Address address ) : bool | ||
address | Akka.Actor.Address | |
return | bool |
public IsQuarantined ( Akka.Actor.Address address, int uid ) : bool | ||
address | Akka.Actor.Address | |
uid | int | |
return | bool |
public IsReadOnly ( IActorRef endpoint ) : bool | ||
endpoint | IActorRef | |
return | bool |
public IsWritable ( IActorRef endpoint ) : bool | ||
endpoint | IActorRef | |
return | bool |
public MarkAsFailed ( IActorRef endpoint, Akka.Remote.Deadline timeOfRelease ) : void | ||
endpoint | IActorRef | |
timeOfRelease | Akka.Remote.Deadline | |
return | void |
public MarkAsQuarantined ( Akka.Actor.Address address, int uid, Akka.Remote.Deadline timeOfRelease ) : void | ||
address | Akka.Actor.Address | |
uid | int | |
timeOfRelease | Akka.Remote.Deadline | |
return | void |
public ReadOnlyEndpointFor ( Akka.Actor.Address address ) : int>.Tuple |
||
address | Akka.Actor.Address | |
return | int>.Tuple |
public RefuseUid ( Akka.Actor.Address address ) : int? | ||
address | Akka.Actor.Address | |
return | int? |
public RegisterReadOnlyEndpoint ( Akka.Actor.Address address, IActorRef endpoint, int uid ) : IActorRef | ||
address | Akka.Actor.Address | |
endpoint | IActorRef | |
uid | int | |
return | IActorRef |
public RegisterWritableEndpoint ( Akka.Actor.Address address, IActorRef endpoint, int uid, int refuseUid ) : IActorRef | ||
address | Akka.Actor.Address | |
endpoint | IActorRef | |
uid | int | |
refuseUid | int | |
return | IActorRef |
public RegisterWritableEndpointUid ( Akka.Actor.Address remoteAddress, int uid ) : void | ||
remoteAddress | Akka.Actor.Address | |
uid | int | |
return | void |
public RemovePolicy ( Akka.Actor.Address address ) : void | ||
address | Akka.Actor.Address | |
return | void |
public UnregisterEndpoint ( IActorRef endpoint ) : void | ||
endpoint | IActorRef | |
return | void |
public WritableEndpointWithPolicyFor ( Akka.Actor.Address address ) : |
||
address | Akka.Actor.Address | |
return |