$ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _
All Classes All Packages
All Classes All Packages
$
- $bang(Object, ActorRef) - Method in class org.apache.pekko.actor.ActorRef
-
Scala API: Sends a one-way asynchronous message.
- $bang(Object, ActorRef) - Method in interface org.apache.pekko.actor.MinimalActorRef
- $bang(Object, ActorRef) - Static method in class org.apache.pekko.actor.Nobody
- $bang(Object, ActorRef) - Method in interface org.apache.pekko.actor.ScalaActorRef
-
Deprecated.Sends a one-way asynchronous message.
- $bang(Object, ActorRef) - Method in interface org.apache.pekko.actor.ScalaActorSelection
- $bang(Object, ActorRef) - Method in class org.apache.pekko.event.Logging.StandardOutLogger
- $bang(M) - Method in interface org.apache.pekko.cluster.sharding.typed.scaladsl.EntityRef
-
Send a message to the entity referenced by this EntityRef using *at-most-once* messaging semantics.
- $bang(T) - Method in class org.apache.pekko.actor.typed.ActorRef.ActorRefOps
-
Send a message to the Actor referenced by this ActorRef using *at-most-once* messaging semantics.
- $bang(T) - Method in class org.apache.pekko.actor.typed.RecipientRef.RecipientRefOps
-
Send a message to the destination referenced by this
RecipientRef
using *at-most-once* messaging semantics. - $bang$default$2(Object) - Method in class org.apache.pekko.actor.ActorRef
- $bang$default$2(Object) - Method in interface org.apache.pekko.actor.MinimalActorRef
- $bang$default$2(Object) - Static method in class org.apache.pekko.actor.Nobody
- $bang$default$2(Object) - Method in interface org.apache.pekko.actor.ScalaActorRef
-
Deprecated.
- $bang$default$2(Object) - Method in interface org.apache.pekko.actor.ScalaActorSelection
- $bang$default$2(Object) - Method in class org.apache.pekko.event.Logging.StandardOutLogger
- $bang$extension(ActorRef.ActorRefOps<T>, T) - Method in class org.apache.pekko.actor.typed.ActorRef.ActorRefOps$
- $bang$extension(RecipientRef.RecipientRefOps<T>, T) - Method in class org.apache.pekko.actor.typed.RecipientRef.RecipientRefOps$
- $colon$colon$extension(EarliestFirstSystemMessageList, SystemMessage) - Method in class org.apache.pekko.actor.typed.internal.EarliestFirstSystemMessageList$
- $colon$colon$extension(LatestFirstSystemMessageList, SystemMessage) - Method in class org.apache.pekko.actor.typed.internal.LatestFirstSystemMessageList$
- $colon$colon$extension(EarliestFirstSystemMessageList, SystemMessage) - Method in class org.apache.pekko.dispatch.sysmsg.EarliestFirstSystemMessageList$
- $colon$colon$extension(LatestFirstSystemMessageList, SystemMessage) - Method in class org.apache.pekko.dispatch.sysmsg.LatestFirstSystemMessageList$
- $colon$minus(T) - Method in class org.apache.pekko.routing.ConsistentHash
-
Removes a node from the node ring.
- $colon$plus(double) - Method in class org.apache.pekko.cluster.metrics.EWMA
-
Calculates the exponentially weighted moving average for a given monitored data set.
- $colon$plus(long, SelfUniqueAddress) - Method in class org.apache.pekko.cluster.ddata.GCounter
-
Increment the counter with the delta
n
specified. - $colon$plus(long, SelfUniqueAddress) - Method in class org.apache.pekko.cluster.ddata.PNCounter
-
Increment the counter with the delta
n
specified. - $colon$plus(A, SelfUniqueAddress) - Method in class org.apache.pekko.cluster.ddata.ORSet
-
Adds an element to the set.
- $colon$plus(String) - Method in class org.apache.pekko.cluster.VectorClock
-
Increment the version for the node passed as argument.
- $colon$plus(SelfUniqueAddress) - Method in class org.apache.pekko.cluster.ddata.VersionVector
-
Increment the version for the node passed as argument.
- $colon$plus(Metric) - Method in class org.apache.pekko.cluster.metrics.Metric
-
Updates the data point, and if defined, updates the data stream (average).
- $colon$plus(BigInt, SelfUniqueAddress) - Method in class org.apache.pekko.cluster.ddata.PNCounter
-
Increment the counter with the delta
n
specified. - $colon$plus(Tuple2<A, B>, SelfUniqueAddress) - Method in class org.apache.pekko.cluster.ddata.LWWMap
-
Adds an entry to the map
- $colon$plus(Tuple2<A, B>, SelfUniqueAddress) - Method in class org.apache.pekko.cluster.ddata.ORMap
-
Adds an entry to the map
- $colon$plus(Tuple2<A, Set<B>>, SelfUniqueAddress) - Method in class org.apache.pekko.cluster.ddata.ORMultiMap
-
Convenience for put.
- $colon$plus(T) - Method in class org.apache.pekko.routing.ConsistentHash
-
Adds a node to the node ring.
- $div(String) - Method in interface org.apache.pekko.actor.ActorPath
-
Create a new child actor path.
- $div(String) - Method in class org.apache.pekko.actor.ActorSystem
-
Construct a path below the application guardian to be used with
ActorRefFactory.actorSelection(java.lang.String)
. - $div(String) - Method in class org.apache.pekko.actor.ChildActorPath
- $div(String) - Method in class org.apache.pekko.actor.RootActorPath
- $div(Iterable<String>) - Method in interface org.apache.pekko.actor.ActorPath
-
Recursively create a descendant’s path by appending all child names.
- $div(Iterable<String>) - Method in class org.apache.pekko.actor.ActorSystem
-
Construct a path below the application guardian to be used with
ActorRefFactory.actorSelection(java.lang.String)
. - $eq$eq(VersionVector) - Method in class org.apache.pekko.cluster.ddata.VersionVector
-
Returns true if this VersionVector has the same history as the 'that' VersionVector else false.
- $eq$eq(VectorClock) - Method in class org.apache.pekko.cluster.VectorClock
-
Returns true if this VectorClock has the same history as the 'that' VectorClock else false.
- $greater(VersionVector) - Method in class org.apache.pekko.cluster.ddata.VersionVector
-
Returns true if
this
is afterthat
else false. - $greater(VectorClock) - Method in class org.apache.pekko.cluster.VectorClock
-
Returns true if
this
is afterthat
else false. - $greater(Logging.LogLevel) - Method in class org.apache.pekko.event.Logging.LogLevel
- $greater$eq(Logging.LogLevel) - Method in class org.apache.pekko.event.Logging.LogLevel
- $greater$eq$extension(Logging.LogLevel, Logging.LogLevel) - Method in class org.apache.pekko.event.Logging.LogLevel$
- $greater$extension(Logging.LogLevel, Logging.LogLevel) - Method in class org.apache.pekko.event.Logging.LogLevel$
- $less(VersionVector) - Method in class org.apache.pekko.cluster.ddata.VersionVector
-
Returns true if
this
is beforethat
else false. - $less(VectorClock) - Method in class org.apache.pekko.cluster.VectorClock
-
Returns true if
this
is beforethat
else false. - $less(Logging.LogLevel) - Method in class org.apache.pekko.event.Logging.LogLevel
- $less$eq(Logging.LogLevel) - Method in class org.apache.pekko.event.Logging.LogLevel
- $less$eq$extension(Logging.LogLevel, Logging.LogLevel) - Method in class org.apache.pekko.event.Logging.LogLevel$
- $less$extension(Logging.LogLevel, Logging.LogLevel) - Method in class org.apache.pekko.event.Logging.LogLevel$
- $less$greater(VersionVector) - Method in class org.apache.pekko.cluster.ddata.VersionVector
-
Returns true if
this
andthat
are concurrent else false. - $less$greater(VectorClock) - Method in class org.apache.pekko.cluster.VectorClock
-
Returns true if
this
andthat
are concurrent else false. - $lessinit$greater$default$1() - Static method in class org.apache.pekko.actor.AllForOneStrategy
- $lessinit$greater$default$1() - Method in class org.apache.pekko.actor.AllForOneStrategy$
- $lessinit$greater$default$1() - Static method in class org.apache.pekko.actor.Deploy
-
This class represents deployment configuration for a given actor path.
- $lessinit$greater$default$1() - Method in class org.apache.pekko.actor.Deploy$
-
This class represents deployment configuration for a given actor path.
- $lessinit$greater$default$1() - Static method in class org.apache.pekko.actor.OneForOneStrategy
- $lessinit$greater$default$1() - Method in class org.apache.pekko.actor.OneForOneStrategy$
- $lessinit$greater$default$1() - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.DefaultMailboxSelector$
- $lessinit$greater$default$1() - Method in class org.apache.pekko.cluster.ClusterEvent.CurrentClusterState$
-
Current snapshot state of the cluster.
- $lessinit$greater$default$1() - Method in class org.apache.pekko.cluster.GossipOverview$
- $lessinit$greater$default$1() - Method in class org.apache.pekko.cluster.GossipStats$
- $lessinit$greater$default$1() - Static method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingGroup
- $lessinit$greater$default$1() - Method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingGroup$
- $lessinit$greater$default$1() - Static method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingPool
- $lessinit$greater$default$1() - Method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingPool$
- $lessinit$greater$default$1() - Static method in class org.apache.pekko.cluster.VectorClock
-
Representation of a Vector-based clock (counting clock), inspired by Lamport logical clocks.
- $lessinit$greater$default$1() - Method in class org.apache.pekko.cluster.VectorClock$
-
Representation of a Vector-based clock (counting clock), inspired by Lamport logical clocks.
- $lessinit$greater$default$1() - Method in class org.apache.pekko.cluster.VectorClockStats$
- $lessinit$greater$default$1() - Static method in class org.apache.pekko.dispatch.ThreadPoolConfig
-
A small configuration DSL to create ThreadPoolExecutors that can be provided as an ExecutorServiceFactoryProvider to Dispatcher
- $lessinit$greater$default$1() - Method in class org.apache.pekko.dispatch.ThreadPoolConfig$
-
A small configuration DSL to create ThreadPoolExecutors that can be provided as an ExecutorServiceFactoryProvider to Dispatcher
- $lessinit$greater$default$1() - Method in class org.apache.pekko.io.dns.DnsProtocol.Ip$
- $lessinit$greater$default$1() - Method in class org.apache.pekko.io.Udp.SimpleSender$
- $lessinit$greater$default$1() - Static method in class org.apache.pekko.pattern.BackoffOptionsImpl
- $lessinit$greater$default$1() - Method in class org.apache.pekko.pattern.BackoffOptionsImpl$
- $lessinit$greater$default$1() - Static method in class org.apache.pekko.persistence.Recovery
- $lessinit$greater$default$1() - Method in class org.apache.pekko.persistence.Recovery$
- $lessinit$greater$default$1() - Static method in class org.apache.pekko.persistence.SnapshotSelectionCriteria
- $lessinit$greater$default$1() - Method in class org.apache.pekko.persistence.SnapshotSelectionCriteria$
- $lessinit$greater$default$1() - Static method in class org.apache.pekko.persistence.testkit.Reject
- $lessinit$greater$default$1() - Method in class org.apache.pekko.persistence.testkit.Reject$
- $lessinit$greater$default$1() - Static method in class org.apache.pekko.persistence.testkit.StorageFailure
- $lessinit$greater$default$1() - Method in class org.apache.pekko.persistence.testkit.StorageFailure$
- $lessinit$greater$default$1() - Static method in class org.apache.pekko.remote.AckedReceiveBuffer
-
Deprecated.
- $lessinit$greater$default$1() - Method in class org.apache.pekko.remote.AckedReceiveBuffer$
- $lessinit$greater$default$1() - Method in class org.apache.pekko.remote.artery.tcp.TcpFraming$
-
INTERNAL API
- $lessinit$greater$default$1() - Method in class org.apache.pekko.remote.transport.ActorTransportAdapter.DisassociateUnderlying$
-
Deprecated.
- $lessinit$greater$default$1() - Static method in class org.apache.pekko.routing.DefaultOptimalSizeExploringResizer
- $lessinit$greater$default$1() - Method in class org.apache.pekko.routing.DefaultOptimalSizeExploringResizer$
- $lessinit$greater$default$1() - Static method in class org.apache.pekko.routing.DefaultResizer
- $lessinit$greater$default$1() - Method in class org.apache.pekko.routing.DefaultResizer$
- $lessinit$greater$default$1() - Method in class org.apache.pekko.routing.OptimalSizeExploringResizer.ResizeRecord$
- $lessinit$greater$default$1() - Static method in class org.apache.pekko.stream.Attributes
- $lessinit$greater$default$1() - Method in class org.apache.pekko.stream.Attributes$
- $lessinit$greater$default$1() - Method in class org.apache.pekko.stream.scaladsl.JsonFraming.PartialObjectException$
- $lessinit$greater$default$1() - Static method in class org.apache.pekko.testkit.TestLatch
- $lessinit$greater$default$1() - Method in class org.apache.pekko.testkit.TestLatch$
- $lessinit$greater$default$1() - Static method in class org.apache.pekko.util.Switch
- $lessinit$greater$default$1() - Method in class org.apache.pekko.util.Switch$
- $lessinit$greater$default$1() - Method in class org.apache.pekko.util.WildcardIndex$
- $lessinit$greater$default$1() - Method in class org.apache.pekko.util.WildcardTree$
- $lessinit$greater$default$10() - Method in class org.apache.pekko.actor.typed.SupervisorStrategy.Backoff$
- $lessinit$greater$default$10() - Static method in class org.apache.pekko.pattern.BackoffOptionsImpl
- $lessinit$greater$default$10() - Method in class org.apache.pekko.pattern.BackoffOptionsImpl$
- $lessinit$greater$default$10() - Method in class org.apache.pekko.persistence.typed.internal.EventSourcedBehaviorImpl$
- $lessinit$greater$default$10() - Static method in class org.apache.pekko.routing.DefaultOptimalSizeExploringResizer
- $lessinit$greater$default$10() - Method in class org.apache.pekko.routing.DefaultOptimalSizeExploringResizer$
- $lessinit$greater$default$11() - Method in class org.apache.pekko.actor.typed.SupervisorStrategy.Backoff$
- $lessinit$greater$default$11() - Method in class org.apache.pekko.persistence.typed.internal.EventSourcedBehaviorImpl$
- $lessinit$greater$default$12() - Method in class org.apache.pekko.persistence.typed.internal.EventSourcedBehaviorImpl$
- $lessinit$greater$default$13() - Method in class org.apache.pekko.persistence.typed.internal.EventSourcedBehaviorImpl$
- $lessinit$greater$default$14() - Method in class org.apache.pekko.persistence.typed.internal.EventSourcedBehaviorImpl$
- $lessinit$greater$default$15() - Method in class org.apache.pekko.persistence.typed.internal.EventSourcedBehaviorImpl$
- $lessinit$greater$default$16() - Method in class org.apache.pekko.persistence.typed.internal.EventSourcedBehaviorImpl$
- $lessinit$greater$default$17() - Method in class org.apache.pekko.persistence.typed.internal.EventSourcedBehaviorImpl$
- $lessinit$greater$default$18() - Method in class org.apache.pekko.persistence.typed.internal.EventSourcedBehaviorImpl$
- $lessinit$greater$default$19() - Method in class org.apache.pekko.persistence.typed.internal.EventSourcedBehaviorImpl$
- $lessinit$greater$default$2() - Static method in class org.apache.pekko.actor.AllForOneStrategy
- $lessinit$greater$default$2() - Method in class org.apache.pekko.actor.AllForOneStrategy$
- $lessinit$greater$default$2() - Static method in class org.apache.pekko.actor.ChildRestartStats
- $lessinit$greater$default$2() - Method in class org.apache.pekko.actor.ChildRestartStats$
- $lessinit$greater$default$2() - Static method in class org.apache.pekko.actor.Deploy
- $lessinit$greater$default$2() - Method in class org.apache.pekko.actor.Deploy$
- $lessinit$greater$default$2() - Static method in class org.apache.pekko.actor.OneForOneStrategy
- $lessinit$greater$default$2() - Method in class org.apache.pekko.actor.OneForOneStrategy$
- $lessinit$greater$default$2() - Static method in class org.apache.pekko.actor.RootActorPath
- $lessinit$greater$default$2() - Method in class org.apache.pekko.actor.RootActorPath$
- $lessinit$greater$default$2() - Static method in exception org.apache.pekko.actor.StashOverflowException
- $lessinit$greater$default$2() - Method in class org.apache.pekko.actor.StashOverflowException$
- $lessinit$greater$default$2() - Method in class org.apache.pekko.actor.testkit.typed.internal.ActorSystemStub$
- $lessinit$greater$default$2() - Method in class org.apache.pekko.actor.typed.internal.BehaviorImpl.ReceiveBehavior$
- $lessinit$greater$default$2() - Method in class org.apache.pekko.actor.typed.internal.BehaviorImpl.ReceiveMessageBehavior$
- $lessinit$greater$default$2() - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.ActorTagsImpl$
- $lessinit$greater$default$2() - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.BoundedMailboxSelector$
- $lessinit$greater$default$2() - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.DispatcherFromConfig$
- $lessinit$greater$default$2() - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.MailboxFromConfigSelector$
- $lessinit$greater$default$2() - Method in class org.apache.pekko.cluster.ClusterEvent.CurrentClusterState$
- $lessinit$greater$default$2() - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DataEnvelope
- $lessinit$greater$default$2() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DataEnvelope$
- $lessinit$greater$default$2() - Method in class org.apache.pekko.cluster.ddata.Replicator.ReadMajority$
- $lessinit$greater$default$2() - Method in class org.apache.pekko.cluster.ddata.Replicator.WriteMajority$
- $lessinit$greater$default$2() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReadMajority$
- $lessinit$greater$default$2() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.WriteMajority$
- $lessinit$greater$default$2() - Method in class org.apache.pekko.cluster.Gossip$
-
INTERNAL API
- $lessinit$greater$default$2() - Method in class org.apache.pekko.cluster.GossipOverview$
- $lessinit$greater$default$2() - Method in class org.apache.pekko.cluster.GossipStats$
- $lessinit$greater$default$2() - Static method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingGroup
- $lessinit$greater$default$2() - Method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingGroup$
- $lessinit$greater$default$2() - Static method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingPool
- $lessinit$greater$default$2() - Method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingPool$
- $lessinit$greater$default$2() - Static method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingRoutingLogic
- $lessinit$greater$default$2() - Method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingRoutingLogic$
- $lessinit$greater$default$2() - Method in class org.apache.pekko.cluster.VectorClockStats$
- $lessinit$greater$default$2() - Static method in class org.apache.pekko.dispatch.ThreadPoolConfig
- $lessinit$greater$default$2() - Method in class org.apache.pekko.dispatch.ThreadPoolConfig$
- $lessinit$greater$default$2() - Method in class org.apache.pekko.event.EventStreamUnsubscriber$
- $lessinit$greater$default$2() - Method in class org.apache.pekko.io.dns.DnsProtocol.Ip$
- $lessinit$greater$default$2() - Method in class org.apache.pekko.io.Tcp.Connect$
- $lessinit$greater$default$2() - Method in class org.apache.pekko.io.Tcp.Register$
- $lessinit$greater$default$2() - Static method in exception org.apache.pekko.pattern.CircuitBreakerOpenException
- $lessinit$greater$default$2() - Method in class org.apache.pekko.pattern.CircuitBreakerOpenException$
- $lessinit$greater$default$2() - Static method in class org.apache.pekko.persistence.Recovery
- $lessinit$greater$default$2() - Method in class org.apache.pekko.persistence.Recovery$
- $lessinit$greater$default$2() - Static method in class org.apache.pekko.persistence.SnapshotSelectionCriteria
- $lessinit$greater$default$2() - Method in class org.apache.pekko.persistence.SnapshotSelectionCriteria$
- $lessinit$greater$default$2() - Static method in class org.apache.pekko.persistence.testkit.SnapshotMeta
- $lessinit$greater$default$2() - Method in class org.apache.pekko.persistence.testkit.SnapshotMeta$
- $lessinit$greater$default$2() - Static method in class org.apache.pekko.remote.Ack
-
Deprecated.
- $lessinit$greater$default$2() - Method in class org.apache.pekko.remote.Ack$
- $lessinit$greater$default$2() - Static method in class org.apache.pekko.remote.AckedReceiveBuffer
-
Deprecated.
- $lessinit$greater$default$2() - Method in class org.apache.pekko.remote.AckedReceiveBuffer$
- $lessinit$greater$default$2() - Static method in class org.apache.pekko.remote.AckedSendBuffer
-
Deprecated.
- $lessinit$greater$default$2() - Method in class org.apache.pekko.remote.AckedSendBuffer$
- $lessinit$greater$default$2() - Method in class org.apache.pekko.remote.transport.Transport.InvalidAssociationException$
-
Deprecated.
- $lessinit$greater$default$2() - Static method in class org.apache.pekko.routing.BalancingPool
- $lessinit$greater$default$2() - Method in class org.apache.pekko.routing.BalancingPool$
- $lessinit$greater$default$2() - Static method in class org.apache.pekko.routing.BroadcastGroup
- $lessinit$greater$default$2() - Method in class org.apache.pekko.routing.BroadcastGroup$
- $lessinit$greater$default$2() - Static method in class org.apache.pekko.routing.BroadcastPool
- $lessinit$greater$default$2() - Method in class org.apache.pekko.routing.BroadcastPool$
- $lessinit$greater$default$2() - Static method in class org.apache.pekko.routing.ConsistentHashingGroup
- $lessinit$greater$default$2() - Method in class org.apache.pekko.routing.ConsistentHashingGroup$
- $lessinit$greater$default$2() - Static method in class org.apache.pekko.routing.ConsistentHashingPool
- $lessinit$greater$default$2() - Method in class org.apache.pekko.routing.ConsistentHashingPool$
- $lessinit$greater$default$2() - Static method in class org.apache.pekko.routing.ConsistentHashingRoutingLogic
-
Uses consistent hashing to select a routee based on the sent message.
- $lessinit$greater$default$2() - Method in class org.apache.pekko.routing.ConsistentHashingRoutingLogic$
-
Uses consistent hashing to select a routee based on the sent message.
- $lessinit$greater$default$2() - Static method in class org.apache.pekko.routing.DefaultOptimalSizeExploringResizer
- $lessinit$greater$default$2() - Method in class org.apache.pekko.routing.DefaultOptimalSizeExploringResizer$
- $lessinit$greater$default$2() - Static method in class org.apache.pekko.routing.DefaultResizer
- $lessinit$greater$default$2() - Method in class org.apache.pekko.routing.DefaultResizer$
- $lessinit$greater$default$2() - Method in class org.apache.pekko.routing.OptimalSizeExploringResizer.ResizeRecord$
- $lessinit$greater$default$2() - Static method in class org.apache.pekko.routing.RandomGroup
- $lessinit$greater$default$2() - Method in class org.apache.pekko.routing.RandomGroup$
- $lessinit$greater$default$2() - Static method in class org.apache.pekko.routing.RandomPool
- $lessinit$greater$default$2() - Method in class org.apache.pekko.routing.RandomPool$
- $lessinit$greater$default$2() - Static method in class org.apache.pekko.routing.RoundRobinGroup
- $lessinit$greater$default$2() - Method in class org.apache.pekko.routing.RoundRobinGroup$
- $lessinit$greater$default$2() - Static method in class org.apache.pekko.routing.RoundRobinPool
- $lessinit$greater$default$2() - Method in class org.apache.pekko.routing.RoundRobinPool$
- $lessinit$greater$default$2() - Static method in class org.apache.pekko.routing.Router
- $lessinit$greater$default$2() - Method in class org.apache.pekko.routing.Router$
- $lessinit$greater$default$2() - Static method in class org.apache.pekko.routing.ScatterGatherFirstCompletedPool
- $lessinit$greater$default$2() - Method in class org.apache.pekko.routing.ScatterGatherFirstCompletedPool$
- $lessinit$greater$default$2() - Static method in class org.apache.pekko.routing.SmallestMailboxPool
- $lessinit$greater$default$2() - Method in class org.apache.pekko.routing.SmallestMailboxPool$
- $lessinit$greater$default$2() - Static method in class org.apache.pekko.routing.TailChoppingPool
- $lessinit$greater$default$2() - Method in class org.apache.pekko.routing.TailChoppingPool$
- $lessinit$greater$default$2() - Static method in exception org.apache.pekko.stream.MaterializationException
- $lessinit$greater$default$2() - Method in class org.apache.pekko.stream.MaterializationException$
- $lessinit$greater$default$2() - Method in class org.apache.pekko.stream.scaladsl.MergeHub$
-
INTERNAL API
- $lessinit$greater$default$2() - Method in class org.apache.pekko.testkit.TestActor.Spawn$
- $lessinit$greater$default$2() - Method in class org.apache.pekko.util.WildcardIndex$
- $lessinit$greater$default$2() - Method in class org.apache.pekko.util.WildcardTree$
- $lessinit$greater$default$3() - Static method in class org.apache.pekko.actor.AllForOneStrategy
- $lessinit$greater$default$3() - Method in class org.apache.pekko.actor.AllForOneStrategy$
- $lessinit$greater$default$3() - Static method in class org.apache.pekko.actor.ChildRestartStats
- $lessinit$greater$default$3() - Method in class org.apache.pekko.actor.ChildRestartStats$
- $lessinit$greater$default$3() - Static method in class org.apache.pekko.actor.Deploy
- $lessinit$greater$default$3() - Method in class org.apache.pekko.actor.Deploy$
- $lessinit$greater$default$3() - Method in class org.apache.pekko.actor.FSM.State$
- $lessinit$greater$default$3() - Static method in class org.apache.pekko.actor.OneForOneStrategy
- $lessinit$greater$default$3() - Method in class org.apache.pekko.actor.OneForOneStrategy$
- $lessinit$greater$default$3() - Method in class org.apache.pekko.actor.typed.internal.routing.PoolRouterBuilder$
- $lessinit$greater$default$3() - Method in class org.apache.pekko.actor.typed.SupervisorStrategy.Restart$
- $lessinit$greater$default$3() - Static method in class org.apache.pekko.actor.TypedProps
-
TypedProps is a TypedActor configuration object, that is thread safe and fully sharable.
- $lessinit$greater$default$3() - Method in class org.apache.pekko.actor.TypedProps$
-
TypedProps is a TypedActor configuration object, that is thread safe and fully sharable.
- $lessinit$greater$default$3() - Method in class org.apache.pekko.cluster.ClusterEvent.CurrentClusterState$
- $lessinit$greater$default$3() - Method in class org.apache.pekko.cluster.ddata.Replicator.Delete$
- $lessinit$greater$default$3() - Method in class org.apache.pekko.cluster.ddata.Replicator.Get$
- $lessinit$greater$default$3() - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DataEnvelope
- $lessinit$greater$default$3() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DataEnvelope$
- $lessinit$greater$default$3() - Method in class org.apache.pekko.cluster.ddata.Replicator.ReadMajorityPlus$
- $lessinit$greater$default$3() - Method in class org.apache.pekko.cluster.ddata.Replicator.WriteMajorityPlus$
- $lessinit$greater$default$3() - Method in class org.apache.pekko.cluster.Gossip$
- $lessinit$greater$default$3() - Method in class org.apache.pekko.cluster.GossipStats$
- $lessinit$greater$default$3() - Static method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingGroup
- $lessinit$greater$default$3() - Method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingGroup$
- $lessinit$greater$default$3() - Static method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingPool
- $lessinit$greater$default$3() - Method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingPool$
- $lessinit$greater$default$3() - Static method in class org.apache.pekko.cluster.metrics.NodeMetrics
- $lessinit$greater$default$3() - Method in class org.apache.pekko.cluster.metrics.NodeMetrics$
- $lessinit$greater$default$3() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.SendToAll$
- $lessinit$greater$default$3() - Static method in class org.apache.pekko.dispatch.ThreadPoolConfig
- $lessinit$greater$default$3() - Method in class org.apache.pekko.dispatch.ThreadPoolConfig$
- $lessinit$greater$default$3() - Method in class org.apache.pekko.event.Logging.Debug$
- $lessinit$greater$default$3() - Method in class org.apache.pekko.event.Logging.Info$
- $lessinit$greater$default$3() - Method in class org.apache.pekko.event.Logging.Warning$
- $lessinit$greater$default$3() - Method in class org.apache.pekko.io.dns.internal.Message$
- $lessinit$greater$default$3() - Method in class org.apache.pekko.io.Tcp.Bind$
- $lessinit$greater$default$3() - Method in class org.apache.pekko.io.Tcp.Connect$
- $lessinit$greater$default$3() - Method in class org.apache.pekko.io.Tcp.Register$
- $lessinit$greater$default$3() - Method in class org.apache.pekko.io.Udp.Bind$
- $lessinit$greater$default$3() - Method in class org.apache.pekko.io.UdpConnected.Connect$
- $lessinit$greater$default$3() - Static method in class org.apache.pekko.osgi.OsgiActorSystemFactory
- $lessinit$greater$default$3() - Method in class org.apache.pekko.osgi.OsgiActorSystemFactory$
- $lessinit$greater$default$3() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.State$
-
Deprecated.
- $lessinit$greater$default$3() - Static method in class org.apache.pekko.persistence.Recovery
- $lessinit$greater$default$3() - Method in class org.apache.pekko.persistence.Recovery$
- $lessinit$greater$default$3() - Static method in class org.apache.pekko.persistence.SnapshotMetadata
- $lessinit$greater$default$3() - Method in class org.apache.pekko.persistence.SnapshotMetadata$
- $lessinit$greater$default$3() - Static method in class org.apache.pekko.persistence.SnapshotSelectionCriteria
- $lessinit$greater$default$3() - Method in class org.apache.pekko.persistence.SnapshotSelectionCriteria$
- $lessinit$greater$default$3() - Static method in class org.apache.pekko.persistence.testkit.ProcessingPolicy.DefaultPolicies.FailNextN
- $lessinit$greater$default$3() - Method in class org.apache.pekko.persistence.testkit.ProcessingPolicy.DefaultPolicies.FailNextN$
- $lessinit$greater$default$3() - Static method in class org.apache.pekko.persistence.testkit.ProcessingPolicy.DefaultPolicies.RejectNextN
- $lessinit$greater$default$3() - Method in class org.apache.pekko.persistence.testkit.ProcessingPolicy.DefaultPolicies.RejectNextN$
- $lessinit$greater$default$3() - Static method in class org.apache.pekko.remote.AckedReceiveBuffer
-
Deprecated.
- $lessinit$greater$default$3() - Method in class org.apache.pekko.remote.AckedReceiveBuffer$
- $lessinit$greater$default$3() - Static method in class org.apache.pekko.remote.AckedSendBuffer
-
Deprecated.
- $lessinit$greater$default$3() - Method in class org.apache.pekko.remote.AckedSendBuffer$
- $lessinit$greater$default$3() - Static method in class org.apache.pekko.remote.transport.TestTransport
-
Deprecated.
- $lessinit$greater$default$3() - Method in class org.apache.pekko.remote.transport.TestTransport$
-
Deprecated.
- $lessinit$greater$default$3() - Static method in class org.apache.pekko.routing.BalancingPool
- $lessinit$greater$default$3() - Method in class org.apache.pekko.routing.BalancingPool$
- $lessinit$greater$default$3() - Static method in class org.apache.pekko.routing.BroadcastPool
- $lessinit$greater$default$3() - Method in class org.apache.pekko.routing.BroadcastPool$
- $lessinit$greater$default$3() - Static method in class org.apache.pekko.routing.ConsistentHashingGroup
- $lessinit$greater$default$3() - Method in class org.apache.pekko.routing.ConsistentHashingGroup$
- $lessinit$greater$default$3() - Static method in class org.apache.pekko.routing.ConsistentHashingPool
- $lessinit$greater$default$3() - Method in class org.apache.pekko.routing.ConsistentHashingPool$
- $lessinit$greater$default$3() - Static method in class org.apache.pekko.routing.ConsistentHashingRoutingLogic
- $lessinit$greater$default$3() - Method in class org.apache.pekko.routing.ConsistentHashingRoutingLogic$
- $lessinit$greater$default$3() - Static method in class org.apache.pekko.routing.DefaultOptimalSizeExploringResizer
- $lessinit$greater$default$3() - Method in class org.apache.pekko.routing.DefaultOptimalSizeExploringResizer$
- $lessinit$greater$default$3() - Static method in class org.apache.pekko.routing.DefaultResizer
- $lessinit$greater$default$3() - Method in class org.apache.pekko.routing.DefaultResizer$
- $lessinit$greater$default$3() - Method in class org.apache.pekko.routing.OptimalSizeExploringResizer.ResizeRecord$
- $lessinit$greater$default$3() - Static method in class org.apache.pekko.routing.RandomPool
- $lessinit$greater$default$3() - Method in class org.apache.pekko.routing.RandomPool$
- $lessinit$greater$default$3() - Static method in class org.apache.pekko.routing.RoundRobinPool
- $lessinit$greater$default$3() - Method in class org.apache.pekko.routing.RoundRobinPool$
- $lessinit$greater$default$3() - Static method in class org.apache.pekko.routing.ScatterGatherFirstCompletedGroup
- $lessinit$greater$default$3() - Method in class org.apache.pekko.routing.ScatterGatherFirstCompletedGroup$
- $lessinit$greater$default$3() - Static method in class org.apache.pekko.routing.SmallestMailboxPool
- $lessinit$greater$default$3() - Method in class org.apache.pekko.routing.SmallestMailboxPool$
- $lessinit$greater$default$3() - Method in class org.apache.pekko.testkit.TestActor.Spawn$
- $lessinit$greater$default$3() - Method in class org.apache.pekko.util.WildcardTree$
- $lessinit$greater$default$3(ClassicActorSystemProvider, String) - Static method in class org.apache.pekko.cluster.sharding.external.ExternalShardAllocationStrategy
-
Java API: Create an
ExternalShardAllocationStrategy
- $lessinit$greater$default$3(ClassicActorSystemProvider, String) - Method in class org.apache.pekko.cluster.sharding.external.ExternalShardAllocationStrategy$
-
Java API: Create an
ExternalShardAllocationStrategy
- $lessinit$greater$default$4() - Static method in class org.apache.pekko.actor.Deploy
- $lessinit$greater$default$4() - Method in class org.apache.pekko.actor.Deploy$
- $lessinit$greater$default$4() - Method in class org.apache.pekko.actor.FSM.State$
- $lessinit$greater$default$4() - Method in class org.apache.pekko.actor.typed.internal.routing.PoolRouterBuilder$
- $lessinit$greater$default$4() - Method in class org.apache.pekko.actor.typed.SupervisorStrategy.Restart$
- $lessinit$greater$default$4() - Static method in class org.apache.pekko.actor.TypedProps
- $lessinit$greater$default$4() - Method in class org.apache.pekko.actor.TypedProps$
- $lessinit$greater$default$4() - Method in class org.apache.pekko.cluster.ClusterEvent.CurrentClusterState$
- $lessinit$greater$default$4() - Method in class org.apache.pekko.cluster.Gossip$
- $lessinit$greater$default$4() - Method in class org.apache.pekko.cluster.GossipStats$
- $lessinit$greater$default$4() - Static method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingPool
- $lessinit$greater$default$4() - Method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingPool$
- $lessinit$greater$default$4() - Method in class org.apache.pekko.cluster.sharding.typed.internal.EntityRefImpl$
- $lessinit$greater$default$4() - Static method in class org.apache.pekko.dispatch.MonitorableThreadFactory
- $lessinit$greater$default$4() - Method in class org.apache.pekko.dispatch.MonitorableThreadFactory$
- $lessinit$greater$default$4() - Static method in class org.apache.pekko.dispatch.ThreadPoolConfig
- $lessinit$greater$default$4() - Method in class org.apache.pekko.dispatch.ThreadPoolConfig$
- $lessinit$greater$default$4() - Method in class org.apache.pekko.event.Logging.Error$
- $lessinit$greater$default$4() - Method in class org.apache.pekko.event.Logging.Error2$
- $lessinit$greater$default$4() - Method in class org.apache.pekko.io.dns.internal.Message$
- $lessinit$greater$default$4() - Method in class org.apache.pekko.io.Tcp.Bind$
- $lessinit$greater$default$4() - Method in class org.apache.pekko.io.Tcp.Connect$
- $lessinit$greater$default$4() - Method in class org.apache.pekko.io.UdpConnected.Connect$
- $lessinit$greater$default$4() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.State$
-
Deprecated.
- $lessinit$greater$default$4() - Static method in class org.apache.pekko.persistence.SnapshotSelectionCriteria
- $lessinit$greater$default$4() - Method in class org.apache.pekko.persistence.SnapshotSelectionCriteria$
- $lessinit$greater$default$4() - Static method in class org.apache.pekko.persistence.testkit.ProcessingPolicy.DefaultPolicies.FailNextNCond
- $lessinit$greater$default$4() - Method in class org.apache.pekko.persistence.testkit.ProcessingPolicy.DefaultPolicies.FailNextNCond$
- $lessinit$greater$default$4() - Static method in class org.apache.pekko.persistence.testkit.ProcessingPolicy.DefaultPolicies.RejectNextNCond
- $lessinit$greater$default$4() - Method in class org.apache.pekko.persistence.testkit.ProcessingPolicy.DefaultPolicies.RejectNextNCond$
- $lessinit$greater$default$4() - Static method in class org.apache.pekko.remote.AckedSendBuffer
-
Deprecated.
- $lessinit$greater$default$4() - Method in class org.apache.pekko.remote.AckedSendBuffer$
- $lessinit$greater$default$4() - Method in class org.apache.pekko.remote.artery.compress.InboundCompressionsImpl$
- $lessinit$greater$default$4() - Method in class org.apache.pekko.remote.InvalidAssociation$
- $lessinit$greater$default$4() - Static method in class org.apache.pekko.remote.transport.TestTransport
-
Deprecated.
- $lessinit$greater$default$4() - Method in class org.apache.pekko.remote.transport.TestTransport$
-
Deprecated.
- $lessinit$greater$default$4() - Static method in class org.apache.pekko.routing.BroadcastPool
- $lessinit$greater$default$4() - Method in class org.apache.pekko.routing.BroadcastPool$
- $lessinit$greater$default$4() - Static method in class org.apache.pekko.routing.ConsistentHashingGroup
- $lessinit$greater$default$4() - Method in class org.apache.pekko.routing.ConsistentHashingGroup$
- $lessinit$greater$default$4() - Static method in class org.apache.pekko.routing.ConsistentHashingPool
- $lessinit$greater$default$4() - Method in class org.apache.pekko.routing.ConsistentHashingPool$
- $lessinit$greater$default$4() - Static method in class org.apache.pekko.routing.DefaultOptimalSizeExploringResizer
- $lessinit$greater$default$4() - Method in class org.apache.pekko.routing.DefaultOptimalSizeExploringResizer$
- $lessinit$greater$default$4() - Static method in class org.apache.pekko.routing.DefaultResizer
- $lessinit$greater$default$4() - Method in class org.apache.pekko.routing.DefaultResizer$
- $lessinit$greater$default$4() - Method in class org.apache.pekko.routing.OptimalSizeExploringResizer.ResizeRecord$
- $lessinit$greater$default$4() - Static method in class org.apache.pekko.routing.RandomPool
- $lessinit$greater$default$4() - Method in class org.apache.pekko.routing.RandomPool$
- $lessinit$greater$default$4() - Static method in class org.apache.pekko.routing.RoundRobinPool
- $lessinit$greater$default$4() - Method in class org.apache.pekko.routing.RoundRobinPool$
- $lessinit$greater$default$4() - Static method in class org.apache.pekko.routing.ScatterGatherFirstCompletedPool
- $lessinit$greater$default$4() - Method in class org.apache.pekko.routing.ScatterGatherFirstCompletedPool$
- $lessinit$greater$default$4() - Static method in class org.apache.pekko.routing.SmallestMailboxPool
- $lessinit$greater$default$4() - Method in class org.apache.pekko.routing.SmallestMailboxPool$
- $lessinit$greater$default$4() - Static method in class org.apache.pekko.routing.TailChoppingGroup
- $lessinit$greater$default$4() - Method in class org.apache.pekko.routing.TailChoppingGroup$
- $lessinit$greater$default$5() - Static method in class org.apache.pekko.actor.Deploy
- $lessinit$greater$default$5() - Method in class org.apache.pekko.actor.Deploy$
- $lessinit$greater$default$5() - Method in class org.apache.pekko.actor.FSM.State$
- $lessinit$greater$default$5() - Method in class org.apache.pekko.actor.typed.internal.routing.PoolRouterBuilder$
- $lessinit$greater$default$5() - Method in class org.apache.pekko.actor.typed.SupervisorStrategy.Backoff$
- $lessinit$greater$default$5() - Method in class org.apache.pekko.actor.typed.SupervisorStrategy.Restart$
- $lessinit$greater$default$5() - Static method in class org.apache.pekko.actor.TypedProps
- $lessinit$greater$default$5() - Method in class org.apache.pekko.actor.TypedProps$
- $lessinit$greater$default$5() - Method in class org.apache.pekko.cluster.ClusterEvent.CurrentClusterState$
- $lessinit$greater$default$5() - Method in class org.apache.pekko.cluster.GossipStats$
- $lessinit$greater$default$5() - Static method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingPool
- $lessinit$greater$default$5() - Method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingPool$
- $lessinit$greater$default$5() - Static method in class org.apache.pekko.dispatch.MonitorableThreadFactory
- $lessinit$greater$default$5() - Method in class org.apache.pekko.dispatch.MonitorableThreadFactory$
- $lessinit$greater$default$5() - Static method in class org.apache.pekko.dispatch.ThreadPoolConfig
- $lessinit$greater$default$5() - Method in class org.apache.pekko.dispatch.ThreadPoolConfig$
- $lessinit$greater$default$5() - Method in class org.apache.pekko.io.dns.internal.Message$
- $lessinit$greater$default$5() - Method in class org.apache.pekko.io.Tcp.Bind$
- $lessinit$greater$default$5() - Method in class org.apache.pekko.io.Tcp.Connect$
- $lessinit$greater$default$5() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.State$
-
Deprecated.
- $lessinit$greater$default$5() - Method in class org.apache.pekko.persistence.typed.state.internal.DurableStateBehaviorImpl$
-
Used by DurableStateBehaviorTestKit to retrieve the state.
- $lessinit$greater$default$5() - Static method in class org.apache.pekko.routing.BroadcastPool
- $lessinit$greater$default$5() - Method in class org.apache.pekko.routing.BroadcastPool$
- $lessinit$greater$default$5() - Static method in class org.apache.pekko.routing.ConsistentHashingPool
- $lessinit$greater$default$5() - Method in class org.apache.pekko.routing.ConsistentHashingPool$
- $lessinit$greater$default$5() - Static method in class org.apache.pekko.routing.DefaultOptimalSizeExploringResizer
- $lessinit$greater$default$5() - Method in class org.apache.pekko.routing.DefaultOptimalSizeExploringResizer$
- $lessinit$greater$default$5() - Static method in class org.apache.pekko.routing.DefaultResizer
- $lessinit$greater$default$5() - Method in class org.apache.pekko.routing.DefaultResizer$
- $lessinit$greater$default$5() - Static method in class org.apache.pekko.routing.RandomPool
- $lessinit$greater$default$5() - Method in class org.apache.pekko.routing.RandomPool$
- $lessinit$greater$default$5() - Static method in class org.apache.pekko.routing.RoundRobinPool
- $lessinit$greater$default$5() - Method in class org.apache.pekko.routing.RoundRobinPool$
- $lessinit$greater$default$5() - Static method in class org.apache.pekko.routing.ScatterGatherFirstCompletedPool
- $lessinit$greater$default$5() - Method in class org.apache.pekko.routing.ScatterGatherFirstCompletedPool$
- $lessinit$greater$default$5() - Static method in class org.apache.pekko.routing.SmallestMailboxPool
- $lessinit$greater$default$5() - Method in class org.apache.pekko.routing.SmallestMailboxPool$
- $lessinit$greater$default$5() - Static method in class org.apache.pekko.routing.TailChoppingPool
- $lessinit$greater$default$5() - Method in class org.apache.pekko.routing.TailChoppingPool$
- $lessinit$greater$default$6() - Static method in class org.apache.pekko.actor.Deploy
- $lessinit$greater$default$6() - Method in class org.apache.pekko.actor.Deploy$
- $lessinit$greater$default$6() - Method in class org.apache.pekko.actor.typed.SupervisorStrategy.Backoff$
- $lessinit$greater$default$6() - Method in class org.apache.pekko.actor.typed.SupervisorStrategy.Restart$
- $lessinit$greater$default$6() - Static method in class org.apache.pekko.actor.TypedProps
- $lessinit$greater$default$6() - Method in class org.apache.pekko.actor.TypedProps$
- $lessinit$greater$default$6() - Static method in class org.apache.pekko.dispatch.ThreadPoolConfig
- $lessinit$greater$default$6() - Method in class org.apache.pekko.dispatch.ThreadPoolConfig$
- $lessinit$greater$default$6() - Method in class org.apache.pekko.io.dns.internal.Message$
- $lessinit$greater$default$6() - Static method in class org.apache.pekko.pattern.BackoffOnFailureOptionsImpl
- $lessinit$greater$default$6() - Method in class org.apache.pekko.pattern.BackoffOnFailureOptionsImpl$
- $lessinit$greater$default$6() - Static method in class org.apache.pekko.pattern.BackoffOnStopOptionsImpl
- $lessinit$greater$default$6() - Method in class org.apache.pekko.pattern.BackoffOnStopOptionsImpl$
- $lessinit$greater$default$6() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.State$
-
Deprecated.
- $lessinit$greater$default$6() - Static method in class org.apache.pekko.persistence.testkit.state.scaladsl.Record
- $lessinit$greater$default$6() - Method in class org.apache.pekko.persistence.testkit.state.scaladsl.Record$
- $lessinit$greater$default$6() - Method in class org.apache.pekko.persistence.typed.internal.EventSourcedBehaviorImpl$
-
Used to start the replication stream at the correct sequence number
- $lessinit$greater$default$6() - Method in class org.apache.pekko.persistence.typed.state.internal.DurableStateBehaviorImpl$
- $lessinit$greater$default$6() - Static method in class org.apache.pekko.routing.ConsistentHashingPool
- $lessinit$greater$default$6() - Method in class org.apache.pekko.routing.ConsistentHashingPool$
- $lessinit$greater$default$6() - Static method in class org.apache.pekko.routing.DefaultOptimalSizeExploringResizer
- $lessinit$greater$default$6() - Method in class org.apache.pekko.routing.DefaultOptimalSizeExploringResizer$
- $lessinit$greater$default$6() - Static method in class org.apache.pekko.routing.DefaultResizer
- $lessinit$greater$default$6() - Method in class org.apache.pekko.routing.DefaultResizer$
- $lessinit$greater$default$6() - Static method in class org.apache.pekko.routing.ScatterGatherFirstCompletedPool
- $lessinit$greater$default$6() - Method in class org.apache.pekko.routing.ScatterGatherFirstCompletedPool$
- $lessinit$greater$default$6() - Static method in class org.apache.pekko.routing.TailChoppingPool
- $lessinit$greater$default$6() - Method in class org.apache.pekko.routing.TailChoppingPool$
- $lessinit$greater$default$7() - Static method in class org.apache.pekko.actor.Deploy
- $lessinit$greater$default$7() - Method in class org.apache.pekko.actor.Deploy$
- $lessinit$greater$default$7() - Method in class org.apache.pekko.actor.typed.SupervisorStrategy.Backoff$
- $lessinit$greater$default$7() - Static method in class org.apache.pekko.pattern.BackoffOnFailureOptionsImpl
- $lessinit$greater$default$7() - Method in class org.apache.pekko.pattern.BackoffOnFailureOptionsImpl$
- $lessinit$greater$default$7() - Static method in class org.apache.pekko.pattern.BackoffOnStopOptionsImpl
- $lessinit$greater$default$7() - Method in class org.apache.pekko.pattern.BackoffOnStopOptionsImpl$
- $lessinit$greater$default$7() - Static method in class org.apache.pekko.pattern.BackoffOptionsImpl
- $lessinit$greater$default$7() - Method in class org.apache.pekko.pattern.BackoffOptionsImpl$
- $lessinit$greater$default$7() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.State$
-
Deprecated.
- $lessinit$greater$default$7() - Method in class org.apache.pekko.persistence.typed.internal.EventSourcedBehaviorImpl$
- $lessinit$greater$default$7() - Method in class org.apache.pekko.persistence.typed.state.internal.DurableStateBehaviorImpl$
- $lessinit$greater$default$7() - Static method in class org.apache.pekko.routing.ConsistentHashingPool
- $lessinit$greater$default$7() - Method in class org.apache.pekko.routing.ConsistentHashingPool$
- $lessinit$greater$default$7() - Static method in class org.apache.pekko.routing.DefaultOptimalSizeExploringResizer
- $lessinit$greater$default$7() - Method in class org.apache.pekko.routing.DefaultOptimalSizeExploringResizer$
- $lessinit$greater$default$7() - Static method in class org.apache.pekko.routing.DefaultResizer
- $lessinit$greater$default$7() - Method in class org.apache.pekko.routing.DefaultResizer$
- $lessinit$greater$default$7() - Static method in class org.apache.pekko.routing.TailChoppingPool
- $lessinit$greater$default$7() - Method in class org.apache.pekko.routing.TailChoppingPool$
- $lessinit$greater$default$8() - Method in class org.apache.pekko.actor.typed.SupervisorStrategy.Backoff$
- $lessinit$greater$default$8() - Static method in class org.apache.pekko.pattern.BackoffOnFailureOptionsImpl
- $lessinit$greater$default$8() - Method in class org.apache.pekko.pattern.BackoffOnFailureOptionsImpl$
- $lessinit$greater$default$8() - Static method in class org.apache.pekko.pattern.BackoffOnStopOptionsImpl
- $lessinit$greater$default$8() - Method in class org.apache.pekko.pattern.BackoffOnStopOptionsImpl$
- $lessinit$greater$default$8() - Static method in class org.apache.pekko.pattern.BackoffOptionsImpl
- $lessinit$greater$default$8() - Method in class org.apache.pekko.pattern.BackoffOptionsImpl$
- $lessinit$greater$default$8() - Method in class org.apache.pekko.persistence.typed.internal.EventSourcedBehaviorImpl$
- $lessinit$greater$default$8() - Method in class org.apache.pekko.persistence.typed.state.internal.DurableStateBehaviorImpl$
- $lessinit$greater$default$8() - Static method in class org.apache.pekko.routing.DefaultOptimalSizeExploringResizer
- $lessinit$greater$default$8() - Method in class org.apache.pekko.routing.DefaultOptimalSizeExploringResizer$
- $lessinit$greater$default$8(S, D, Option<FiniteDuration>, Option<PersistentFSM.Reason>, List<Object>, Seq<E>, Function1<D, BoxedUnit>) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.State$
-
Deprecated.
- $lessinit$greater$default$9() - Method in class org.apache.pekko.actor.typed.SupervisorStrategy.Backoff$
- $lessinit$greater$default$9() - Static method in class org.apache.pekko.pattern.BackoffOnStopOptionsImpl
- $lessinit$greater$default$9() - Method in class org.apache.pekko.pattern.BackoffOnStopOptionsImpl$
- $lessinit$greater$default$9() - Static method in class org.apache.pekko.pattern.BackoffOptionsImpl
- $lessinit$greater$default$9() - Method in class org.apache.pekko.pattern.BackoffOptionsImpl$
- $lessinit$greater$default$9() - Method in class org.apache.pekko.persistence.typed.internal.EventSourcedBehaviorImpl$
- $lessinit$greater$default$9() - Method in class org.apache.pekko.persistence.typed.state.internal.DurableStateBehaviorImpl$
- $lessinit$greater$default$9() - Static method in class org.apache.pekko.routing.DefaultOptimalSizeExploringResizer
- $lessinit$greater$default$9() - Method in class org.apache.pekko.routing.DefaultOptimalSizeExploringResizer$
- $minus(long, Cluster) - Method in class org.apache.pekko.cluster.ddata.PNCounter
-
Deprecated.Use `decrement` that takes a `SelfUniqueAddress` parameter instead. Since Akka 2.5.20.
- $minus(A) - Method in class org.apache.pekko.persistence.typed.crdt.ORSet
-
Removes an element from the set.
- $minus(A, Cluster) - Method in class org.apache.pekko.cluster.ddata.LWWMap
-
Deprecated.Use `remove` that takes a `SelfUniqueAddress` parameter instead. Since Akka 2.5.20.
- $minus(A, Cluster) - Method in class org.apache.pekko.cluster.ddata.ORMap
-
Deprecated.Use `remove` that takes a `SelfUniqueAddress` parameter instead. Since Akka 2.5.20.
- $minus(A, Cluster) - Method in class org.apache.pekko.cluster.ddata.ORMultiMap
-
Deprecated.Use `remove` that takes a `SelfUniqueAddress` parameter instead. Since Akka 2.5.20.
- $minus(A, Cluster) - Method in class org.apache.pekko.cluster.ddata.ORSet
-
Deprecated.Use `remove` that takes a `SelfUniqueAddress` parameter instead. Since Akka 2.5.20.
- $minus(A, Cluster) - Method in class org.apache.pekko.cluster.ddata.PNCounterMap
-
Deprecated.Use `remove` that takes a `SelfUniqueAddress` parameter instead. Since Akka 2.5.20.
- $minus(BigInt, Cluster) - Method in class org.apache.pekko.cluster.ddata.PNCounter
-
Deprecated.Use `decrement` that takes a `SelfUniqueAddress` parameter instead. Since Akka 2.5.20.
- $minus$greater() - Method in class org.apache.pekko.actor.AbstractFSM
- $minus$greater() - Method in interface org.apache.pekko.actor.FSM
-
This extractor is just convenience for matching a (S, S) pair, including a reminder what the new state is.
- $minus$greater() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager
- $minus$greater() - Method in class org.apache.pekko.persistence.fsm.AbstractPersistentFSMBase
-
Deprecated.
- $minus$greater() - Method in interface org.apache.pekko.persistence.fsm.PersistentFSMBase
-
Deprecated.This extractor is just convenience for matching a (S, S) pair, including a reminder what the new state is.
- $minus$greater$() - Constructor for class org.apache.pekko.actor.FSM.$minus$greater$
- $minus$greater$() - Constructor for class org.apache.pekko.persistence.fsm.PersistentFSM.$minus$greater$
-
Deprecated.
- $plus(long, Cluster) - Method in class org.apache.pekko.cluster.ddata.GCounter
-
Deprecated.Use `:+` that takes a `SelfUniqueAddress` parameter instead. Since Akka 2.5.20.
- $plus(long, Cluster) - Method in class org.apache.pekko.cluster.ddata.PNCounter
-
Deprecated.Use `:+` that takes a `SelfUniqueAddress` parameter instead. Since Akka 2.5.20.
- $plus(A) - Method in class org.apache.pekko.cluster.ddata.GSet
-
Adds an element to the set
- $plus(A) - Method in class org.apache.pekko.persistence.typed.crdt.ORSet
-
Adds an element to the set
- $plus(A, Cluster) - Method in class org.apache.pekko.cluster.ddata.ORSet
-
Deprecated.Use `:+` that takes a `SelfUniqueAddress` parameter instead. Since Akka 2.5.20.
- $plus(Cluster) - Method in class org.apache.pekko.cluster.ddata.VersionVector
-
Deprecated.Use `:+` that takes a `SelfUniqueAddress` parameter instead. Since Akka 2.5.20.
- $plus(BigInt, Cluster) - Method in class org.apache.pekko.cluster.ddata.PNCounter
-
Deprecated.Use `:+` that takes a `SelfUniqueAddress` parameter instead. Since Akka 2.5.20.
- $plus(Tuple2<A, B>, Cluster) - Method in class org.apache.pekko.cluster.ddata.LWWMap
-
Deprecated.Use `:+` that takes a `SelfUniqueAddress` parameter instead. Since Akka 2.5.20.
- $plus(Tuple2<A, B>, Cluster) - Method in class org.apache.pekko.cluster.ddata.ORMap
-
Deprecated.Use `:+` that takes a `SelfUniqueAddress` parameter instead. Since Akka 2.5.20.
- $plus(Tuple2<A, Set<B>>, Cluster) - Method in class org.apache.pekko.cluster.ddata.ORMultiMap
-
Deprecated.Use `:+` that takes a `SelfUniqueAddress` parameter instead. Since Akka 2.5.20.
- $plus$colon(Tcp.SimpleWriteCommand) - Method in class org.apache.pekko.io.Tcp.WriteCommand
-
Prepends this command with another
Write
orWriteFile
to form aCompoundWrite
. - $plus$eq(Deserializers) - Method in interface org.apache.pekko.serialization.jackson.JacksonModule
- $plus$eq(Deserializers) - Static method in class org.apache.pekko.serialization.jackson.PekkoJacksonModule
- $plus$eq(Deserializers) - Static method in class org.apache.pekko.serialization.jackson.PekkoStreamJacksonModule
- $plus$eq(Deserializers) - Static method in class org.apache.pekko.serialization.jackson.PekkoTypedJacksonModule
- $plus$eq(BeanSerializerModifier) - Method in interface org.apache.pekko.serialization.jackson.JacksonModule
- $plus$eq(BeanSerializerModifier) - Static method in class org.apache.pekko.serialization.jackson.PekkoJacksonModule
- $plus$eq(BeanSerializerModifier) - Static method in class org.apache.pekko.serialization.jackson.PekkoStreamJacksonModule
- $plus$eq(BeanSerializerModifier) - Static method in class org.apache.pekko.serialization.jackson.PekkoTypedJacksonModule
- $plus$eq(Serializers) - Method in interface org.apache.pekko.serialization.jackson.JacksonModule
- $plus$eq(Serializers) - Static method in class org.apache.pekko.serialization.jackson.PekkoJacksonModule
- $plus$eq(Serializers) - Static method in class org.apache.pekko.serialization.jackson.PekkoStreamJacksonModule
- $plus$eq(Serializers) - Static method in class org.apache.pekko.serialization.jackson.PekkoTypedJacksonModule
- $plus$eq(TypeModifier) - Method in interface org.apache.pekko.serialization.jackson.JacksonModule
- $plus$eq(TypeModifier) - Static method in class org.apache.pekko.serialization.jackson.PekkoJacksonModule
- $plus$eq(TypeModifier) - Static method in class org.apache.pekko.serialization.jackson.PekkoStreamJacksonModule
- $plus$eq(TypeModifier) - Static method in class org.apache.pekko.serialization.jackson.PekkoTypedJacksonModule
- $plus$eq(Function1<Module.SetupContext, BoxedUnit>) - Method in interface org.apache.pekko.serialization.jackson.JacksonModule
- $plus$eq(Function1<Module.SetupContext, BoxedUnit>) - Static method in class org.apache.pekko.serialization.jackson.PekkoJacksonModule
- $plus$eq(Function1<Module.SetupContext, BoxedUnit>) - Static method in class org.apache.pekko.serialization.jackson.PekkoStreamJacksonModule
- $plus$eq(Function1<Module.SetupContext, BoxedUnit>) - Static method in class org.apache.pekko.serialization.jackson.PekkoTypedJacksonModule
- $plus$plus(ConfigValidation) - Method in interface org.apache.pekko.cluster.ConfigValidation
- $plus$plus(ConfigValidation) - Static method in class org.apache.pekko.cluster.Valid
- $plus$plus(Graph<SourceShape<U>, M>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
- $plus$plus(ByteString) - Method in class org.apache.pekko.util.ByteString
-
Efficiently concatenate another ByteString.
- $plus$plus(ByteString) - Method in class org.apache.pekko.util.ByteString.ByteString1
- $plus$plus(ByteString) - Method in class org.apache.pekko.util.ByteString.ByteString1C
- $plus$plus(ByteString) - Method in class org.apache.pekko.util.ByteString.ByteStrings
- $plus$plus(TypedMultiMap<T, K>) - Method in class org.apache.pekko.util.TypedMultiMap
-
Add all entries from the other map, overwriting existing entries.
- $plus$plus(IterableOnce<Object>) - Method in class org.apache.pekko.util.ByteIterator
- $plus$plus(IterableOnce<Object>) - Method in class org.apache.pekko.util.ByteIterator.ByteArrayIterator
- $plus$plus(IterableOnce<Object>) - Method in class org.apache.pekko.util.ByteIterator.MultiByteArrayIterator
- $plus$plus$colon(Iterable<Tcp.WriteCommand>) - Method in class org.apache.pekko.io.Tcp.WriteCommand
-
Prepends this command with a number of other writes.
- $plus$plus$eq(ByteString) - Method in class org.apache.pekko.util.ByteStringBuilder
- $qmark(Object, Timeout) - Method in class org.apache.pekko.pattern.AskableActorRef
- $qmark(Object, Timeout) - Method in class org.apache.pekko.pattern.AskableActorSelection
-
INTERNAL API: for binary compatibility
- $qmark(Object, Timeout, ActorRef) - Method in class org.apache.pekko.pattern.AskableActorRef
- $qmark(Object, Timeout, ActorRef) - Method in class org.apache.pekko.pattern.AskableActorSelection
- $qmark(Function1<ActorRef, Object>, Timeout, ActorRef) - Method in class org.apache.pekko.pattern.ExplicitlyAskableActorRef
- $qmark(Function1<ActorRef, Object>, Timeout, ActorRef) - Method in class org.apache.pekko.pattern.ExplicitlyAskableActorSelection
- $qmark(Function1<ActorRef<Res>, M>, Timeout) - Method in interface org.apache.pekko.cluster.sharding.typed.scaladsl.EntityRef
-
Allows to "ask" the
EntityRef
for a reply. - $qmark(Function1<ActorRef<Res>, Req>, Timeout, Scheduler) - Method in class org.apache.pekko.actor.typed.scaladsl.AskPattern.Askable
-
The ask-pattern implements the initiator side of a request–reply protocol.
- $qmark$default$3(Object) - Method in class org.apache.pekko.pattern.AskableActorRef
- $qmark$default$3(Object) - Method in class org.apache.pekko.pattern.AskableActorSelection
- $qmark$default$3(Function1<ActorRef, Object>) - Method in class org.apache.pekko.pattern.ExplicitlyAskableActorRef
- $qmark$default$3(Function1<ActorRef, Object>) - Method in class org.apache.pekko.pattern.ExplicitlyAskableActorSelection
- $qmark$default$3$extension(AskableActorRef, Object) - Static method in class org.apache.pekko.pattern.AskableActorRef
-
INTERNAL API: for binary compatibility
- $qmark$default$3$extension(AskableActorRef, Object) - Method in class org.apache.pekko.pattern.AskableActorRef$
-
INTERNAL API: for binary compatibility
- $qmark$default$3$extension(AskableActorSelection, Object) - Static method in class org.apache.pekko.pattern.AskableActorSelection
- $qmark$default$3$extension(AskableActorSelection, Object) - Method in class org.apache.pekko.pattern.AskableActorSelection$
- $qmark$default$3$extension(ExplicitlyAskableActorRef, Function1<ActorRef, Object>) - Static method in class org.apache.pekko.pattern.ExplicitlyAskableActorRef
- $qmark$default$3$extension(ExplicitlyAskableActorRef, Function1<ActorRef, Object>) - Method in class org.apache.pekko.pattern.ExplicitlyAskableActorRef$
- $qmark$default$3$extension(ExplicitlyAskableActorSelection, Function1<ActorRef, Object>) - Static method in class org.apache.pekko.pattern.ExplicitlyAskableActorSelection
- $qmark$default$3$extension(ExplicitlyAskableActorSelection, Function1<ActorRef, Object>) - Method in class org.apache.pekko.pattern.ExplicitlyAskableActorSelection$
- $qmark$extension(AskPattern.Askable<Req>, Function1<ActorRef<Res>, Req>, Timeout, Scheduler) - Method in class org.apache.pekko.actor.typed.scaladsl.AskPattern.Askable$
- $qmark$extension(AskableActorRef, Object, Timeout) - Static method in class org.apache.pekko.pattern.AskableActorRef
-
INTERNAL API: for binary compatibility
- $qmark$extension(AskableActorRef, Object, Timeout) - Method in class org.apache.pekko.pattern.AskableActorRef$
-
INTERNAL API: for binary compatibility
- $qmark$extension(AskableActorRef, Object, Timeout, ActorRef) - Static method in class org.apache.pekko.pattern.AskableActorRef
- $qmark$extension(AskableActorRef, Object, Timeout, ActorRef) - Method in class org.apache.pekko.pattern.AskableActorRef$
- $qmark$extension(AskableActorSelection, Object, Timeout) - Static method in class org.apache.pekko.pattern.AskableActorSelection
- $qmark$extension(AskableActorSelection, Object, Timeout) - Method in class org.apache.pekko.pattern.AskableActorSelection$
- $qmark$extension(AskableActorSelection, Object, Timeout, ActorRef) - Static method in class org.apache.pekko.pattern.AskableActorSelection
- $qmark$extension(AskableActorSelection, Object, Timeout, ActorRef) - Method in class org.apache.pekko.pattern.AskableActorSelection$
- $qmark$extension(ExplicitlyAskableActorRef, Function1<ActorRef, Object>, Timeout, ActorRef) - Static method in class org.apache.pekko.pattern.ExplicitlyAskableActorRef
- $qmark$extension(ExplicitlyAskableActorRef, Function1<ActorRef, Object>, Timeout, ActorRef) - Method in class org.apache.pekko.pattern.ExplicitlyAskableActorRef$
- $qmark$extension(ExplicitlyAskableActorSelection, Function1<ActorRef, Object>, Timeout, ActorRef) - Static method in class org.apache.pekko.pattern.ExplicitlyAskableActorSelection
- $qmark$extension(ExplicitlyAskableActorSelection, Function1<ActorRef, Object>, Timeout, ActorRef) - Method in class org.apache.pekko.pattern.ExplicitlyAskableActorSelection$
- $u2192() - Method in class org.apache.pekko.actor.FSM$
- $u2192() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM$
-
Deprecated.
A
- a() - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ScalaTestWithActorTestKit
- a() - Method in class org.apache.pekko.persistence.PluginSpec
- A() - Static method in class org.apache.pekko.io.dns.RecordType
-
A host address
- A() - Method in class org.apache.pekko.io.dns.RecordType$
-
A host address
- AAAA() - Static method in class org.apache.pekko.io.dns.RecordType
-
The AAAA resource record type is a record specific to the Internet class that stores a single IPv6 address.
- AAAA() - Method in class org.apache.pekko.io.dns.RecordType$
-
The AAAA resource record type is a record specific to the Internet class that stores a single IPv6 address.
- AAAARecord - Class in org.apache.pekko.io.dns
- AAAARecord(String, CachePolicy.Ttl, Inet6Address) - Constructor for class org.apache.pekko.io.dns.AAAARecord
- AAAARecord$ - Class in org.apache.pekko.io.dns
-
INTERNAL API
- AAAARecord$() - Constructor for class org.apache.pekko.io.dns.AAAARecord$
- abbreviate(TimeUnit) - Method in class org.apache.pekko.util.PrettyDuration.PrettyPrintableDuration
- abbreviate$extension(PrettyDuration.PrettyPrintableDuration, TimeUnit) - Method in class org.apache.pekko.util.PrettyDuration.PrettyPrintableDuration$
- abort() - Static method in class org.apache.pekko.io.TcpMessage
-
An abort operation will not flush pending writes and will issue a TCP ABORT command to the O/S kernel which should result in a TCP_RST packet being sent to the peer.
- abort() - Method in class org.apache.pekko.io.TcpMessage$
-
An abort operation will not flush pending writes and will issue a TCP ABORT command to the O/S kernel which should result in a TCP_RST packet being sent to the peer.
- abort(Throwable) - Method in interface org.apache.pekko.stream.KillSwitch
- abort(Throwable) - Method in class org.apache.pekko.stream.SharedKillSwitch
-
After calling
SharedKillSwitch.abort(java.lang.Throwable)
all materialized, running instances of allGraph
s provided by theSharedKillSwitch
will fail their downstreams with the provided exception and cancel their upstreams (unless it finished or failed already in which case the command is ignored). - abort(Throwable) - Method in class org.apache.pekko.stream.UniqueKillSwitch
-
After calling
UniqueKillSwitch.abort(java.lang.Throwable)
the running instance of theGraph
ofFlowShape
that materialized to theUniqueKillSwitch
will fail its downstream with the provided exception and cancel its upstream (unless if finished or failed already in which case the command is ignored). - abort(RoleName, RoleName) - Method in interface org.apache.pekko.remote.testconductor.Conductor
-
Tell the remote support to TCP_RESET the connection to the given remote peer.
- Abort - org.apache.pekko.remote.testconductor.TestConductorProtocol.FailType
-
Abort = 3;
- Abort_VALUE - Static variable in enum org.apache.pekko.remote.testconductor.TestConductorProtocol.FailType
-
Abort = 3;
- Abort$() - Constructor for class org.apache.pekko.io.Tcp.Abort$
- Aborted$() - Constructor for class org.apache.pekko.io.Tcp.Aborted$
- abortEmitting(Outlet<?>) - Method in class org.apache.pekko.stream.stage.GraphStageLogic
-
Abort outstanding (suspended) emissions for the given outlet, if there are any.
- abortReading(Inlet<?>) - Method in class org.apache.pekko.stream.stage.GraphStageLogic
-
Abort outstanding (suspended) reading for the given inlet, if there is any.
- AbruptIOTerminationException - Exception in org.apache.pekko.stream
-
Deprecated.use IOOperationIncompleteException. Since Akka 2.6.0.
- AbruptIOTerminationException(IOResult, Throwable) - Constructor for exception org.apache.pekko.stream.AbruptIOTerminationException
-
Deprecated.
- AbruptIOTerminationException$ - Class in org.apache.pekko.stream
- AbruptIOTerminationException$() - Constructor for class org.apache.pekko.stream.AbruptIOTerminationException$
- AbruptStageTerminationException - Exception in org.apache.pekko.stream
-
Signal that the operator was abruptly terminated, usually seen as a call to
postStop
of theGraphStageLogic
without any of the handler callbacks seeing completion or failure from upstream or cancellation from downstream. - AbruptStageTerminationException(GraphStageLogic) - Constructor for exception org.apache.pekko.stream.AbruptStageTerminationException
- AbruptStreamTerminationException - Exception in org.apache.pekko.stream
-
A base exception for abrupt stream termination.
- AbruptStreamTerminationException(String, Throwable) - Constructor for exception org.apache.pekko.stream.AbruptStreamTerminationException
- AbruptTerminationException - Exception in org.apache.pekko.stream
-
This exception signals that an actor implementing a Reactive Streams Subscriber, Publisher or Processor has been terminated without being notified by an onError, onComplete or cancel signal.
- AbruptTerminationException(ActorRef) - Constructor for exception org.apache.pekko.stream.AbruptTerminationException
- AbruptTerminationException$ - Class in org.apache.pekko.stream
- AbruptTerminationException$() - Constructor for class org.apache.pekko.stream.AbruptTerminationException$
- AbstractActor - Class in org.apache.pekko.actor
-
Java API: compatible with lambda expressions
- AbstractActor() - Constructor for class org.apache.pekko.actor.AbstractActor
- AbstractActor.ActorContext - Interface in org.apache.pekko.actor
-
The actor context - the view of the actor cell from the actor.
- AbstractActor.Receive - Class in org.apache.pekko.actor
-
Defines which messages the Actor can handle, along with the implementation of how the messages should be processed.
- AbstractActor$ - Class in org.apache.pekko.actor
-
Java API: compatible with lambda expressions
- AbstractActor$() - Constructor for class org.apache.pekko.actor.AbstractActor$
- AbstractActorWithStash - Class in org.apache.pekko.actor
-
Java API: compatible with lambda expressions
- AbstractActorWithStash() - Constructor for class org.apache.pekko.actor.AbstractActorWithStash
- AbstractActorWithTimers - Class in org.apache.pekko.actor
-
Java API: Support for scheduled
self
messages viaTimerScheduler
. - AbstractActorWithTimers() - Constructor for class org.apache.pekko.actor.AbstractActorWithTimers
- AbstractActorWithUnboundedStash - Class in org.apache.pekko.actor
-
Java API: compatible with lambda expressions
- AbstractActorWithUnboundedStash() - Constructor for class org.apache.pekko.actor.AbstractActorWithUnboundedStash
- AbstractActorWithUnrestrictedStash - Class in org.apache.pekko.actor
-
Java API: compatible with lambda expressions
- AbstractActorWithUnrestrictedStash() - Constructor for class org.apache.pekko.actor.AbstractActorWithUnrestrictedStash
- AbstractBehavior<T> - Class in org.apache.pekko.actor.typed.javadsl
-
An actor
Behavior
can be implemented by extending this class and implement the abstract methodAbstractBehavior.createReceive()
. - AbstractBehavior<T> - Class in org.apache.pekko.actor.typed.scaladsl
-
An actor
Behavior
can be implemented by extending this class and implement the abstract methodAbstractBehavior.onMessage(T)
and optionally overrideAbstractBehavior.onSignal()
. - AbstractBehavior(ActorContext<T>) - Constructor for class org.apache.pekko.actor.typed.javadsl.AbstractBehavior
- AbstractBehavior(ActorContext<T>) - Constructor for class org.apache.pekko.actor.typed.scaladsl.AbstractBehavior
- AbstractBoundedNodeQueue<T> - Class in org.apache.pekko.dispatch
-
Lock-free bounded non-blocking multiple-producer single-consumer queue based on the works of: Andriy Plokhotnuyk (https://github.com/plokhotnyuk) - https://github.com/plokhotnyuk/actors/blob/2e65abb7ce4cbfcb1b29c98ee99303d6ced6b01f/src/test/scala/akka/dispatch/Mailboxes.scala (Apache V2: https://github.com/plokhotnyuk/actors/blob/master/LICENSE) Dmitriy Vyukov's non-intrusive MPSC queue: - https://www.1024cores.net/home/lock-free-algorithms/queues/non-intrusive-mpsc-node-based-queue (Simplified BSD)
- AbstractBoundedNodeQueue(int) - Constructor for class org.apache.pekko.dispatch.AbstractBoundedNodeQueue
- AbstractBoundedNodeQueue.Node<T> - Class in org.apache.pekko.dispatch
- AbstractDeltaReplicatedData<A extends AbstractDeltaReplicatedData<A,B>,B extends ReplicatedDelta> - Class in org.apache.pekko.cluster.ddata
-
Java API: Interface for implementing a
DeltaReplicatedData
in Java. - AbstractDeltaReplicatedData() - Constructor for class org.apache.pekko.cluster.ddata.AbstractDeltaReplicatedData
- AbstractExtensionId<T extends Extension> - Class in org.apache.pekko.actor
-
Java API for ExtensionId
- AbstractExtensionId() - Constructor for class org.apache.pekko.actor.AbstractExtensionId
- AbstractExtensionSetup<T extends Extension> - Class in org.apache.pekko.actor.typed
-
Scala 2.11 API: Each extension typically provide a concrete
ExtensionSetup
that can be used inpekko.actor.setup.ActorSystemSetup
when starting theActorSystem
to replace the default implementation of the extension. - AbstractExtensionSetup(ExtensionId<T>, Function1<ActorSystem<?>, T>) - Constructor for class org.apache.pekko.actor.typed.AbstractExtensionSetup
- AbstractFSM<S,D> - Class in org.apache.pekko.actor
-
Java API: compatible with lambda expressions
- AbstractFSM() - Constructor for class org.apache.pekko.actor.AbstractFSM
- AbstractFSM$ - Class in org.apache.pekko.actor
-
Java API: compatible with lambda expressions
- AbstractFSM$() - Constructor for class org.apache.pekko.actor.AbstractFSM$
- AbstractFSMWithStash<S,D> - Class in org.apache.pekko.actor
-
Java API: compatible with lambda expressions
- AbstractFSMWithStash() - Constructor for class org.apache.pekko.actor.AbstractFSMWithStash
- AbstractGraphStageWithMaterializedValue<S extends Shape,M> - Class in org.apache.pekko.stream.stage
-
Java API: A GraphStage represents a reusable graph stream processing operator.
- AbstractGraphStageWithMaterializedValue() - Constructor for class org.apache.pekko.stream.stage.AbstractGraphStageWithMaterializedValue
- AbstractInHandler - Class in org.apache.pekko.stream.stage
-
Java API: callbacks for an input port where termination logic is predefined (completing when upstream completes, failing when upstream fails).
- AbstractInHandler() - Constructor for class org.apache.pekko.stream.stage.AbstractInHandler
- AbstractInOutHandler - Class in org.apache.pekko.stream.stage
-
Java API: callback combination for output and input ports where termination logic is predefined (completing when upstream completes, failing when upstream fails, completing when downstream cancels).
- AbstractInOutHandler() - Constructor for class org.apache.pekko.stream.stage.AbstractInOutHandler
- AbstractLeastShardAllocationStrategy$ - Class in org.apache.pekko.cluster.sharding.internal
-
Common logic for the least shard allocation strategy implementations
- AbstractLeastShardAllocationStrategy$() - Constructor for class org.apache.pekko.cluster.sharding.internal.AbstractLeastShardAllocationStrategy$
- AbstractLoggingActor - Class in org.apache.pekko.actor
-
Java API: compatible with lambda expressions
- AbstractLoggingActor() - Constructor for class org.apache.pekko.actor.AbstractLoggingActor
- AbstractLoggingFSM<S,D> - Class in org.apache.pekko.actor
-
Java API: compatible with lambda expressions
- AbstractLoggingFSM() - Constructor for class org.apache.pekko.actor.AbstractLoggingFSM
- AbstractNodeQueue<T> - Class in org.apache.pekko.dispatch
-
Lock-free MPSC linked queue implementation based on Dmitriy Vyukov's non-intrusive MPSC queue: https://www.1024cores.net/home/lock-free-algorithms/queues/non-intrusive-mpsc-node-based-queue This queue could be wait-free (i.e.
- AbstractNodeQueue() - Constructor for class org.apache.pekko.dispatch.AbstractNodeQueue
- AbstractNodeQueue.Node<T> - Class in org.apache.pekko.dispatch
- AbstractOutHandler - Class in org.apache.pekko.stream.stage
-
Java API: callbacks for an output port where termination logic is predefined (completing when downstream cancels).
- AbstractOutHandler() - Constructor for class org.apache.pekko.stream.stage.AbstractOutHandler
- AbstractPersistentActor - Class in org.apache.pekko.persistence
-
Java API: an persistent actor - can be used to implement command or Event Sourcing.
- AbstractPersistentActor() - Constructor for class org.apache.pekko.persistence.AbstractPersistentActor
- AbstractPersistentActorLike - Interface in org.apache.pekko.persistence
-
INTERNAL API
- AbstractPersistentActorWithAtLeastOnceDelivery - Class in org.apache.pekko.persistence
-
Java API: compatible with lambda expressions
- AbstractPersistentActorWithAtLeastOnceDelivery() - Constructor for class org.apache.pekko.persistence.AbstractPersistentActorWithAtLeastOnceDelivery
- AbstractPersistentActorWithTimers - Class in org.apache.pekko.persistence
-
Java API: Combination of
AbstractPersistentActor
andpekko.actor.AbstractActorWithTimers
. - AbstractPersistentActorWithTimers() - Constructor for class org.apache.pekko.persistence.AbstractPersistentActorWithTimers
- AbstractPersistentFSM<S extends PersistentFSM.FSMState,D,E> - Class in org.apache.pekko.persistence.fsm
-
Deprecated.Use EventSourcedBehavior. Since Akka 2.6.0.
- AbstractPersistentFSM() - Constructor for class org.apache.pekko.persistence.fsm.AbstractPersistentFSM
-
Deprecated.
- AbstractPersistentFSMBase<S,D,E> - Class in org.apache.pekko.persistence.fsm
-
Deprecated.Use EventSourcedBehavior. Since Akka 2.6.0.
- AbstractPersistentFSMBase() - Constructor for class org.apache.pekko.persistence.fsm.AbstractPersistentFSMBase
-
Deprecated.
- AbstractPersistentFSMBase$ - Class in org.apache.pekko.persistence.fsm
-
Deprecated.Use EventSourcedBehavior. Since Akka 2.6.0.
- AbstractPersistentFSMBase$() - Constructor for class org.apache.pekko.persistence.fsm.AbstractPersistentFSMBase$
-
Deprecated.
- AbstractPersistentLoggingFSM<S extends PersistentFSM.FSMState,D,E> - Class in org.apache.pekko.persistence.fsm
-
Deprecated.Use EventSourcedBehavior. Since Akka 2.6.0.
- AbstractPersistentLoggingFSM() - Constructor for class org.apache.pekko.persistence.fsm.AbstractPersistentLoggingFSM
-
Deprecated.
- AbstractProps - Interface in org.apache.pekko.actor
-
Java API: Factory for Props instances.
- AbstractReplicatedData<A extends AbstractReplicatedData<A>> - Class in org.apache.pekko.cluster.ddata
-
Java API: Interface for implementing a
ReplicatedData
in Java. - AbstractReplicatedData() - Constructor for class org.apache.pekko.cluster.ddata.AbstractReplicatedData
- AbstractScheduler - Class in org.apache.pekko.actor
-
An Apache Pekko scheduler service.
- AbstractScheduler() - Constructor for class org.apache.pekko.actor.AbstractScheduler
- AbstractSchedulerBase - Class in org.apache.pekko.actor
- AbstractSchedulerBase() - Constructor for class org.apache.pekko.actor.AbstractSchedulerBase
- AbstractSerializationSupport - Class in org.apache.pekko.cluster.ddata.protobuf
-
Java API
- AbstractSerializationSupport() - Constructor for class org.apache.pekko.cluster.ddata.protobuf.AbstractSerializationSupport
- AbstractShape - Class in org.apache.pekko.stream
-
Java API for creating custom
Shape
types. - AbstractShape() - Constructor for class org.apache.pekko.stream.AbstractShape
- AbstractShardAllocationStrategy() - Constructor for class org.apache.pekko.cluster.sharding.ShardCoordinator.AbstractShardAllocationStrategy
- AbstractSocketOption() - Constructor for class org.apache.pekko.io.Inet.AbstractSocketOption
- AbstractSocketOptionV2() - Constructor for class org.apache.pekko.io.Inet.AbstractSocketOptionV2
- AbstractSupervisor<I,Thr extends java.lang.Throwable> - Class in org.apache.pekko.actor.typed.internal
-
INTERNAL API
- AbstractSupervisor(SupervisorStrategy, ClassTag<Thr>) - Constructor for class org.apache.pekko.actor.typed.internal.AbstractSupervisor
- AbstractTransportAdapter - Class in org.apache.pekko.remote.transport
-
Deprecated.Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
- AbstractTransportAdapter(Transport, ExecutionContext) - Constructor for class org.apache.pekko.remote.transport.AbstractTransportAdapter
-
Deprecated.
- AbstractTransportAdapterHandle - Class in org.apache.pekko.remote.transport
-
Deprecated.Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
- AbstractTransportAdapterHandle(Address, Address, AssociationHandle, String) - Constructor for class org.apache.pekko.remote.transport.AbstractTransportAdapterHandle
-
Deprecated.
- AbstractTransportAdapterHandle(AssociationHandle, String) - Constructor for class org.apache.pekko.remote.transport.AbstractTransportAdapterHandle
-
Deprecated.
- acceptableHeartbeatPause() - Method in class org.apache.pekko.cluster.client.ClusterClientSettings
-
Deprecated.
- acceptableHeartbeatPause() - Method in class org.apache.pekko.cluster.client.ClusterReceptionistSettings
-
Deprecated.
- acceptableHeartbeatPause() - Method in class org.apache.pekko.remote.DeadlineFailureDetector
- acceptableHeartbeatPause() - Method in class org.apache.pekko.remote.PhiAccrualFailureDetector
- AcceptProtocolNames() - Method in class org.apache.pekko.remote.RemoteSettings
- ack() - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.SequencedMessage
- ack() - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.MessageSent
- ack() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Subscribed
- ack() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Unsubscribed
- ack() - Method in class org.apache.pekko.io.Tcp.SimpleWriteCommand
-
The acknowledgment token associated with this write command.
- ack() - Method in class org.apache.pekko.io.Tcp.Write
- ack() - Method in class org.apache.pekko.io.Tcp.WriteFile
-
Deprecated.
- ack() - Method in class org.apache.pekko.io.Tcp.WritePath
- ack() - Method in class org.apache.pekko.io.Udp.Send
- ack() - Method in class org.apache.pekko.io.UdpConnected.Send
- ack() - Static method in class org.apache.pekko.pattern.StatusReply
-
Java API: A general purpose message for using as an Ack
- ack() - Method in class org.apache.pekko.pattern.StatusReply$
-
Java API: A general purpose message for using as an Ack
- ack() - Method in class org.apache.pekko.persistence.typed.internal.InternalProtocol.ReplicatedEventEnvelope
- Ack - Class in org.apache.pekko.remote
-
Deprecated.Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
- Ack(long) - Constructor for class org.apache.pekko.actor.typed.delivery.internal.ProducerControllerImpl.Ack
- Ack(SeqNo, Set<SeqNo>) - Constructor for class org.apache.pekko.remote.Ack
-
Deprecated.
- Ack() - Static method in class org.apache.pekko.pattern.StatusReply
-
Scala API: A general purpose message for using as an Ack
- Ack() - Method in class org.apache.pekko.pattern.StatusReply$
-
Scala API: A general purpose message for using as an Ack
- ACK_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent
- ACK_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage
- ACK_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.WireFormats.AckAndEnvelopeContainer
- Ack$ - Class in org.apache.pekko.remote
- Ack$() - Constructor for class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.Ack$
- Ack$() - Constructor for class org.apache.pekko.actor.typed.delivery.internal.ProducerControllerImpl.Ack$
- Ack$() - Constructor for class org.apache.pekko.remote.Ack$
- AckedReceiveBuffer<T extends HasSequenceNumber> - Class in org.apache.pekko.remote
-
Deprecated.Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
- AckedReceiveBuffer(SeqNo, SeqNo, SortedSet<T>, Ordering<T>) - Constructor for class org.apache.pekko.remote.AckedReceiveBuffer
-
Deprecated.
- AckedReceiveBuffer$ - Class in org.apache.pekko.remote
- AckedReceiveBuffer$() - Constructor for class org.apache.pekko.remote.AckedReceiveBuffer$
- AckedSendBuffer<T extends HasSequenceNumber> - Class in org.apache.pekko.remote
-
Deprecated.Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
- AckedSendBuffer(int, IndexedSeq<T>, IndexedSeq<T>, SeqNo) - Constructor for class org.apache.pekko.remote.AckedSendBuffer
-
Deprecated.
- AckedSendBuffer$ - Class in org.apache.pekko.remote
- AckedSendBuffer$() - Constructor for class org.apache.pekko.remote.AckedSendBuffer$
- acknowledge(Ack) - Method in class org.apache.pekko.remote.AckedSendBuffer
-
Deprecated.Processes an incoming acknowledgement and returns a new buffer with only unacknowledged elements remaining.
- ACKREPLYTO_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope
- acquire() - Method in class org.apache.pekko.coordination.lease.javadsl.Lease
-
Try to acquire the lease.
- acquire() - Method in class org.apache.pekko.coordination.lease.scaladsl.Lease
-
Try to acquire the lease.
- acquire() - Method in interface org.apache.pekko.io.BufferPool
- acquire(Consumer<Optional<Throwable>>) - Method in class org.apache.pekko.coordination.lease.javadsl.Lease
-
Same as acquire with an additional callback that is called if the lease is lost.
- acquire(Function1<Option<Throwable>, BoxedUnit>) - Method in class org.apache.pekko.coordination.lease.scaladsl.Lease
-
Same as acquire with an additional callback that is called if the lease is lost.
- AcquireLeaseFailure(Throwable) - Constructor for class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.AcquireLeaseFailure
- AcquireLeaseFailure$() - Constructor for class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.AcquireLeaseFailure$
- AcquireLeaseResult(boolean) - Constructor for class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.AcquireLeaseResult
- AcquireLeaseResult$() - Constructor for class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.AcquireLeaseResult$
- AcquiringLease() - Constructor for class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.AcquiringLease
- AcquiringLease$() - Constructor for class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.AcquiringLease$
- AcquiringLeaseData(boolean, Option<ActorRef>) - Constructor for class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.AcquiringLeaseData
- AcquiringLeaseData$() - Constructor for class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.AcquiringLeaseData$
- actionInterval() - Method in class org.apache.pekko.routing.DefaultOptimalSizeExploringResizer
- active() - Method in class org.apache.pekko.cluster.ddata.LmdbDurableStore
- active() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator
- active(ActorRef) - Method in class org.apache.pekko.cluster.client.ClusterClient
-
Deprecated.
- active(ActorRef, boolean) - Method in class org.apache.pekko.persistence.journal.PersistencePluginProxy
- active(Map<ActorRef<ProducerControllerImpl.InternalCommand>, String>, Map<String, ActorRef<ConsumerController.Command<A>>>) - Method in class org.apache.pekko.cluster.sharding.typed.delivery.internal.ShardingConsumerControllerImpl
- ActiveEntities$ - Class in org.apache.pekko.cluster.sharding.internal
-
INTERNAL API
- ActiveEntities$() - Constructor for class org.apache.pekko.cluster.sharding.internal.ActiveEntities$
- activeEntityLimit() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings
- activeEntityLimit() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings
- activeInterpreters() - Method in interface org.apache.pekko.stream.snapshot.StreamSnapshot
-
Running interpreters
- actor() - Method in exception org.apache.pekko.actor.PostRestartException
- actor() - Method in exception org.apache.pekko.actor.PreRestartException
- actor() - Method in class org.apache.pekko.actor.Terminated
- actor() - Method in class org.apache.pekko.remote.transport.AssociationHandle.ActorHandleEventListener
-
Deprecated.
- actor() - Method in class org.apache.pekko.remote.transport.Transport.ActorAssociationEventListener
-
Deprecated.
- actor() - Method in exception org.apache.pekko.stream.AbruptTerminationException
- Actor - Interface in org.apache.pekko.actor
-
Actor base trait that should be extended by or mixed to create an Actor with the semantics of the 'Actor Model': https://en.wikipedia.org/wiki/Actor_model
- ACTOR_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.ContainerFormats.ActorInitializationException
- ACTOR_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.SystemMessageFormats.DeathWatchNotificationData
- Actor.emptyBehavior$ - Class in org.apache.pekko.actor
-
emptyBehavior is a Receive-expression that matches no messages at all, ever.
- Actor.ignoringBehavior$ - Class in org.apache.pekko.actor
-
ignoringBehavior is a Receive-expression that consumes and ignores all messages.
- Actor$ - Class in org.apache.pekko.actor
- Actor$() - Constructor for class org.apache.pekko.actor.Actor$
- ActorAdapter$ - Class in org.apache.pekko.actor.typed.internal.adapter
-
INTERNAL API
- ActorAdapter$() - Constructor for class org.apache.pekko.actor.typed.internal.adapter.ActorAdapter$
- ActorAssociationEventListener(ActorRef) - Constructor for class org.apache.pekko.remote.transport.Transport.ActorAssociationEventListener
-
Deprecated.
- ActorAssociationEventListener$() - Constructor for class org.apache.pekko.remote.transport.Transport.ActorAssociationEventListener$
-
Deprecated.
- ActorAttributes - Class in org.apache.pekko.stream
-
Attributes for the
Materializer
. - ActorAttributes() - Constructor for class org.apache.pekko.stream.ActorAttributes
- ActorAttributes.DebugLogging - Class in org.apache.pekko.stream
-
Enables additional low level troubleshooting logging at DEBUG log level
- ActorAttributes.DebugLogging$ - Class in org.apache.pekko.stream
- ActorAttributes.Dispatcher - Class in org.apache.pekko.stream
-
Configures the dispatcher to be used by streams.
- ActorAttributes.Dispatcher$ - Class in org.apache.pekko.stream
- ActorAttributes.FuzzingMode - Class in org.apache.pekko.stream
-
Test utility: fuzzing mode means that GraphStage events are not processed in FIFO order within a fused subgraph, but randomized.
- ActorAttributes.FuzzingMode$ - Class in org.apache.pekko.stream
- ActorAttributes.MaxFixedBufferSize - Class in org.apache.pekko.stream
-
Configure the maximum buffer size for which a FixedSizeBuffer will be preallocated.
- ActorAttributes.MaxFixedBufferSize$ - Class in org.apache.pekko.stream
- ActorAttributes.OutputBurstLimit - Class in org.apache.pekko.stream
-
Maximum number of elements emitted in batch if downstream signals large demand.
- ActorAttributes.OutputBurstLimit$ - Class in org.apache.pekko.stream
- ActorAttributes.StreamSubscriptionTimeout - Class in org.apache.pekko.stream
-
Defines a timeout for stream subscription and what action to take when that hits.
- ActorAttributes.StreamSubscriptionTimeout$ - Class in org.apache.pekko.stream
- ActorAttributes.SupervisionStrategy - Class in org.apache.pekko.stream
- ActorAttributes.SupervisionStrategy$ - Class in org.apache.pekko.stream
- ActorAttributes.SyncProcessingLimit - Class in org.apache.pekko.stream
-
Limit for number of messages that can be processed synchronously in stream to substream communication.
- ActorAttributes.SyncProcessingLimit$ - Class in org.apache.pekko.stream
- ActorAttributes$ - Class in org.apache.pekko.stream
-
Attributes for the
Materializer
. - ActorAttributes$() - Constructor for class org.apache.pekko.stream.ActorAttributes$
- actorCell() - Method in interface org.apache.pekko.actor.StashSupport
- actorCell() - Method in interface org.apache.pekko.actor.Timers
- ActorCell$ - Class in org.apache.pekko.actor
-
Everything in here is completely Pekko PRIVATE.
- ActorCell$() - Constructor for class org.apache.pekko.actor.ActorCell$
- actorClass() - Method in interface org.apache.pekko.actor.IndirectActorProducer
-
This method is used by
Props
to determine the type of actor which will be created. - actorClass() - Method in class org.apache.pekko.actor.Props
-
Obtain an upper-bound approximation of the actor class which is going to be created by these Props.
- actorClass() - Method in interface org.apache.pekko.io.DnsProvider
-
Deprecated.DNS resolver actor.
- actorClass() - Method in class org.apache.pekko.io.InetAddressDnsProvider
- ActorClassificationUnsubscriber$ - Class in org.apache.pekko.event
-
INTERNAL API
- ActorClassificationUnsubscriber$() - Constructor for class org.apache.pekko.event.ActorClassificationUnsubscriber$
- ActorClassifier - Interface in org.apache.pekko.event
-
Can be mixed into an EventBus to specify that the Classifier type is ActorRef
- ActorContext - Interface in org.apache.pekko.actor
-
The actor context - the view of the actor cell from the actor.
- ActorContext<T> - Interface in org.apache.pekko.actor.typed.javadsl
-
An Actor is given by the combination of a
Behavior
and a context in which this behavior is executed. - ActorContext<T> - Interface in org.apache.pekko.actor.typed.scaladsl
-
An Actor is given by the combination of a
Behavior
and a context in which this behavior is executed. - ActorContextAdapter$ - Class in org.apache.pekko.actor.typed.internal.adapter
- ActorContextAdapter$() - Constructor for class org.apache.pekko.actor.typed.internal.adapter.ActorContextAdapter$
- ActorContextImpl<T> - Interface in org.apache.pekko.actor.typed.internal
-
INTERNAL API
- ActorContextImpl.LoggingContext - Class in org.apache.pekko.actor.typed.internal
- ActorContextImpl.LoggingContext$ - Class in org.apache.pekko.actor.typed.internal
- ActorContextImpl$ - Class in org.apache.pekko.actor.typed.internal
-
INTERNAL API
- ActorContextImpl$() - Constructor for class org.apache.pekko.actor.typed.internal.ActorContextImpl$
- ActorEventBus - Interface in org.apache.pekko.event
-
Represents an EventBus where the Subscriber type is ActorRef
- actorFactory() - Method in class org.apache.pekko.actor.ContextualTypedActorFactory
- actorFactory() - Method in class org.apache.pekko.actor.TypedActorExtension
- actorFactory() - Method in interface org.apache.pekko.actor.TypedActorFactory
-
Deprecated.Underlying dependency is to be able to create normal Actors
- ActorFlightRecorder - Interface in org.apache.pekko.actor.typed.internal
-
INTERNAL API
- ActorFlightRecorder$ - Class in org.apache.pekko.actor.typed.internal
-
INTERNAL API
- ActorFlightRecorder$() - Constructor for class org.apache.pekko.actor.typed.internal.ActorFlightRecorder$
- ActorFlow - Class in org.apache.pekko.stream.typed.javadsl
-
Collection of Flows aimed at integrating with typed Actors.
- ActorFlow - Class in org.apache.pekko.stream.typed.scaladsl
-
Collection of Flows aimed at integrating with typed Actors.
- ActorFlow() - Constructor for class org.apache.pekko.stream.typed.javadsl.ActorFlow
- ActorFlow() - Constructor for class org.apache.pekko.stream.typed.scaladsl.ActorFlow
- ActorFlow$ - Class in org.apache.pekko.stream.typed.javadsl
-
Collection of Flows aimed at integrating with typed Actors.
- ActorFlow$ - Class in org.apache.pekko.stream.typed.scaladsl
-
Collection of Flows aimed at integrating with typed Actors.
- ActorFlow$() - Constructor for class org.apache.pekko.stream.typed.javadsl.ActorFlow$
- ActorFlow$() - Constructor for class org.apache.pekko.stream.typed.scaladsl.ActorFlow$
- ActorHandleEventListener(ActorRef) - Constructor for class org.apache.pekko.remote.transport.AssociationHandle.ActorHandleEventListener
-
Deprecated.
- ActorHandleEventListener$() - Constructor for class org.apache.pekko.remote.transport.AssociationHandle.ActorHandleEventListener$
-
Deprecated.
- ActorIdentity - Class in org.apache.pekko.actor
-
Reply to
pekko.actor.Identify
. - ActorIdentity(Object, Option<ActorRef>) - Constructor for class org.apache.pekko.actor.ActorIdentity
- ActorIdentity$ - Class in org.apache.pekko.actor
- ActorIdentity$() - Constructor for class org.apache.pekko.actor.ActorIdentity$
- ActorInitializationException - Exception in org.apache.pekko.actor
-
An ActorInitializationException is thrown when the initialization logic for an Actor fails.
- ActorInitializationException(ActorRef, String, Throwable) - Constructor for exception org.apache.pekko.actor.ActorInitializationException
- ActorInitializationException$ - Class in org.apache.pekko.actor
- ActorInitializationException$() - Constructor for class org.apache.pekko.actor.ActorInitializationException$
- actorInstanceId() - Method in class org.apache.pekko.persistence.JournalProtocol.LoopMessageSuccess
- actorInstanceId() - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessageFailure
- actorInstanceId() - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessageRejected
- actorInstanceId() - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessages
- actorInstanceId() - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessageSuccess
- actorInstanceId() - Method in class org.apache.pekko.persistence.PluginSpec
- ActorInterruptedException - Exception in org.apache.pekko.actor
-
When an InterruptedException is thrown inside an Actor, it is wrapped as an ActorInterruptedException as to avoid cascading interrupts to other threads than the originally interrupted one.
- ActorKilledException - Exception in org.apache.pekko.actor
-
ActorKilledException is thrown when an Actor receives the
pekko.actor.Kill
message - ActorKilledException$ - Class in org.apache.pekko.actor
- ActorKilledException$() - Constructor for class org.apache.pekko.actor.ActorKilledException$
- ActorLogging - Interface in org.apache.pekko.actor
-
Scala API: Mix in ActorLogging into your Actor to easily obtain a reference to a logger, which is available under the name "log".
- ActorLogMarker - Class in org.apache.pekko.actor
-
This is public with the purpose to document the used markers and properties of log events.
- ActorLogMarker() - Constructor for class org.apache.pekko.actor.ActorLogMarker
- ActorLogMarker$ - Class in org.apache.pekko.actor
-
This is public with the purpose to document the used markers and properties of log events.
- ActorLogMarker$() - Constructor for class org.apache.pekko.actor.ActorLogMarker$
- ActorMaterializer - Class in org.apache.pekko.stream
-
Deprecated.The Materializer now has all methods the ActorMaterializer used to have. Since Akka 2.6.0.
- ActorMaterializer() - Constructor for class org.apache.pekko.stream.ActorMaterializer
-
Deprecated.
- ActorMaterializer$ - Class in org.apache.pekko.stream
- ActorMaterializer$() - Constructor for class org.apache.pekko.stream.ActorMaterializer$
- ActorMaterializerHelper - Class in org.apache.pekko.stream
-
INTERNAL API
- ActorMaterializerHelper() - Constructor for class org.apache.pekko.stream.ActorMaterializerHelper
- ActorMaterializerHelper$ - Class in org.apache.pekko.stream
-
INTERNAL API
- ActorMaterializerHelper$() - Constructor for class org.apache.pekko.stream.ActorMaterializerHelper$
- ActorMaterializerSettings - Class in org.apache.pekko.stream
-
This class describes the configurable properties of the
ActorMaterializer
. - ActorMaterializerSettings(int, int, String, Function1<Throwable, Supervision.Directive>, StreamSubscriptionTimeoutSettings, boolean, int, boolean, boolean, int) - Constructor for class org.apache.pekko.stream.ActorMaterializerSettings
-
Deprecated.Use ActorMaterializerSettings.apply or ActorMaterializerSettings.create instead. Since Akka 2.5.10.
- ActorMaterializerSettings(int, int, String, Function1<Throwable, Supervision.Directive>, StreamSubscriptionTimeoutSettings, boolean, int, boolean, boolean, int, int) - Constructor for class org.apache.pekko.stream.ActorMaterializerSettings
-
Deprecated.Use ActorMaterializerSettings.apply or ActorMaterializerSettings.create instead. Since Akka 2.5.10.
- ActorMaterializerSettings(int, int, String, Function1<Throwable, Supervision.Directive>, StreamSubscriptionTimeoutSettings, boolean, int, boolean, boolean, int, int, IOSettings) - Constructor for class org.apache.pekko.stream.ActorMaterializerSettings
-
Deprecated.Use ActorMaterializerSettings.apply or ActorMaterializerSettings.create instead. Since Akka 2.5.10.
- ActorMaterializerSettings$ - Class in org.apache.pekko.stream
- ActorMaterializerSettings$() - Constructor for class org.apache.pekko.stream.ActorMaterializerSettings$
- ActorMdc - Class in org.apache.pekko.actor.typed.internal
-
INTERNAL API
- ActorMdc() - Constructor for class org.apache.pekko.actor.typed.internal.ActorMdc
- ActorMdc$ - Class in org.apache.pekko.actor.typed.internal
-
INTERNAL API
- ActorMdc$() - Constructor for class org.apache.pekko.actor.typed.internal.ActorMdc$
- ActorNotFound - Exception in org.apache.pekko.actor
-
When
ActorSelection.resolveOne(org.apache.pekko.util.Timeout)
can't identify the actor theFuture
is completed with this failure. - ActorNotFound(ActorSelection) - Constructor for exception org.apache.pekko.actor.ActorNotFound
- ActorNotFound$ - Class in org.apache.pekko.actor
- ActorNotFound$() - Constructor for class org.apache.pekko.actor.ActorNotFound$
- actorOf(ActorSystemImpl, Props, InternalActorRef, ActorPath, boolean, Option<Deploy>, boolean, boolean) - Method in interface org.apache.pekko.actor.ActorRefProvider
-
INTERNAL API: Actor factory with create-only semantics: will create an actor as described by props with the given supervisor and path (may be different in case of remote supervision).
- actorOf(Props) - Method in interface org.apache.pekko.actor.ActorRefFactory
-
Create new actor as child of this context and give it an automatically generated name (currently similar to base64-encoded integer count, reversed and with “$” prepended, may change in the future).
- actorOf(Props) - Method in interface org.apache.pekko.actor.dungeon.Children
- actorOf(Props, String) - Method in interface org.apache.pekko.actor.ActorRefFactory
-
Create new actor as child of this context with the given name, which must not be null, empty or start with “$”.
- actorOf(Props, String) - Method in interface org.apache.pekko.actor.dungeon.Children
- actorOf(ActorContext<?>, Props) - Static method in class org.apache.pekko.actor.typed.javadsl.Adapter
- actorOf(ActorContext<?>, Props) - Method in class org.apache.pekko.actor.typed.javadsl.Adapter$
- actorOf(ActorContext<?>, Props, String) - Static method in class org.apache.pekko.actor.typed.javadsl.Adapter
- actorOf(ActorContext<?>, Props, String) - Method in class org.apache.pekko.actor.typed.javadsl.Adapter$
- ActorPath - Interface in org.apache.pekko.actor
-
Actor path is a unique path to an actor that shows the creation path up through the actor tree to the root actor.
- ActorPath$ - Class in org.apache.pekko.actor
- ActorPath$() - Constructor for class org.apache.pekko.actor.ActorPath$
- ActorPathExtractor - Class in org.apache.pekko.actor
-
Given an ActorPath it returns the Address and the path elements if the path is well-formed
- ActorPathExtractor() - Constructor for class org.apache.pekko.actor.ActorPathExtractor
- ActorPathExtractor$ - Class in org.apache.pekko.actor
-
Given an ActorPath it returns the Address and the path elements if the path is well-formed
- ActorPathExtractor$() - Constructor for class org.apache.pekko.actor.ActorPathExtractor$
- ActorPaths - Class in org.apache.pekko.actor
-
Java API
- ActorPaths() - Constructor for class org.apache.pekko.actor.ActorPaths
- ActorPaths$ - Class in org.apache.pekko.actor
-
Java API
- ActorPaths$() - Constructor for class org.apache.pekko.actor.ActorPaths$
- actorProps() - Method in class org.apache.pekko.actor.TypedProps
-
Returns the org.apache.pekko.actor.Props representation of this TypedProps
- actorRef() - Method in class org.apache.pekko.actor.FSM.SubscribeTransitionCallBack
- actorRef() - Method in class org.apache.pekko.actor.FSM.UnsubscribeTransitionCallBack
- actorRef() - Method in class org.apache.pekko.pattern.AskableActorRef
- actorRef() - Method in class org.apache.pekko.pattern.ExplicitlyAskableActorRef
- actorRef() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.SubscribeTransitionCallBack
-
Deprecated.
- actorRef() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.UnsubscribeTransitionCallBack
-
Deprecated.
- actorRef(int, OverflowStrategy) - Static method in class org.apache.pekko.stream.javadsl.Source
-
Deprecated.Use variant accepting completion and failure matchers. Since Akka 2.6.0.
- actorRef(int, OverflowStrategy) - Method in class org.apache.pekko.stream.javadsl.Source$
-
Deprecated.Use variant accepting completion and failure matchers. Since Akka 2.6.0.
- actorRef(int, OverflowStrategy) - Static method in class org.apache.pekko.stream.scaladsl.Source
-
Deprecated.Use variant accepting completion and failure matchers instead. Since Akka 2.6.0.
- actorRef(int, OverflowStrategy) - Method in class org.apache.pekko.stream.scaladsl.Source$
-
Deprecated.Use variant accepting completion and failure matchers instead. Since Akka 2.6.0.
- actorRef(Predicate<T>, Function<T, Optional<Throwable>>, int, OverflowStrategy) - Static method in class org.apache.pekko.stream.typed.javadsl.ActorSource
-
Creates a
Source
that is materialized as anpekko.actor.typed.ActorRef
. - actorRef(Predicate<T>, Function<T, Optional<Throwable>>, int, OverflowStrategy) - Method in class org.apache.pekko.stream.typed.javadsl.ActorSource$
-
Creates a
Source
that is materialized as anpekko.actor.typed.ActorRef
. - actorRef(ActorRef, Object) - Static method in class org.apache.pekko.stream.javadsl.Sink
-
Sends the elements of the stream to the given
ActorRef
. - actorRef(ActorRef, Object) - Method in class org.apache.pekko.stream.javadsl.Sink$
-
Sends the elements of the stream to the given
ActorRef
. - actorRef(ActorRef, Object) - Static method in class org.apache.pekko.stream.scaladsl.Sink
-
Deprecated.Use variant accepting both on complete and on failure message. Since Akka 2.6.0.
- actorRef(ActorRef, Object) - Method in class org.apache.pekko.stream.scaladsl.Sink$
-
Deprecated.Use variant accepting both on complete and on failure message. Since Akka 2.6.0.
- actorRef(ActorRef, Object, Function1<Throwable, Object>) - Static method in class org.apache.pekko.stream.scaladsl.Sink
-
INTERNAL API
- actorRef(ActorRef, Object, Function1<Throwable, Object>) - Method in class org.apache.pekko.stream.scaladsl.Sink$
-
INTERNAL API
- actorRef(ActorRef<T>, T, Function<Throwable, T>) - Static method in class org.apache.pekko.stream.typed.javadsl.ActorSink
-
Sends the elements of the stream to the given
ActorRef
. - actorRef(ActorRef<T>, T, Function<Throwable, T>) - Method in class org.apache.pekko.stream.typed.javadsl.ActorSink$
-
Sends the elements of the stream to the given
ActorRef
. - actorRef(ActorRef<T>, T, Function1<Throwable, T>) - Static method in class org.apache.pekko.stream.typed.scaladsl.ActorSink
-
Sends the elements of the stream to the given
ActorRef
. - actorRef(ActorRef<T>, T, Function1<Throwable, T>) - Method in class org.apache.pekko.stream.typed.scaladsl.ActorSink$
-
Sends the elements of the stream to the given
ActorRef
. - actorRef(Function<Object, Optional<CompletionStrategy>>, Function<Object, Optional<Throwable>>, int, OverflowStrategy) - Static method in class org.apache.pekko.stream.javadsl.Source
-
Creates a
Source
that is materialized as anpekko.actor.ActorRef
. - actorRef(Function<Object, Optional<CompletionStrategy>>, Function<Object, Optional<Throwable>>, int, OverflowStrategy) - Method in class org.apache.pekko.stream.javadsl.Source$
-
Creates a
Source
that is materialized as anpekko.actor.ActorRef
. - actorRef(PartialFunction<Object, CompletionStrategy>, PartialFunction<Object, Throwable>, int, OverflowStrategy) - Static method in class org.apache.pekko.stream.scaladsl.Source
-
Creates a
Source
that is materialized as anpekko.actor.ActorRef
. - actorRef(PartialFunction<Object, CompletionStrategy>, PartialFunction<Object, Throwable>, int, OverflowStrategy) - Method in class org.apache.pekko.stream.scaladsl.Source$
-
Creates a
Source
that is materialized as anpekko.actor.ActorRef
. - actorRef(PartialFunction<T, BoxedUnit>, PartialFunction<T, Throwable>, int, OverflowStrategy) - Static method in class org.apache.pekko.stream.typed.scaladsl.ActorSource
-
Creates a
Source
that is materialized as anpekko.actor.typed.ActorRef
. - actorRef(PartialFunction<T, BoxedUnit>, PartialFunction<T, Throwable>, int, OverflowStrategy) - Method in class org.apache.pekko.stream.typed.scaladsl.ActorSource$
-
Creates a
Source
that is materialized as anpekko.actor.typed.ActorRef
. - ActorRef - Class in org.apache.pekko.actor
-
Immutable and serializable handle to an actor, which may or may not reside on the local host or inside the same
pekko.actor.ActorSystem
. - ActorRef<T> - Interface in org.apache.pekko.actor.typed
-
An ActorRef is the identity or address of an Actor instance.
- ActorRef() - Constructor for class org.apache.pekko.actor.ActorRef
- ACTORREF_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.ReceptionistEntry
- ActorRef.ActorRefOps<T> - Class in org.apache.pekko.actor.typed
- ActorRef.ActorRefOps$ - Class in org.apache.pekko.actor.typed
- ActorRef$ - Class in org.apache.pekko.actor
- ActorRef$ - Class in org.apache.pekko.actor.typed
- ActorRef$() - Constructor for class org.apache.pekko.actor.ActorRef$
- ActorRef$() - Constructor for class org.apache.pekko.actor.typed.ActorRef$
- ActorRefAdapter$ - Class in org.apache.pekko.actor.typed.internal.adapter
- ActorRefAdapter$() - Constructor for class org.apache.pekko.actor.typed.internal.adapter.ActorRefAdapter$
- ActorRefCompressionAdvertisement$() - Constructor for class org.apache.pekko.remote.artery.compress.CompressionProtocol.ActorRefCompressionAdvertisement$
- ActorRefCompressionAdvertisementAck$() - Constructor for class org.apache.pekko.remote.artery.compress.CompressionProtocol.ActorRefCompressionAdvertisementAck$
- ActorRefCompressionTableVersionOffset() - Method in class org.apache.pekko.remote.artery.EnvelopeBuffer$
- ActorRefDeserializer$ - Class in org.apache.pekko.serialization.jackson
-
INTERNAL API
- ActorRefDeserializer$() - Constructor for class org.apache.pekko.serialization.jackson.ActorRefDeserializer$
- ACTORREFELEMENTS_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet
- ACTORREFELEMENTS_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet
- ActorRefFactory - Interface in org.apache.pekko.actor
-
Interface implemented by ActorSystem and ActorContext, the only two places from which you can get fresh actors.
- ActorRefFactoryAdapter - Class in org.apache.pekko.actor.typed.internal.adapter
-
INTERNAL API
- ActorRefFactoryAdapter() - Constructor for class org.apache.pekko.actor.typed.internal.adapter.ActorRefFactoryAdapter
- ActorRefFactoryAdapter$ - Class in org.apache.pekko.actor.typed.internal.adapter
-
INTERNAL API
- ActorRefFactoryAdapter$() - Constructor for class org.apache.pekko.actor.typed.internal.adapter.ActorRefFactoryAdapter$
- ActorRefImpl<T> - Interface in org.apache.pekko.actor.typed.internal
-
Every ActorRef is also an ActorRefImpl, but these two methods shall be completely hidden from client code.
- ActorRefModule - Interface in org.apache.pekko.serialization.jackson
-
INTERNAL API: Adds support for serializing and deserializing
ActorRef
. - ActorRefOps(ActorRef<T>) - Constructor for class org.apache.pekko.actor.typed.ActorRef.ActorRefOps
- ActorRefOps(ActorRef<T>) - Method in class org.apache.pekko.actor.typed.ActorRef$
- ActorRefOps$() - Constructor for class org.apache.pekko.actor.typed.ActorRef.ActorRefOps$
- actorRefProvider() - Method in class org.apache.pekko.actor.BootstrapSetup
- ActorRefProvider - Interface in org.apache.pekko.actor
-
Interface for all ActorRef providers to implement.
- ActorRefResolver - Class in org.apache.pekko.actor.typed
-
Serialization and deserialization of
ActorRef
. - ActorRefResolver() - Constructor for class org.apache.pekko.actor.typed.ActorRefResolver
- ActorRefResolver$ - Class in org.apache.pekko.actor.typed
- ActorRefResolver$() - Constructor for class org.apache.pekko.actor.typed.ActorRefResolver$
- ActorRefResolverSetup - Class in org.apache.pekko.actor.typed
-
Can be used in
pekko.actor.setup.ActorSystemSetup
when starting theActorSystem
to replace the default implementation of theActorRefResolver
extension. - ActorRefResolverSetup(Function<ActorSystem<?>, ActorRefResolver>) - Constructor for class org.apache.pekko.actor.typed.ActorRefResolverSetup
- ActorRefResolverSetup$ - Class in org.apache.pekko.actor.typed
- ActorRefResolverSetup$() - Constructor for class org.apache.pekko.actor.typed.ActorRefResolverSetup$
- ActorRefResolveThreadLocalCache$ - Class in org.apache.pekko.remote.serialization
-
INTERNAL API: Thread local cache per actor system
- ActorRefResolveThreadLocalCache$() - Constructor for class org.apache.pekko.remote.serialization.ActorRefResolveThreadLocalCache$
- ActorRefRoutee - Class in org.apache.pekko.routing
-
Routee
that sends the messages to anpekko.actor.ActorRef
. - ActorRefRoutee(ActorRef) - Constructor for class org.apache.pekko.routing.ActorRefRoutee
- ActorRefRoutee$ - Class in org.apache.pekko.routing
- ActorRefRoutee$() - Constructor for class org.apache.pekko.routing.ActorRefRoutee$
- ActorRefScope - Interface in org.apache.pekko.actor
-
All ActorRefs have a scope which describes where they live.
- ActorRefSerializer$ - Class in org.apache.pekko.serialization.jackson
-
INTERNAL API
- ActorRefSerializer$() - Constructor for class org.apache.pekko.serialization.jackson.ActorRefSerializer$
- actorRefsFor$extension(ServiceRegistry, org.apache.pekko.actor.typed.internal.receptionist.AbstractServiceKey) - Method in class org.apache.pekko.cluster.typed.internal.receptionist.ServiceRegistry$
- actorRefWithAck(Object) - Static method in class org.apache.pekko.stream.javadsl.Source
-
Deprecated.Use actorRefWithBackpressure accepting completion and failure matchers. Since Akka 2.6.0.
- actorRefWithAck(Object) - Method in class org.apache.pekko.stream.javadsl.Source$
-
Deprecated.Use actorRefWithBackpressure accepting completion and failure matchers. Since Akka 2.6.0.
- actorRefWithAck(Object) - Static method in class org.apache.pekko.stream.scaladsl.Source
-
Deprecated.Use actorRefWithBackpressure accepting completion and failure matchers instead. Since Akka 2.6.0.
- actorRefWithAck(Object) - Method in class org.apache.pekko.stream.scaladsl.Source$
-
Deprecated.Use actorRefWithBackpressure accepting completion and failure matchers instead. Since Akka 2.6.0.
- actorRefWithAck(Object, Function<Object, Optional<CompletionStrategy>>, Function<Object, Optional<Throwable>>) - Static method in class org.apache.pekko.stream.javadsl.Source
-
Deprecated.Use actorRefWithBackpressure instead
- actorRefWithAck(Object, Function<Object, Optional<CompletionStrategy>>, Function<Object, Optional<Throwable>>) - Method in class org.apache.pekko.stream.javadsl.Source$
-
Deprecated.Use actorRefWithBackpressure instead
- actorRefWithAck(ActorRef, Object, Object, Object, Function<Throwable, Object>) - Static method in class org.apache.pekko.stream.javadsl.Sink
-
Deprecated.Use actorRefWithBackpressure instead
- actorRefWithAck(ActorRef, Object, Object, Object, Function<Throwable, Object>) - Method in class org.apache.pekko.stream.javadsl.Sink$
-
Deprecated.Use actorRefWithBackpressure instead
- actorRefWithAck(ActorRef, Object, Object, Object, Function1<Throwable, Object>) - Static method in class org.apache.pekko.stream.scaladsl.Sink
-
Deprecated.Use actorRefWithBackpressure accepting completion and failure matchers instead. Since Akka 2.6.0.
- actorRefWithAck(ActorRef, Object, Object, Object, Function1<Throwable, Object>) - Method in class org.apache.pekko.stream.scaladsl.Sink$
-
Deprecated.Use actorRefWithBackpressure accepting completion and failure matchers instead. Since Akka 2.6.0.
- actorRefWithAck(ActorRef<Ack>, Ack, Function<T, Optional<CompletionStrategy>>, Function<T, Optional<Throwable>>) - Static method in class org.apache.pekko.stream.typed.javadsl.ActorSource
-
Deprecated.Use actorRefWithBackpressure instead
- actorRefWithAck(ActorRef<Ack>, Ack, Function<T, Optional<CompletionStrategy>>, Function<T, Optional<Throwable>>) - Method in class org.apache.pekko.stream.typed.javadsl.ActorSource$
-
Deprecated.Use actorRefWithBackpressure instead
- actorRefWithAck(ActorRef<Ack>, Ack, PartialFunction<T, CompletionStrategy>, PartialFunction<T, Throwable>) - Static method in class org.apache.pekko.stream.typed.scaladsl.ActorSource
-
Deprecated.Use actorRefWithBackpressure instead. Since Akka 2.6.0.
- actorRefWithAck(ActorRef<Ack>, Ack, PartialFunction<T, CompletionStrategy>, PartialFunction<T, Throwable>) - Method in class org.apache.pekko.stream.typed.scaladsl.ActorSource$
-
Deprecated.Use actorRefWithBackpressure instead. Since Akka 2.6.0.
- actorRefWithAck$default$5() - Static method in class org.apache.pekko.stream.scaladsl.Sink
- actorRefWithAck$default$5() - Method in class org.apache.pekko.stream.scaladsl.Sink$
- actorRefWithBackpressure(Object, Function<Object, Optional<CompletionStrategy>>, Function<Object, Optional<Throwable>>) - Static method in class org.apache.pekko.stream.javadsl.Source
-
Creates a
Source
that is materialized as anpekko.actor.ActorRef
. - actorRefWithBackpressure(Object, Function<Object, Optional<CompletionStrategy>>, Function<Object, Optional<Throwable>>) - Method in class org.apache.pekko.stream.javadsl.Source$
-
Creates a
Source
that is materialized as anpekko.actor.ActorRef
. - actorRefWithBackpressure(Object, PartialFunction<Object, CompletionStrategy>, PartialFunction<Object, Throwable>) - Static method in class org.apache.pekko.stream.scaladsl.Source
-
Creates a
Source
that is materialized as anpekko.actor.ActorRef
. - actorRefWithBackpressure(Object, PartialFunction<Object, CompletionStrategy>, PartialFunction<Object, Throwable>) - Method in class org.apache.pekko.stream.scaladsl.Source$
-
Creates a
Source
that is materialized as anpekko.actor.ActorRef
. - actorRefWithBackpressure(ActorRef, Object, Object, Object, Function<Throwable, Object>) - Static method in class org.apache.pekko.stream.javadsl.Sink
-
Sends the elements of the stream to the given
ActorRef
that sends back back-pressure signal. - actorRefWithBackpressure(ActorRef, Object, Object, Object, Function<Throwable, Object>) - Method in class org.apache.pekko.stream.javadsl.Sink$
-
Sends the elements of the stream to the given
ActorRef
that sends back back-pressure signal. - actorRefWithBackpressure(ActorRef, Object, Object, Object, Function1<Throwable, Object>) - Static method in class org.apache.pekko.stream.scaladsl.Sink
-
Sends the elements of the stream to the given
ActorRef
that sends back back-pressure signal. - actorRefWithBackpressure(ActorRef, Object, Object, Object, Function1<Throwable, Object>) - Method in class org.apache.pekko.stream.scaladsl.Sink$
-
Sends the elements of the stream to the given
ActorRef
that sends back back-pressure signal. - actorRefWithBackpressure(ActorRef, Object, Object, Function<Throwable, Object>) - Static method in class org.apache.pekko.stream.javadsl.Sink
-
Sends the elements of the stream to the given
ActorRef
that sends back back-pressure signal. - actorRefWithBackpressure(ActorRef, Object, Object, Function<Throwable, Object>) - Method in class org.apache.pekko.stream.javadsl.Sink$
-
Sends the elements of the stream to the given
ActorRef
that sends back back-pressure signal. - actorRefWithBackpressure(ActorRef, Object, Object, Function1<Throwable, Object>) - Static method in class org.apache.pekko.stream.scaladsl.Sink
-
Sends the elements of the stream to the given
ActorRef
that sends back back-pressure signal. - actorRefWithBackpressure(ActorRef, Object, Object, Function1<Throwable, Object>) - Method in class org.apache.pekko.stream.scaladsl.Sink$
-
Sends the elements of the stream to the given
ActorRef
that sends back back-pressure signal. - actorRefWithBackpressure(ActorRef<Ack>, Ack, Function<T, Optional<CompletionStrategy>>, Function<T, Optional<Throwable>>) - Static method in class org.apache.pekko.stream.typed.javadsl.ActorSource
-
Creates a
Source
that is materialized as anpekko.actor.ActorRef
. - actorRefWithBackpressure(ActorRef<Ack>, Ack, Function<T, Optional<CompletionStrategy>>, Function<T, Optional<Throwable>>) - Method in class org.apache.pekko.stream.typed.javadsl.ActorSource$
-
Creates a
Source
that is materialized as anpekko.actor.ActorRef
. - actorRefWithBackpressure(ActorRef<Ack>, Ack, PartialFunction<T, CompletionStrategy>, PartialFunction<T, Throwable>) - Static method in class org.apache.pekko.stream.typed.scaladsl.ActorSource
-
Creates a
Source
that is materialized as anpekko.actor.typed.ActorRef
. - actorRefWithBackpressure(ActorRef<Ack>, Ack, PartialFunction<T, CompletionStrategy>, PartialFunction<T, Throwable>) - Method in class org.apache.pekko.stream.typed.scaladsl.ActorSource$
-
Creates a
Source
that is materialized as anpekko.actor.typed.ActorRef
. - actorRefWithBackpressure(ActorRef<M>, Function2<ActorRef<A>, T, M>, Function<ActorRef<A>, M>, A, M, Function<Throwable, M>) - Static method in class org.apache.pekko.stream.typed.javadsl.ActorSink
-
Sends the elements of the stream to the given
ActorRef
that sends back back-pressure signal. - actorRefWithBackpressure(ActorRef<M>, Function2<ActorRef<A>, T, M>, Function<ActorRef<A>, M>, A, M, Function<Throwable, M>) - Method in class org.apache.pekko.stream.typed.javadsl.ActorSink$
-
Sends the elements of the stream to the given
ActorRef
that sends back back-pressure signal. - actorRefWithBackpressure(ActorRef<M>, Function2<ActorRef<A>, T, M>, Function<ActorRef<A>, M>, M, Function<Throwable, M>) - Static method in class org.apache.pekko.stream.typed.javadsl.ActorSink
-
Sends the elements of the stream to the given
ActorRef
that sends back back-pressure signal. - actorRefWithBackpressure(ActorRef<M>, Function2<ActorRef<A>, T, M>, Function<ActorRef<A>, M>, M, Function<Throwable, M>) - Method in class org.apache.pekko.stream.typed.javadsl.ActorSink$
-
Sends the elements of the stream to the given
ActorRef
that sends back back-pressure signal. - actorRefWithBackpressure(ActorRef<M>, Function2<ActorRef<A>, T, M>, Function1<ActorRef<A>, M>, A, M, Function1<Throwable, M>) - Static method in class org.apache.pekko.stream.typed.scaladsl.ActorSink
-
Sends the elements of the stream to the given
ActorRef
that sends back back-pressure signals. - actorRefWithBackpressure(ActorRef<M>, Function2<ActorRef<A>, T, M>, Function1<ActorRef<A>, M>, A, M, Function1<Throwable, M>) - Method in class org.apache.pekko.stream.typed.scaladsl.ActorSink$
-
Sends the elements of the stream to the given
ActorRef
that sends back back-pressure signals. - actorRefWithBackpressure(ActorRef<M>, Function2<ActorRef<A>, T, M>, Function1<ActorRef<A>, M>, M, Function1<Throwable, M>) - Static method in class org.apache.pekko.stream.typed.scaladsl.ActorSink
-
Sends the elements of the stream to the given
ActorRef
that sends back back-pressure signals. - actorRefWithBackpressure(ActorRef<M>, Function2<ActorRef<A>, T, M>, Function1<ActorRef<A>, M>, M, Function1<Throwable, M>) - Method in class org.apache.pekko.stream.typed.scaladsl.ActorSink$
-
Sends the elements of the stream to the given
ActorRef
that sends back back-pressure signals. - actors() - Static method in class org.apache.pekko.dispatch.MessageDispatcher
- actors() - Method in class org.apache.pekko.dispatch.MessageDispatcher$
- actorSel() - Method in class org.apache.pekko.pattern.AskableActorSelection
- actorSel() - Method in class org.apache.pekko.pattern.ExplicitlyAskableActorSelection
- actorSelection(String) - Method in interface org.apache.pekko.actor.ActorRefFactory
-
Construct an
pekko.actor.ActorSelection
from the given path, which is parsed for wildcards (these are replaced by regular expressions internally). - actorSelection(ActorPath) - Method in interface org.apache.pekko.actor.ActorRefFactory
-
Construct an
pekko.actor.ActorSelection
from the given path, which is parsed for wildcards (these are replaced by regular expressions internally). - ActorSelection - Class in org.apache.pekko.actor
-
An ActorSelection is a logical view of a section of an ActorSystem's tree of Actors, allowing for broadcasting of messages to that section.
- ActorSelection() - Constructor for class org.apache.pekko.actor.ActorSelection
- ActorSelection$ - Class in org.apache.pekko.actor
-
An ActorSelection is a logical view of a section of an ActorSystem's tree of Actors, allowing for broadcasting of messages to that section.
- ActorSelection$() - Constructor for class org.apache.pekko.actor.ActorSelection$
- ActorSelectionMessage$ - Class in org.apache.pekko.actor
- ActorSelectionMessage$() - Constructor for class org.apache.pekko.actor.ActorSelectionMessage$
- ActorSelectionRoutee - Class in org.apache.pekko.routing
-
Routee
that sends the messages to anpekko.actor.ActorSelection
. - ActorSelectionRoutee(ActorSelection) - Constructor for class org.apache.pekko.routing.ActorSelectionRoutee
- ActorSelectionRoutee$ - Class in org.apache.pekko.routing
- ActorSelectionRoutee$() - Constructor for class org.apache.pekko.routing.ActorSelectionRoutee$
- ActorSink - Class in org.apache.pekko.stream.typed.javadsl
-
Collection of Sinks aimed at integrating with typed Actors.
- ActorSink - Class in org.apache.pekko.stream.typed.scaladsl
-
Collection of Sinks aimed at integrating with typed Actors.
- ActorSink() - Constructor for class org.apache.pekko.stream.typed.javadsl.ActorSink
- ActorSink() - Constructor for class org.apache.pekko.stream.typed.scaladsl.ActorSink
- ActorSink$ - Class in org.apache.pekko.stream.typed.javadsl
-
Collection of Sinks aimed at integrating with typed Actors.
- ActorSink$ - Class in org.apache.pekko.stream.typed.scaladsl
-
Collection of Sinks aimed at integrating with typed Actors.
- ActorSink$() - Constructor for class org.apache.pekko.stream.typed.javadsl.ActorSink$
- ActorSink$() - Constructor for class org.apache.pekko.stream.typed.scaladsl.ActorSink$
- ActorSource - Class in org.apache.pekko.stream.typed.javadsl
-
Collection of Sources aimed at integrating with typed Actors.
- ActorSource - Class in org.apache.pekko.stream.typed.scaladsl
-
Collection of Sources aimed at integrating with typed Actors.
- ActorSource() - Constructor for class org.apache.pekko.stream.typed.javadsl.ActorSource
- ActorSource() - Constructor for class org.apache.pekko.stream.typed.scaladsl.ActorSource
- ActorSource$ - Class in org.apache.pekko.stream.typed.javadsl
-
Collection of Sources aimed at integrating with typed Actors.
- ActorSource$ - Class in org.apache.pekko.stream.typed.scaladsl
-
Collection of Sources aimed at integrating with typed Actors.
- ActorSource$() - Constructor for class org.apache.pekko.stream.typed.javadsl.ActorSource$
- ActorSource$() - Constructor for class org.apache.pekko.stream.typed.scaladsl.ActorSource$
- ActorStopped(ActorRef<ActorTestKitGuardian.Ack$>) - Constructor for class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.ActorStopped
- ActorStopped$() - Constructor for class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.ActorStopped$
- ActorSystem - Class in org.apache.pekko.actor
-
An actor system is a hierarchical group of actors which share common configuration, e.g.
- ActorSystem<T> - Class in org.apache.pekko.actor.typed
-
An ActorSystem is home to a hierarchy of Actors.
- ActorSystem() - Constructor for class org.apache.pekko.actor.ActorSystem
- ActorSystem() - Constructor for class org.apache.pekko.actor.typed.ActorSystem
- ActorSystem.Settings - Class in org.apache.pekko.actor
-
Settings are the overall ActorSystem Settings which also provides a convenient access to the Config object.
- ActorSystem.Settings$ - Class in org.apache.pekko.actor
-
INTERNAL API
- ActorSystem$ - Class in org.apache.pekko.actor
- ActorSystem$ - Class in org.apache.pekko.actor.typed
- ActorSystem$() - Constructor for class org.apache.pekko.actor.ActorSystem$
- ActorSystem$() - Constructor for class org.apache.pekko.actor.typed.ActorSystem$
- ActorSystemAccess - Interface in org.apache.pekko.serialization.jackson
-
INTERNAL API
- ActorSystemAccess$ - Class in org.apache.pekko.serialization.jackson
-
INTERNAL API
- ActorSystemAccess$() - Constructor for class org.apache.pekko.serialization.jackson.ActorSystemAccess$
- ActorSystemActivator - Class in org.apache.pekko.osgi
-
Abstract bundle activator implementation to bootstrap and configure an actor system in an OSGi environment.
- ActorSystemActivator() - Constructor for class org.apache.pekko.osgi.ActorSystemActivator
- ActorSystemAdapter$ - Class in org.apache.pekko.actor.typed.internal.adapter
- ActorSystemAdapter$() - Constructor for class org.apache.pekko.actor.typed.internal.adapter.ActorSystemAdapter$
- actorSystemConfig(BundleContext) - Method in class org.apache.pekko.osgi.OsgiActorSystemFactory
-
Strategy method to create the Config for the ActorSystem ensuring that the default/reference configuration is loaded from the pekko-actor bundle.
- actorSystemName(Option<String>) - Method in class org.apache.pekko.osgi.OsgiActorSystemFactory
-
Determine the name for the
pekko.actor.ActorSystem
Returns a default value ofbundle-<bundle id>-ActorSystem
is no name is being specified - ActorSystemSetup - Class in org.apache.pekko.actor.setup
-
A set of setup settings for programmatic configuration of the actor system.
- ActorSystemSetup$ - Class in org.apache.pekko.actor.setup
- ActorSystemSetup$() - Constructor for class org.apache.pekko.actor.setup.ActorSystemSetup$
- ActorSystemStub$ - Class in org.apache.pekko.actor.testkit.typed.internal
- ActorSystemStub$() - Constructor for class org.apache.pekko.actor.testkit.typed.internal.ActorSystemStub$
- actorSystemTerminateReason() - Static method in class org.apache.pekko.actor.CoordinatedShutdown
- actorSystemTerminateReason() - Method in class org.apache.pekko.actor.CoordinatedShutdown$
- ActorSystemTerminateReason$() - Constructor for class org.apache.pekko.actor.CoordinatedShutdown.ActorSystemTerminateReason$
- ActorSystemTerminating$ - Class in org.apache.pekko.remote.artery
- ActorSystemTerminating$() - Constructor for class org.apache.pekko.remote.artery.ActorSystemTerminating$
- ActorSystemTerminatingAck$ - Class in org.apache.pekko.remote.artery
- ActorSystemTerminatingAck$() - Constructor for class org.apache.pekko.remote.artery.ActorSystemTerminatingAck$
- ActorTags - Class in org.apache.pekko.actor.typed
-
Actor tags are used to logically group actors.
- ActorTags() - Constructor for class org.apache.pekko.actor.typed.ActorTags
- ActorTags$ - Class in org.apache.pekko.actor.typed
- ActorTags$() - Constructor for class org.apache.pekko.actor.typed.ActorTags$
- ActorTagsImpl(Set<String>, Props) - Constructor for class org.apache.pekko.actor.typed.internal.PropsImpl.ActorTagsImpl
- ActorTagsImpl$() - Constructor for class org.apache.pekko.actor.typed.internal.PropsImpl.ActorTagsImpl$
- ActorTestKit - Class in org.apache.pekko.actor.testkit.typed.javadsl
-
Java API: Test kit for asynchronous testing of typed actors.
- ActorTestKit - Class in org.apache.pekko.actor.testkit.typed.scaladsl
-
Testkit for asynchronous testing of typed actors, meant for mixing into the test class.
- ActorTestKit$ - Class in org.apache.pekko.actor.testkit.typed.javadsl
- ActorTestKit$ - Class in org.apache.pekko.actor.testkit.typed.scaladsl
- ActorTestKit$() - Constructor for class org.apache.pekko.actor.testkit.typed.javadsl.ActorTestKit$
- ActorTestKit$() - Constructor for class org.apache.pekko.actor.testkit.typed.scaladsl.ActorTestKit$
- ActorTestKitBase - Class in org.apache.pekko.actor.testkit.typed.scaladsl
-
A base class for the
ActorTestKit
, making it possible to have testing framework (e.g. - ActorTestKitBase() - Constructor for class org.apache.pekko.actor.testkit.typed.scaladsl.ActorTestKitBase
- ActorTestKitBase(Config) - Constructor for class org.apache.pekko.actor.testkit.typed.scaladsl.ActorTestKitBase
-
Use a custom config for the actor system.
- ActorTestKitBase(Config, TestKitSettings) - Constructor for class org.apache.pekko.actor.testkit.typed.scaladsl.ActorTestKitBase
-
Use a custom config for the actor system, and a custom
pekko.actor.testkit.typed.TestKitSettings
. - ActorTestKitBase(String) - Constructor for class org.apache.pekko.actor.testkit.typed.scaladsl.ActorTestKitBase
-
Use a custom config for the actor system.
- ActorTestKitBase(ActorTestKit) - Constructor for class org.apache.pekko.actor.testkit.typed.scaladsl.ActorTestKitBase
- ActorTestKitBase$ - Class in org.apache.pekko.actor.testkit.typed.scaladsl
- ActorTestKitBase$() - Constructor for class org.apache.pekko.actor.testkit.typed.scaladsl.ActorTestKitBase$
- ActorTestKitGuardian - Class in org.apache.pekko.actor.testkit.typed.internal
-
INTERNAL API
- ActorTestKitGuardian() - Constructor for class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian
- ActorTestKitGuardian.Ack$ - Class in org.apache.pekko.actor.testkit.typed.internal
- ActorTestKitGuardian.ActorStopped<T> - Class in org.apache.pekko.actor.testkit.typed.internal
- ActorTestKitGuardian.ActorStopped$ - Class in org.apache.pekko.actor.testkit.typed.internal
- ActorTestKitGuardian.SpawnActor<T> - Class in org.apache.pekko.actor.testkit.typed.internal
- ActorTestKitGuardian.SpawnActor$ - Class in org.apache.pekko.actor.testkit.typed.internal
- ActorTestKitGuardian.SpawnActorAnonymous<T> - Class in org.apache.pekko.actor.testkit.typed.internal
- ActorTestKitGuardian.SpawnActorAnonymous$ - Class in org.apache.pekko.actor.testkit.typed.internal
- ActorTestKitGuardian.StopActor<T> - Class in org.apache.pekko.actor.testkit.typed.internal
- ActorTestKitGuardian.StopActor$ - Class in org.apache.pekko.actor.testkit.typed.internal
- ActorTestKitGuardian.TestKitCommand - Interface in org.apache.pekko.actor.testkit.typed.internal
- ActorTestKitGuardian$ - Class in org.apache.pekko.actor.testkit.typed.internal
-
INTERNAL API
- ActorTestKitGuardian$() - Constructor for class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian$
- ActorTransportAdapter - Class in org.apache.pekko.remote.transport
-
Deprecated.Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
- ActorTransportAdapter(Transport, ActorSystem) - Constructor for class org.apache.pekko.remote.transport.ActorTransportAdapter
-
Deprecated.
- ActorTransportAdapter.AssociateUnderlying - Class in org.apache.pekko.remote.transport
-
Deprecated.
- ActorTransportAdapter.AssociateUnderlying$ - Class in org.apache.pekko.remote.transport
-
Deprecated.
- ActorTransportAdapter.DisassociateUnderlying - Class in org.apache.pekko.remote.transport
-
Deprecated.
- ActorTransportAdapter.DisassociateUnderlying$ - Class in org.apache.pekko.remote.transport
-
Deprecated.
- ActorTransportAdapter.ListenerRegistered - Class in org.apache.pekko.remote.transport
-
Deprecated.
- ActorTransportAdapter.ListenerRegistered$ - Class in org.apache.pekko.remote.transport
-
Deprecated.
- ActorTransportAdapter.ListenUnderlying - Class in org.apache.pekko.remote.transport
-
Deprecated.
- ActorTransportAdapter.ListenUnderlying$ - Class in org.apache.pekko.remote.transport
-
Deprecated.
- ActorTransportAdapter.TransportOperation - Interface in org.apache.pekko.remote.transport
-
Deprecated.
- ActorTransportAdapter$ - Class in org.apache.pekko.remote.transport
-
Deprecated.Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
- ActorTransportAdapter$() - Constructor for class org.apache.pekko.remote.transport.ActorTransportAdapter$
-
Deprecated.
- ActorTransportAdapterManager - Class in org.apache.pekko.remote.transport
-
Deprecated.Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
- ActorTransportAdapterManager() - Constructor for class org.apache.pekko.remote.transport.ActorTransportAdapterManager
-
Deprecated.
- ActorWithLogClass$ - Class in org.apache.pekko.event
- ActorWithLogClass$() - Constructor for class org.apache.pekko.event.ActorWithLogClass$
- adapt() - Method in class org.apache.pekko.actor.testkit.typed.Effect.MessageAdapter
- adaptedEvent() - Method in class org.apache.pekko.persistence.typed.internal.JournalInteractions.EventToPersist
- Adapter - Class in org.apache.pekko.actor.typed.javadsl
-
Adapters between typed and classic actors and actor systems.
- Adapter() - Constructor for class org.apache.pekko.actor.typed.javadsl.Adapter
- Adapter$ - Class in org.apache.pekko.actor.typed.javadsl
-
Adapters between typed and classic actors and actor systems.
- Adapter$() - Constructor for class org.apache.pekko.actor.typed.javadsl.Adapter$
- AdapterClusterImpl$ - Class in org.apache.pekko.cluster.typed.internal
-
INTERNAL API:
- AdapterClusterImpl$() - Constructor for class org.apache.pekko.cluster.typed.internal.AdapterClusterImpl$
- AdapterExtension$ - Class in org.apache.pekko.actor.typed.internal.adapter
-
Internal API
- AdapterExtension$() - Constructor for class org.apache.pekko.actor.typed.internal.adapter.AdapterExtension$
- Adapters() - Method in class org.apache.pekko.remote.RemoteSettings
-
Deprecated.Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
- adaptersFor(String) - Method in class org.apache.pekko.persistence.Persistence
-
Returns an
pekko.persistence.journal.EventAdapters
object which serves as a per-journal collection of bound event adapters. - adaptersFor(String, Config) - Method in class org.apache.pekko.persistence.Persistence
-
Returns an
pekko.persistence.journal.EventAdapters
object which serves as a per-journal collection of bound event adapters. - adaptFromJournal(PersistentRepr) - Method in interface org.apache.pekko.persistence.journal.WriteJournalBase
-
INTERNAL API
- adaptFunction() - Method in class org.apache.pekko.actor.testkit.typed.Effect.MessageAdapter
-
JAVA API
- AdaptiveLoadBalancingGroup - Class in org.apache.pekko.cluster.metrics
-
A router group that performs load balancing of messages to cluster nodes based on cluster metric data.
- AdaptiveLoadBalancingGroup(Config, DynamicAccess) - Constructor for class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingGroup
- AdaptiveLoadBalancingGroup(MetricsSelector, Iterable<String>) - Constructor for class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingGroup
-
Java API
- AdaptiveLoadBalancingGroup(MetricsSelector, Iterable<String>, String) - Constructor for class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingGroup
- AdaptiveLoadBalancingGroup$ - Class in org.apache.pekko.cluster.metrics
- AdaptiveLoadBalancingGroup$() - Constructor for class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingGroup$
- AdaptiveLoadBalancingPool - Class in org.apache.pekko.cluster.metrics
-
A router pool that performs load balancing of messages to cluster nodes based on cluster metric data.
- AdaptiveLoadBalancingPool(Config, DynamicAccess) - Constructor for class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingPool
- AdaptiveLoadBalancingPool(MetricsSelector, int) - Constructor for class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingPool
-
Java API
- AdaptiveLoadBalancingPool(MetricsSelector, int, SupervisorStrategy, String, boolean) - Constructor for class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingPool
- AdaptiveLoadBalancingPool$ - Class in org.apache.pekko.cluster.metrics
- AdaptiveLoadBalancingPool$() - Constructor for class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingPool$
- adaptiveLoadBalancingPoolFromBinary(byte[]) - Method in class org.apache.pekko.cluster.metrics.protobuf.MessageSerializer
- adaptiveLoadBalancingPoolToBinary(AdaptiveLoadBalancingPool) - Method in class org.apache.pekko.cluster.metrics.protobuf.MessageSerializer
- AdaptiveLoadBalancingRoutingLogic - Class in org.apache.pekko.cluster.metrics
-
Load balancing of messages to cluster nodes based on cluster metric data.
- AdaptiveLoadBalancingRoutingLogic(ActorSystem, MetricsSelector) - Constructor for class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingRoutingLogic
- AdaptiveLoadBalancingRoutingLogic$ - Class in org.apache.pekko.cluster.metrics
- AdaptiveLoadBalancingRoutingLogic$() - Constructor for class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingRoutingLogic$
- AdaptMessage$ - Class in org.apache.pekko.actor.typed.internal
- AdaptMessage$() - Constructor for class org.apache.pekko.actor.typed.internal.AdaptMessage$
- adaptToJournal(PersistentRepr) - Method in interface org.apache.pekko.persistence.journal.WriteJournalBase
-
INTERNAL API
- AdaptWithRegisteredMessageAdapter$ - Class in org.apache.pekko.actor.typed.internal
- AdaptWithRegisteredMessageAdapter$() - Constructor for class org.apache.pekko.actor.typed.internal.AdaptWithRegisteredMessageAdapter$
- add(A) - Method in class org.apache.pekko.cluster.ddata.GSet
-
Adds an element to the set
- add(A) - Method in class org.apache.pekko.persistence.typed.crdt.ORSet
-
Adds an element to the set
- add(A, B) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatorMessageSerializer.SmallCache
-
Add entry to the cache.
- add(I) - Method in class org.apache.pekko.util.MessageBufferMap
-
Add an id to the buffer map
- add(String, ChildRestartStats) - Method in interface org.apache.pekko.actor.dungeon.ChildrenContainer
- add(String, ChildRestartStats) - Method in interface org.apache.pekko.actor.dungeon.ChildrenContainer.EmptyChildrenContainer
- add(String, ChildRestartStats) - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.NormalChildrenContainer
- add(String, ChildRestartStats) - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.TerminatedChildrenContainer$
- add(String, ChildRestartStats) - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.TerminatingChildrenContainer
- add(K, R) - Method in interface org.apache.pekko.persistence.testkit.internal.InMemStorage
- add(K, Seq<R>) - Method in interface org.apache.pekko.persistence.testkit.internal.InMemStorage
-
Adds elements ordered by seqnum, sets new seqnum as max(old, max(newElemsSeqNums)))
- add(Cluster, A) - Method in class org.apache.pekko.cluster.ddata.ORSet
-
Deprecated.Use `add` that takes a `SelfUniqueAddress` parameter instead. Since Akka 2.5.20.
- add(SelfUniqueAddress, A) - Method in class org.apache.pekko.cluster.ddata.ORSet
-
Adds an element to the set.
- add(Member) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestChangedBuffer
- add(Member) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonProxy
-
Adds new member if it has the right role.
- add(PersistentRepr) - Method in interface org.apache.pekko.persistence.journal.inmem.InmemMessages
- add(Graph<S, ?>) - Method in class org.apache.pekko.stream.javadsl.GraphDSL.Builder
-
Import a graph into this module, performing a deep copy, discarding its materialized value and returning the copied Ports that are now to be connected.
- add(Seq<PersistentRepr>) - Method in interface org.apache.pekko.persistence.testkit.EventStorage
- add(Tuple2<A, B>) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatorMessageSerializer.SmallCache
- add(T) - Method in class org.apache.pekko.dispatch.AbstractBoundedNodeQueue
- add(T) - Method in class org.apache.pekko.dispatch.AbstractNodeQueue
-
Add an element to the head of the queue.
- add(T) - Method in class org.apache.pekko.routing.ConsistentHash
-
Java API: Adds a node to the node ring.
- Add - org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaOp
-
Add = 0;
- Add - org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaOp
-
Add = 0;
- Add_VALUE - Static variable in enum org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaOp
-
Add = 0;
- Add_VALUE - Static variable in enum org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaOp
-
Add = 0;
- addActorRefElements(String) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet.Builder
-
added in Akka 2.5.14
- addActorRefElements(String) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
added in Akka 2.5.14
- addActorRefElementsBytes(ByteString) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet.Builder
-
added in Akka 2.5.14
- addActorRefElementsBytes(ByteString) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
added in Akka 2.5.14
- addActorTerminationTask(String, String, ActorRef, Optional<Object>) - Method in class org.apache.pekko.actor.CoordinatedShutdown
-
Java API: Add an actor termination task to a phase.
- addActorTerminationTask(String, String, ActorRef, Option<Object>) - Method in class org.apache.pekko.actor.CoordinatedShutdown
-
Scala API: Add an actor termination task to a phase.
- addAkkaConfig(Config, String) - Static method in class org.apache.pekko.cluster.ConfigUtil
- addAkkaConfig(Config, String) - Method in class org.apache.pekko.cluster.ConfigUtil$
- addAll(Set<A>) - Method in class org.apache.pekko.persistence.typed.crdt.ORSet
-
Java API: Add several elements to the set.
- addAll(ByteString) - Method in class org.apache.pekko.util.ByteStringBuilder
- addAll(Set<A>) - Method in class org.apache.pekko.persistence.typed.crdt.ORSet
-
Scala API: Add several elements to the set.
- addAll(IterableOnce<Object>) - Method in class org.apache.pekko.util.ByteStringBuilder
- addAllActorRefElements(Iterable<String>) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet.Builder
-
added in Akka 2.5.14
- addAllActorRefElements(Iterable<String>) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
added in Akka 2.5.14
- addAllAddresses(int, ClusterMetricsMessages.Address) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.Builder
-
repeated .Address allAddresses = 1;
- addAllAddresses(int, ClusterMetricsMessages.Address.Builder) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.Builder
-
repeated .Address allAddresses = 1;
- addAllAddresses(int, ClusterMessages.UniqueAddress) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated .UniqueAddress allAddresses = 1;
- addAllAddresses(int, ClusterMessages.UniqueAddress.Builder) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated .UniqueAddress allAddresses = 1;
- addAllAddresses(ClusterMetricsMessages.Address) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.Builder
-
repeated .Address allAddresses = 1;
- addAllAddresses(ClusterMetricsMessages.Address.Builder) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.Builder
-
repeated .Address allAddresses = 1;
- addAllAddresses(ClusterMessages.UniqueAddress) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated .UniqueAddress allAddresses = 1;
- addAllAddresses(ClusterMessages.UniqueAddress.Builder) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated .UniqueAddress allAddresses = 1;
- addAllAddressesBuilder() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.Builder
-
repeated .Address allAddresses = 1;
- addAllAddressesBuilder() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated .UniqueAddress allAddresses = 1;
- addAllAddressesBuilder(int) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.Builder
-
repeated .Address allAddresses = 1;
- addAllAddressesBuilder(int) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated .UniqueAddress allAddresses = 1;
- addAllAllAddresses(Iterable<? extends ClusterMetricsMessages.Address>) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.Builder
-
repeated .Address allAddresses = 1;
- addAllAllAddresses(Iterable<? extends ClusterMessages.UniqueAddress>) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated .UniqueAddress allAddresses = 1;
- addAllAllAppVersions(Iterable<String>) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated string allAppVersions = 8;
- addAllAllHashes(Iterable<String>) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated string allHashes = 3;
- addAllAllHashes(Iterable<String>) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus.Builder
-
repeated string allHashes = 2;
- addAllAllMetricNames(Iterable<String>) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.Builder
-
repeated string allMetricNames = 2;
- addAllAllRoles(Iterable<String>) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated string allRoles = 2;
- addAllAppVersions(String) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated string allAppVersions = 8;
- addAllAppVersionsBytes(ByteString) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated string allAppVersions = 8;
- addAllArgs(Iterable<? extends ByteString>) - Method in class org.apache.pekko.remote.WireFormats.PropsData.Builder
-
repeated bytes args = 4;
- addAllBuckets(Iterable<? extends DistributedPubSubMessages.Delta.Bucket>) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Builder
-
repeated .Delta.Bucket buckets = 1;
- addAllConfirmed(Iterable<? extends ReliableDelivery.Confirmed>) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State.Builder
-
repeated .org.apache.pekko.cluster.typed.delivery.Confirmed confirmed = 3;
- addAllContactPoints(Iterable<String>) - Method in class org.apache.pekko.cluster.client.protobuf.msg.ClusterClientMessages.Contacts.Builder
-
repeated string contactPoints = 1;
- addAllContent(Iterable<? extends DistributedPubSubMessages.Delta.Entry>) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket.Builder
-
repeated .Delta.Entry content = 3;
- addAllDots(Iterable<? extends ReplicatorMessages.VersionVector>) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
repeated .org.apache.pekko.cluster.ddata.VersionVector dots = 2;
- addAllDots(Iterable<? extends ReplicatedEventSourcing.VersionVector>) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
-
repeated .VersionVector dots = 3;
- addAllElements(Iterable<String>) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSet.Builder
-
repeated string elements = 1;
- addAllEntities(Iterable<String>) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityState.Builder
-
repeated string entities = 1;
- addAllEntityId(Iterable<String>) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStarted.Builder
-
repeated string entityId = 1;
- addAllEntityId(Iterable<String>) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStopped.Builder
-
repeated string entityId = 1;
- addAllEntityIds(Iterable<String>) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardState.Builder
-
repeated string entityIds = 2;
- addAllEntityIds(Iterable<String>) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardState.Builder
-
repeated string entityIds = 2;
- addAllEntries(Iterable<? extends ReplicatedDataMessages.GCounter.Entry>) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Builder
-
repeated .org.apache.pekko.cluster.ddata.GCounter.Entry entries = 1;
- addAllEntries(Iterable<? extends ReplicatedDataMessages.LWWMap.Entry>) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Builder
-
repeated .org.apache.pekko.cluster.ddata.LWWMap.Entry entries = 2;
- addAllEntries(Iterable<? extends ReplicatedDataMessages.ORMap.Entry>) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Builder
-
repeated .org.apache.pekko.cluster.ddata.ORMap.Entry entries = 2;
- addAllEntries(Iterable<? extends ReplicatedDataMessages.ORMapDeltaGroup.Entry>) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Builder
-
repeated .org.apache.pekko.cluster.ddata.ORMapDeltaGroup.Entry entries = 1;
- addAllEntries(Iterable<? extends ReplicatedDataMessages.ORMultiMap.Entry>) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Builder
-
repeated .org.apache.pekko.cluster.ddata.ORMultiMap.Entry entries = 2;
- addAllEntries(Iterable<? extends ReplicatedDataMessages.ORSetDeltaGroup.Entry>) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Builder
-
repeated .org.apache.pekko.cluster.ddata.ORSetDeltaGroup.Entry entries = 1;
- addAllEntries(Iterable<? extends ReplicatedDataMessages.PNCounterMap.Entry>) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Builder
-
repeated .org.apache.pekko.cluster.ddata.PNCounterMap.Entry entries = 2;
- addAllEntries(Iterable<? extends ReplicatorMessages.DeltaPropagation.Entry>) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Builder
-
repeated .org.apache.pekko.cluster.ddata.DeltaPropagation.Entry entries = 2;
- addAllEntries(Iterable<? extends ReplicatorMessages.Gossip.Entry>) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Builder
-
repeated .org.apache.pekko.cluster.ddata.Gossip.Entry entries = 2;
- addAllEntries(Iterable<? extends ReplicatorMessages.Status.Entry>) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Builder
-
repeated .org.apache.pekko.cluster.ddata.Status.Entry entries = 3;
- addAllEntries(Iterable<? extends ReplicatorMessages.VersionVector.Entry>) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Builder
-
repeated .org.apache.pekko.cluster.ddata.VersionVector.Entry entries = 1;
- addAllEntries(Iterable<? extends ReplicatedEventSourcing.ORSetDeltaGroup.Entry>) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Builder
-
repeated .ORSetDeltaGroup.Entry entries = 1;
- addAllEntries(Iterable<? extends ReplicatedEventSourcing.VersionVector.Entry>) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Builder
-
repeated .VersionVector.Entry entries = 1;
- addAllEntryData(Iterable<? extends ReplicatedDataMessages.ORMapDeltaGroup.MapEntry>) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry.Builder
-
repeated .org.apache.pekko.cluster.ddata.ORMapDeltaGroup.MapEntry entryData = 4;
- addAllFailed(Iterable<String>) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionState.Builder
-
repeated string failed = 2;
- addAllFailed(Iterable<String>) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats.Builder
-
repeated string failed = 2;
- addAllHashes(String) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated string allHashes = 3;
- addAllHashes(String) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus.Builder
-
repeated string allHashes = 2;
- addAllHashesBytes(ByteString) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated string allHashes = 3;
- addAllHashesBytes(ByteString) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus.Builder
-
repeated string allHashes = 2;
- addAllHasManifest(Iterable<? extends Boolean>) - Method in class org.apache.pekko.remote.WireFormats.PropsData.Builder
-
additionally a flag per position to indicate if it was serialized with manifest or not
- addAllHomes(Iterable<? extends ClusterShardingMessages.ShardHomesEntry>) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomes.Builder
-
repeated .ShardHomesEntry homes = 1;
- addAllIntElements(Iterable<? extends Integer>) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet.Builder
-
repeated sint32 intElements = 2 [packed = true];
- addAllIntElements(Iterable<? extends Integer>) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
repeated sint32 intElements = 4 [packed = true];
- addAllIntElements(Iterable<? extends Integer>) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
-
repeated sint32 intElements = 5 [packed = true];
- addAllKeys(Iterable<String>) - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement.Builder
-
actual Map is represented by separate sequences of keys and values, relies on both sequences using the same order so that corresponding entries can be associated again when deserializing
- addAllLongElements(Iterable<? extends Long>) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet.Builder
-
repeated sint64 longElements = 3 [packed = true];
- addAllLongElements(Iterable<? extends Long>) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
repeated sint64 longElements = 5 [packed = true];
- addAllLongElements(Iterable<? extends Long>) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
-
repeated sint64 longElements = 6 [packed = true];
- addAllManifests(Iterable<String>) - Method in class org.apache.pekko.remote.WireFormats.PropsData.Builder
-
serialized props parameters older wire protocol: contains class name for each arg newer wire protocol: contains string manifest for each arg
- addAllMembers(Iterable<? extends ClusterMessages.Member>) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated .Member members = 4;
- addAllMetricNames(String) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.Builder
-
repeated string allMetricNames = 2;
- addAllMetricNamesBytes(ByteString) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.Builder
-
repeated string allMetricNames = 2;
- addAllMetrics(Iterable<? extends ClusterMetricsMessages.NodeMetrics.Metric>) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Builder
-
repeated .NodeMetrics.Metric metrics = 3;
- addAllNacks(Iterable<? extends Long>) - Method in class org.apache.pekko.remote.WireFormats.AcknowledgementInfo.Builder
-
repeated fixed64 nacks = 2;
- addAllNodeMetrics(Iterable<? extends ClusterMetricsMessages.NodeMetrics>) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.Builder
-
repeated .NodeMetrics nodeMetrics = 3;
- addAllNodes(Iterable<? extends WireFormats.AddressData>) - Method in class org.apache.pekko.remote.WireFormats.RemoteRouterConfig.Builder
-
repeated .AddressData nodes = 2;
- addAllObserverReachability(Iterable<? extends ClusterMessages.ObserverReachability>) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOverview.Builder
-
repeated .ObserverReachability observerReachability = 2;
- addAllOtherElements(Iterable<? extends ReplicatorMessages.OtherMessage>) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet.Builder
-
repeated .org.apache.pekko.cluster.ddata.OtherMessage otherElements = 4;
- addAllOtherElements(Iterable<? extends ReplicatorMessages.OtherMessage>) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
repeated .org.apache.pekko.cluster.ddata.OtherMessage otherElements = 6;
- addAllOtherElements(Iterable<? extends ContainerFormats.Payload>) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
-
repeated .Payload otherElements = 7;
- addAllPattern(Iterable<? extends ContainerFormats.Selection>) - Method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope.Builder
-
repeated .Selection pattern = 3;
- addAllPayload(Iterable<? extends MessageFormats.PersistentMessage>) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtomicWrite.Builder
-
repeated .PersistentMessage payload = 1;
- addAllPersistenceIdsSubscriber(ActorRef) - Method in interface org.apache.pekko.persistence.journal.leveldb.LeveldbStore
- addAllPruning(Iterable<? extends ReplicatorMessages.DataEnvelope.PruningEntry>) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.Builder
-
repeated .org.apache.pekko.cluster.ddata.DataEnvelope.PruningEntry pruning = 2;
- addAllPruning(Iterable<? extends ReplicatorMessages.DataEnvelope.PruningEntry>) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelope.Builder
-
repeated .org.apache.pekko.cluster.ddata.DataEnvelope.PruningEntry pruning = 2;
- addAllQualifiers(Iterable<String>) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Cleanup.Builder
-
repeated string qualifiers = 1;
- addAllRegionProxies(Iterable<String>) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.Builder
-
repeated string regionProxies = 3;
- addAllRegions(Iterable<? extends ClusterShardingMessages.Address>) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentRegions.Builder
-
repeated .Address regions = 1;
- addAllRegions(Iterable<String>) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.Builder
-
repeated string regions = 2;
- addAllRoles(Iterable<String>) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Join.Builder
-
repeated string roles = 2;
- addAllRoles(String) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated string allRoles = 2;
- addAllRolesBytes(ByteString) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated string allRoles = 2;
- addAllRolesIndexes(Iterable<? extends Integer>) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Member.Builder
-
repeated int32 rolesIndexes = 4 [packed = true];
- addAllSeen(Iterable<? extends Integer>) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOverview.Builder
-
This is the address indexes for the nodes that have seen this gossip
- addAllSeen(Iterable<? extends ReplicatorMessages.Address>) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry.Builder
-
repeated .org.apache.pekko.cluster.ddata.Address seen = 4;
- addAllSeenPerReplica(Iterable<? extends ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Seen>) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Builder
-
repeated .ReplicatedSnapshotMetadata.Seen seenPerReplica = 2;
- addAllSelectors(Iterable<? extends ClusterMetricsMessages.MetricsSelector>) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MixMetricsSelector.Builder
-
repeated .MetricsSelector selectors = 1;
- addAllSerializerIds(Iterable<? extends Integer>) - Method in class org.apache.pekko.remote.WireFormats.PropsData.Builder
-
newer wire protocol: serializer id for each arg
- addAllShard(Iterable<String>) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomesEntry.Builder
-
repeated string shard = 2;
- addAllShardId(Iterable<String>) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.RememberedShardState.Builder
-
repeated string shardId = 1;
- addAllShards(Iterable<? extends ClusterShardingMessages.CoordinatorState.ShardEntry>) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.Builder
-
repeated .CoordinatorState.ShardEntry shards = 1;
- addAllShards(Iterable<? extends ClusterShardingMessages.ShardState>) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionState.Builder
-
repeated .ShardState shards = 1;
- addAllStackTrace(Iterable<? extends ContainerFormats.StackTraceElement>) - Method in class org.apache.pekko.remote.ContainerFormats.Throwable.Builder
-
repeated .StackTraceElement stackTrace = 4;
- addAllStats(Iterable<? extends ClusterShardingMessages.ClusterShardingStatsEntry>) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStats.Builder
-
repeated .ClusterShardingStatsEntry stats = 1;
- addAllStats(Iterable<? extends ClusterShardingMessages.MapFieldEntry>) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats.Builder
-
repeated .MapFieldEntry stats = 1;
- addAllStringElements(Iterable<String>) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet.Builder
-
repeated string stringElements = 1;
- addAllStringElements(Iterable<String>) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
repeated string stringElements = 3;
- addAllStringElements(Iterable<String>) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
-
repeated string stringElements = 4;
- addAllSubjectReachability(Iterable<? extends ClusterMessages.SubjectReachability>) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachability.Builder
-
repeated .SubjectReachability subjectReachability = 2;
- addAllTags(Iterable<String>) - Method in class org.apache.pekko.remote.WireFormats.DeployData.Builder
-
repeated string tags = 12;
- addAllTombstones(Iterable<? extends ClusterMessages.Tombstone>) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated .Tombstone tombstones = 7;
- addAllUnallocatedShards(Iterable<String>) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.Builder
-
repeated string unallocatedShards = 4;
- addAllUnconfirmed(Iterable<? extends ReliableDelivery.MessageSent>) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State.Builder
-
repeated .org.apache.pekko.cluster.typed.delivery.MessageSent unconfirmed = 4;
- addAllUnconfirmedDeliveries(Iterable<? extends MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery>) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.Builder
-
repeated .AtLeastOnceDeliverySnapshot.UnconfirmedDelivery unconfirmedDeliveries = 2;
- addAllUseRoles(Iterable<String>) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings.Builder
-
repeated string useRoles = 5;
- addAllValues(Iterable<? extends Integer>) - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement.Builder
-
repeated uint32 values = 5;
- addAllVersions(Iterable<? extends ClusterMessages.VectorClock.Version>) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Builder
-
repeated .VectorClock.Version versions = 2;
- addAllVersions(Iterable<? extends DistributedPubSubMessages.Status.Version>) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Builder
-
repeated .Status.Version versions = 1;
- addAny(String, Object) - Method in interface org.apache.pekko.persistence.testkit.EventStorage
- addAny(String, Seq<Object>) - Method in interface org.apache.pekko.persistence.testkit.EventStorage
- addArgs(ByteString) - Method in class org.apache.pekko.remote.WireFormats.PropsData.Builder
-
repeated bytes args = 4;
- addAttributes(Attributes) - Method in interface org.apache.pekko.stream.Graph
-
Add the given attributes to this
Graph
. - addAttributes(Attributes) - Method in class org.apache.pekko.stream.javadsl.BidiFlow
-
Add the given attributes to this Source.
- addAttributes(Attributes) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Add the given attributes to this
Flow
. - addAttributes(Attributes) - Method in class org.apache.pekko.stream.javadsl.RunnableGraph
- addAttributes(Attributes) - Method in class org.apache.pekko.stream.javadsl.Sink
-
Add the given attributes to this
Sink
. - addAttributes(Attributes) - Method in class org.apache.pekko.stream.javadsl.Source
-
Add the given attributes to this
Source
. - addAttributes(Attributes) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Add the given attributes to this Source.
- addAttributes(Attributes) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Add the given attributes to this Source.
- addAttributes(Attributes) - Method in class org.apache.pekko.stream.scaladsl.BidiFlow
-
Add the given attributes to this Source.
- addAttributes(Attributes) - Method in class org.apache.pekko.stream.scaladsl.Flow
-
Add the given attributes to this
Flow
. - addAttributes(Attributes) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
- addAttributes(Attributes) - Method in class org.apache.pekko.stream.scaladsl.RunnableGraph
- addAttributes(Attributes) - Method in class org.apache.pekko.stream.scaladsl.Sink
-
Add the given attributes to this
Sink
. - addAttributes(Attributes) - Method in class org.apache.pekko.stream.scaladsl.Source
-
Add the given attributes to this Source.
- addBinding(A, B, Cluster) - Method in class org.apache.pekko.cluster.ddata.ORMultiMap
-
Deprecated.Use `addBinding` that takes a `SelfUniqueAddress` parameter instead. Since Akka 2.5.20.
- addBinding(Cluster, A, B) - Method in class org.apache.pekko.cluster.ddata.ORMultiMap
-
Deprecated.Use `addBinding` that takes a `SelfUniqueAddress` parameter instead. Since Akka 2.5.20.
- addBinding(SelfUniqueAddress, A, B) - Method in class org.apache.pekko.cluster.ddata.ORMultiMap
-
Add an element to a set associated with a key.
- addBinding$extension(ServiceRegistry, ServiceKey<T>, ClusterReceptionist.Entry, SelfUniqueAddress) - Method in class org.apache.pekko.cluster.typed.internal.receptionist.ServiceRegistry$
- addBindingBy(A, B, SelfUniqueAddress) - Method in class org.apache.pekko.cluster.ddata.ORMultiMap
- addBuckets(int, DistributedPubSubMessages.Delta.Bucket) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Builder
-
repeated .Delta.Bucket buckets = 1;
- addBuckets(int, DistributedPubSubMessages.Delta.Bucket.Builder) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Builder
-
repeated .Delta.Bucket buckets = 1;
- addBuckets(DistributedPubSubMessages.Delta.Bucket) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Builder
-
repeated .Delta.Bucket buckets = 1;
- addBuckets(DistributedPubSubMessages.Delta.Bucket.Builder) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Builder
-
repeated .Delta.Bucket buckets = 1;
- addBucketsBuilder() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Builder
-
repeated .Delta.Bucket buckets = 1;
- addBucketsBuilder(int) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Builder
-
repeated .Delta.Bucket buckets = 1;
- addCancellableJvmShutdownHook(Runnable) - Method in class org.apache.pekko.actor.CoordinatedShutdown
-
Java API: Add a JVM shutdown hook that will be run when the JVM process begins its shutdown sequence.
- addCancellableJvmShutdownHook(Function0<T>) - Method in class org.apache.pekko.actor.CoordinatedShutdown
-
Scala API: Add a JVM shutdown hook that will be run when the JVM process begins its shutdown sequence.
- addCancellableTask(String, String, Supplier<CompletionStage<Done>>) - Method in class org.apache.pekko.actor.CoordinatedShutdown
-
Java API: Add a task to a phase, returning an object which will cancel it on demand and remove it from the task pool (so long as the same task has not been added elsewhere).
- addCancellableTask(String, String, Function0<Future<Done>>) - Method in class org.apache.pekko.actor.CoordinatedShutdown
-
Scala API: Add a task to a phase, returning an object which will cancel it on demand and remove it from the task pool (so long as the same task has not been added elsewhere).
- addConfirmed(int, ReliableDelivery.Confirmed) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State.Builder
-
repeated .org.apache.pekko.cluster.typed.delivery.Confirmed confirmed = 3;
- addConfirmed(int, ReliableDelivery.Confirmed.Builder) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State.Builder
-
repeated .org.apache.pekko.cluster.typed.delivery.Confirmed confirmed = 3;
- addConfirmed(ReliableDelivery.Confirmed) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State.Builder
-
repeated .org.apache.pekko.cluster.typed.delivery.Confirmed confirmed = 3;
- addConfirmed(ReliableDelivery.Confirmed.Builder) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State.Builder
-
repeated .org.apache.pekko.cluster.typed.delivery.Confirmed confirmed = 3;
- addConfirmedBuilder() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State.Builder
-
repeated .org.apache.pekko.cluster.typed.delivery.Confirmed confirmed = 3;
- addConfirmedBuilder(int) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State.Builder
-
repeated .org.apache.pekko.cluster.typed.delivery.Confirmed confirmed = 3;
- addContactPoints(String) - Method in class org.apache.pekko.cluster.client.protobuf.msg.ClusterClientMessages.Contacts.Builder
-
repeated string contactPoints = 1;
- addContactPointsBytes(ByteString) - Method in class org.apache.pekko.cluster.client.protobuf.msg.ClusterClientMessages.Contacts.Builder
-
repeated string contactPoints = 1;
- addContent(int, DistributedPubSubMessages.Delta.Entry) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket.Builder
-
repeated .Delta.Entry content = 3;
- addContent(int, DistributedPubSubMessages.Delta.Entry.Builder) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket.Builder
-
repeated .Delta.Entry content = 3;
- addContent(DistributedPubSubMessages.Delta.Entry) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket.Builder
-
repeated .Delta.Entry content = 3;
- addContent(DistributedPubSubMessages.Delta.Entry.Builder) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket.Builder
-
repeated .Delta.Entry content = 3;
- addContentBuilder() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket.Builder
-
repeated .Delta.Entry content = 3;
- addContentBuilder(int) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket.Builder
-
repeated .Delta.Entry content = 3;
- AddDeltaOp$() - Constructor for class org.apache.pekko.cluster.ddata.ORSet.AddDeltaOp$
- AddDeltaOp$() - Constructor for class org.apache.pekko.persistence.typed.crdt.ORSet.AddDeltaOp$
- addDots(int, ReplicatorMessages.VersionVector) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
repeated .org.apache.pekko.cluster.ddata.VersionVector dots = 2;
- addDots(int, ReplicatorMessages.VersionVector.Builder) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
repeated .org.apache.pekko.cluster.ddata.VersionVector dots = 2;
- addDots(int, ReplicatedEventSourcing.VersionVector) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
-
repeated .VersionVector dots = 3;
- addDots(int, ReplicatedEventSourcing.VersionVector.Builder) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
-
repeated .VersionVector dots = 3;
- addDots(ReplicatorMessages.VersionVector) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
repeated .org.apache.pekko.cluster.ddata.VersionVector dots = 2;
- addDots(ReplicatorMessages.VersionVector.Builder) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
repeated .org.apache.pekko.cluster.ddata.VersionVector dots = 2;
- addDots(ReplicatedEventSourcing.VersionVector) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
-
repeated .VersionVector dots = 3;
- addDots(ReplicatedEventSourcing.VersionVector.Builder) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
-
repeated .VersionVector dots = 3;
- addDotsBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
repeated .org.apache.pekko.cluster.ddata.VersionVector dots = 2;
- addDotsBuilder() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
-
repeated .VersionVector dots = 3;
- addDotsBuilder(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
repeated .org.apache.pekko.cluster.ddata.VersionVector dots = 2;
- addDotsBuilder(int) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
-
repeated .VersionVector dots = 3;
- addedSchemeIdentifier() - Method in class org.apache.pekko.remote.transport.AbstractTransportAdapterHandle
-
Deprecated.
- addedSchemeIdentifier() - Method in interface org.apache.pekko.remote.transport.SchemeAugmenter
-
Deprecated.
- addedSchemeIdentifier() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter
-
Deprecated.
- addElements(String) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSet.Builder
-
repeated string elements = 1;
- addElementsBytes(ByteString) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSet.Builder
-
repeated string elements = 1;
- addEntities(String) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityState.Builder
-
repeated string entities = 1;
- addEntitiesBytes(ByteString) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityState.Builder
-
repeated string entities = 1;
- addEntityId(String) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStarted.Builder
-
repeated string entityId = 1;
- addEntityId(String) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStopped.Builder
-
repeated string entityId = 1;
- addEntityIdBytes(ByteString) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStarted.Builder
-
repeated string entityId = 1;
- addEntityIdBytes(ByteString) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStopped.Builder
-
repeated string entityId = 1;
- addEntityIds(String) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardState.Builder
-
repeated string entityIds = 2;
- addEntityIds(String) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardState.Builder
-
repeated string entityIds = 2;
- addEntityIdsBytes(ByteString) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardState.Builder
-
repeated string entityIds = 2;
- addEntityIdsBytes(ByteString) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardState.Builder
-
repeated string entityIds = 2;
- addEntries(int, ReplicatedDataMessages.GCounter.Entry) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Builder
-
repeated .org.apache.pekko.cluster.ddata.GCounter.Entry entries = 1;
- addEntries(int, ReplicatedDataMessages.GCounter.Entry.Builder) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Builder
-
repeated .org.apache.pekko.cluster.ddata.GCounter.Entry entries = 1;
- addEntries(int, ReplicatedDataMessages.LWWMap.Entry) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Builder
-
repeated .org.apache.pekko.cluster.ddata.LWWMap.Entry entries = 2;
- addEntries(int, ReplicatedDataMessages.LWWMap.Entry.Builder) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Builder
-
repeated .org.apache.pekko.cluster.ddata.LWWMap.Entry entries = 2;
- addEntries(int, ReplicatedDataMessages.ORMap.Entry) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Builder
-
repeated .org.apache.pekko.cluster.ddata.ORMap.Entry entries = 2;
- addEntries(int, ReplicatedDataMessages.ORMap.Entry.Builder) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Builder
-
repeated .org.apache.pekko.cluster.ddata.ORMap.Entry entries = 2;
- addEntries(int, ReplicatedDataMessages.ORMapDeltaGroup.Entry) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Builder
-
repeated .org.apache.pekko.cluster.ddata.ORMapDeltaGroup.Entry entries = 1;
- addEntries(int, ReplicatedDataMessages.ORMapDeltaGroup.Entry.Builder) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Builder
-
repeated .org.apache.pekko.cluster.ddata.ORMapDeltaGroup.Entry entries = 1;
- addEntries(int, ReplicatedDataMessages.ORMultiMap.Entry) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Builder
-
repeated .org.apache.pekko.cluster.ddata.ORMultiMap.Entry entries = 2;
- addEntries(int, ReplicatedDataMessages.ORMultiMap.Entry.Builder) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Builder
-
repeated .org.apache.pekko.cluster.ddata.ORMultiMap.Entry entries = 2;
- addEntries(int, ReplicatedDataMessages.ORSetDeltaGroup.Entry) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Builder
-
repeated .org.apache.pekko.cluster.ddata.ORSetDeltaGroup.Entry entries = 1;
- addEntries(int, ReplicatedDataMessages.ORSetDeltaGroup.Entry.Builder) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Builder
-
repeated .org.apache.pekko.cluster.ddata.ORSetDeltaGroup.Entry entries = 1;
- addEntries(int, ReplicatedDataMessages.PNCounterMap.Entry) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Builder
-
repeated .org.apache.pekko.cluster.ddata.PNCounterMap.Entry entries = 2;
- addEntries(int, ReplicatedDataMessages.PNCounterMap.Entry.Builder) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Builder
-
repeated .org.apache.pekko.cluster.ddata.PNCounterMap.Entry entries = 2;
- addEntries(int, ReplicatorMessages.DeltaPropagation.Entry) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Builder
-
repeated .org.apache.pekko.cluster.ddata.DeltaPropagation.Entry entries = 2;
- addEntries(int, ReplicatorMessages.DeltaPropagation.Entry.Builder) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Builder
-
repeated .org.apache.pekko.cluster.ddata.DeltaPropagation.Entry entries = 2;
- addEntries(int, ReplicatorMessages.Gossip.Entry) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Builder
-
repeated .org.apache.pekko.cluster.ddata.Gossip.Entry entries = 2;
- addEntries(int, ReplicatorMessages.Gossip.Entry.Builder) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Builder
-
repeated .org.apache.pekko.cluster.ddata.Gossip.Entry entries = 2;
- addEntries(int, ReplicatorMessages.Status.Entry) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Builder
-
repeated .org.apache.pekko.cluster.ddata.Status.Entry entries = 3;
- addEntries(int, ReplicatorMessages.Status.Entry.Builder) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Builder
-
repeated .org.apache.pekko.cluster.ddata.Status.Entry entries = 3;
- addEntries(int, ReplicatorMessages.VersionVector.Entry) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Builder
-
repeated .org.apache.pekko.cluster.ddata.VersionVector.Entry entries = 1;
- addEntries(int, ReplicatorMessages.VersionVector.Entry.Builder) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Builder
-
repeated .org.apache.pekko.cluster.ddata.VersionVector.Entry entries = 1;
- addEntries(int, ReplicatedEventSourcing.ORSetDeltaGroup.Entry) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Builder
-
repeated .ORSetDeltaGroup.Entry entries = 1;
- addEntries(int, ReplicatedEventSourcing.ORSetDeltaGroup.Entry.Builder) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Builder
-
repeated .ORSetDeltaGroup.Entry entries = 1;
- addEntries(int, ReplicatedEventSourcing.VersionVector.Entry) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Builder
-
repeated .VersionVector.Entry entries = 1;
- addEntries(int, ReplicatedEventSourcing.VersionVector.Entry.Builder) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Builder
-
repeated .VersionVector.Entry entries = 1;
- addEntries(ReplicatedDataMessages.GCounter.Entry) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Builder
-
repeated .org.apache.pekko.cluster.ddata.GCounter.Entry entries = 1;
- addEntries(ReplicatedDataMessages.GCounter.Entry.Builder) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Builder
-
repeated .org.apache.pekko.cluster.ddata.GCounter.Entry entries = 1;
- addEntries(ReplicatedDataMessages.LWWMap.Entry) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Builder
-
repeated .org.apache.pekko.cluster.ddata.LWWMap.Entry entries = 2;
- addEntries(ReplicatedDataMessages.LWWMap.Entry.Builder) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Builder
-
repeated .org.apache.pekko.cluster.ddata.LWWMap.Entry entries = 2;
- addEntries(ReplicatedDataMessages.ORMap.Entry) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Builder
-
repeated .org.apache.pekko.cluster.ddata.ORMap.Entry entries = 2;
- addEntries(ReplicatedDataMessages.ORMap.Entry.Builder) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Builder
-
repeated .org.apache.pekko.cluster.ddata.ORMap.Entry entries = 2;
- addEntries(ReplicatedDataMessages.ORMapDeltaGroup.Entry) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Builder
-
repeated .org.apache.pekko.cluster.ddata.ORMapDeltaGroup.Entry entries = 1;
- addEntries(ReplicatedDataMessages.ORMapDeltaGroup.Entry.Builder) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Builder
-
repeated .org.apache.pekko.cluster.ddata.ORMapDeltaGroup.Entry entries = 1;
- addEntries(ReplicatedDataMessages.ORMultiMap.Entry) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Builder
-
repeated .org.apache.pekko.cluster.ddata.ORMultiMap.Entry entries = 2;
- addEntries(ReplicatedDataMessages.ORMultiMap.Entry.Builder) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Builder
-
repeated .org.apache.pekko.cluster.ddata.ORMultiMap.Entry entries = 2;
- addEntries(ReplicatedDataMessages.ORSetDeltaGroup.Entry) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Builder
-
repeated .org.apache.pekko.cluster.ddata.ORSetDeltaGroup.Entry entries = 1;
- addEntries(ReplicatedDataMessages.ORSetDeltaGroup.Entry.Builder) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Builder
-
repeated .org.apache.pekko.cluster.ddata.ORSetDeltaGroup.Entry entries = 1;
- addEntries(ReplicatedDataMessages.PNCounterMap.Entry) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Builder
-
repeated .org.apache.pekko.cluster.ddata.PNCounterMap.Entry entries = 2;
- addEntries(ReplicatedDataMessages.PNCounterMap.Entry.Builder) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Builder
-
repeated .org.apache.pekko.cluster.ddata.PNCounterMap.Entry entries = 2;
- addEntries(ReplicatorMessages.DeltaPropagation.Entry) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Builder
-
repeated .org.apache.pekko.cluster.ddata.DeltaPropagation.Entry entries = 2;
- addEntries(ReplicatorMessages.DeltaPropagation.Entry.Builder) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Builder
-
repeated .org.apache.pekko.cluster.ddata.DeltaPropagation.Entry entries = 2;
- addEntries(ReplicatorMessages.Gossip.Entry) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Builder
-
repeated .org.apache.pekko.cluster.ddata.Gossip.Entry entries = 2;
- addEntries(ReplicatorMessages.Gossip.Entry.Builder) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Builder
-
repeated .org.apache.pekko.cluster.ddata.Gossip.Entry entries = 2;
- addEntries(ReplicatorMessages.Status.Entry) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Builder
-
repeated .org.apache.pekko.cluster.ddata.Status.Entry entries = 3;
- addEntries(ReplicatorMessages.Status.Entry.Builder) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Builder
-
repeated .org.apache.pekko.cluster.ddata.Status.Entry entries = 3;
- addEntries(ReplicatorMessages.VersionVector.Entry) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Builder
-
repeated .org.apache.pekko.cluster.ddata.VersionVector.Entry entries = 1;
- addEntries(ReplicatorMessages.VersionVector.Entry.Builder) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Builder
-
repeated .org.apache.pekko.cluster.ddata.VersionVector.Entry entries = 1;
- addEntries(ReplicatedEventSourcing.ORSetDeltaGroup.Entry) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Builder
-
repeated .ORSetDeltaGroup.Entry entries = 1;
- addEntries(ReplicatedEventSourcing.ORSetDeltaGroup.Entry.Builder) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Builder
-
repeated .ORSetDeltaGroup.Entry entries = 1;
- addEntries(ReplicatedEventSourcing.VersionVector.Entry) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Builder
-
repeated .VersionVector.Entry entries = 1;
- addEntries(ReplicatedEventSourcing.VersionVector.Entry.Builder) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Builder
-
repeated .VersionVector.Entry entries = 1;
- addEntriesBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Builder
-
repeated .org.apache.pekko.cluster.ddata.GCounter.Entry entries = 1;
- addEntriesBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Builder
-
repeated .org.apache.pekko.cluster.ddata.LWWMap.Entry entries = 2;
- addEntriesBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Builder
-
repeated .org.apache.pekko.cluster.ddata.ORMap.Entry entries = 2;
- addEntriesBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Builder
-
repeated .org.apache.pekko.cluster.ddata.ORMapDeltaGroup.Entry entries = 1;
- addEntriesBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Builder
-
repeated .org.apache.pekko.cluster.ddata.ORMultiMap.Entry entries = 2;
- addEntriesBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Builder
-
repeated .org.apache.pekko.cluster.ddata.ORSetDeltaGroup.Entry entries = 1;
- addEntriesBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Builder
-
repeated .org.apache.pekko.cluster.ddata.PNCounterMap.Entry entries = 2;
- addEntriesBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Builder
-
repeated .org.apache.pekko.cluster.ddata.DeltaPropagation.Entry entries = 2;
- addEntriesBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Builder
-
repeated .org.apache.pekko.cluster.ddata.Gossip.Entry entries = 2;
- addEntriesBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Builder
-
repeated .org.apache.pekko.cluster.ddata.Status.Entry entries = 3;
- addEntriesBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Builder
-
repeated .org.apache.pekko.cluster.ddata.VersionVector.Entry entries = 1;
- addEntriesBuilder() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Builder
-
repeated .ORSetDeltaGroup.Entry entries = 1;
- addEntriesBuilder() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Builder
-
repeated .VersionVector.Entry entries = 1;
- addEntriesBuilder(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Builder
-
repeated .org.apache.pekko.cluster.ddata.GCounter.Entry entries = 1;
- addEntriesBuilder(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Builder
-
repeated .org.apache.pekko.cluster.ddata.LWWMap.Entry entries = 2;
- addEntriesBuilder(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Builder
-
repeated .org.apache.pekko.cluster.ddata.ORMap.Entry entries = 2;
- addEntriesBuilder(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Builder
-
repeated .org.apache.pekko.cluster.ddata.ORMapDeltaGroup.Entry entries = 1;
- addEntriesBuilder(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Builder
-
repeated .org.apache.pekko.cluster.ddata.ORMultiMap.Entry entries = 2;
- addEntriesBuilder(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Builder
-
repeated .org.apache.pekko.cluster.ddata.ORSetDeltaGroup.Entry entries = 1;
- addEntriesBuilder(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Builder
-
repeated .org.apache.pekko.cluster.ddata.PNCounterMap.Entry entries = 2;
- addEntriesBuilder(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Builder
-
repeated .org.apache.pekko.cluster.ddata.DeltaPropagation.Entry entries = 2;
- addEntriesBuilder(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Builder
-
repeated .org.apache.pekko.cluster.ddata.Gossip.Entry entries = 2;
- addEntriesBuilder(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Builder
-
repeated .org.apache.pekko.cluster.ddata.Status.Entry entries = 3;
- addEntriesBuilder(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Builder
-
repeated .org.apache.pekko.cluster.ddata.VersionVector.Entry entries = 1;
- addEntriesBuilder(int) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Builder
-
repeated .ORSetDeltaGroup.Entry entries = 1;
- addEntriesBuilder(int) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Builder
-
repeated .VersionVector.Entry entries = 1;
- addEntryData(int, ReplicatedDataMessages.ORMapDeltaGroup.MapEntry) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry.Builder
-
repeated .org.apache.pekko.cluster.ddata.ORMapDeltaGroup.MapEntry entryData = 4;
- addEntryData(int, ReplicatedDataMessages.ORMapDeltaGroup.MapEntry.Builder) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry.Builder
-
repeated .org.apache.pekko.cluster.ddata.ORMapDeltaGroup.MapEntry entryData = 4;
- addEntryData(ReplicatedDataMessages.ORMapDeltaGroup.MapEntry) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry.Builder
-
repeated .org.apache.pekko.cluster.ddata.ORMapDeltaGroup.MapEntry entryData = 4;
- addEntryData(ReplicatedDataMessages.ORMapDeltaGroup.MapEntry.Builder) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry.Builder
-
repeated .org.apache.pekko.cluster.ddata.ORMapDeltaGroup.MapEntry entryData = 4;
- addEntryDataBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry.Builder
-
repeated .org.apache.pekko.cluster.ddata.ORMapDeltaGroup.MapEntry entryData = 4;
- addEntryDataBuilder(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry.Builder
-
repeated .org.apache.pekko.cluster.ddata.ORMapDeltaGroup.MapEntry entryData = 4;
- addFailed(String) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionState.Builder
-
repeated string failed = 2;
- addFailed(String) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats.Builder
-
repeated string failed = 2;
- addFailedBytes(ByteString) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionState.Builder
-
repeated string failed = 2;
- addFailedBytes(ByteString) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats.Builder
-
repeated string failed = 2;
- addFilter(String, LoggingTestKitImpl) - Method in class org.apache.pekko.actor.testkit.typed.internal.TestAppender$
- addFilter(EventFilter) - Method in class org.apache.pekko.testkit.TestEventListener
- addFunctionRef(Function2<ActorRef, Object, BoxedUnit>, String) - Method in interface org.apache.pekko.actor.dungeon.Children
- addFunctionRef$default$2() - Method in interface org.apache.pekko.actor.dungeon.Children
- addHasManifest(boolean) - Method in class org.apache.pekko.remote.WireFormats.PropsData.Builder
-
additionally a flag per position to indicate if it was serialized with manifest or not
- addHomes(int, ClusterShardingMessages.ShardHomesEntry) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomes.Builder
-
repeated .ShardHomesEntry homes = 1;
- addHomes(int, ClusterShardingMessages.ShardHomesEntry.Builder) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomes.Builder
-
repeated .ShardHomesEntry homes = 1;
- addHomes(ClusterShardingMessages.ShardHomesEntry) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomes.Builder
-
repeated .ShardHomesEntry homes = 1;
- addHomes(ClusterShardingMessages.ShardHomesEntry.Builder) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomes.Builder
-
repeated .ShardHomesEntry homes = 1;
- addHomesBuilder() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomes.Builder
-
repeated .ShardHomesEntry homes = 1;
- addHomesBuilder(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomes.Builder
-
repeated .ShardHomesEntry homes = 1;
- addHook(Thread) - Method in interface org.apache.pekko.actor.JVMShutdownHooks
- addHook(Thread) - Method in class org.apache.pekko.actor.JVMShutdownHooks$
- addIntElements(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet.Builder
-
repeated sint32 intElements = 2 [packed = true];
- addIntElements(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
repeated sint32 intElements = 4 [packed = true];
- addIntElements(int) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
-
repeated sint32 intElements = 5 [packed = true];
- additional() - Method in class org.apache.pekko.cluster.ddata.Replicator.ReadMajorityPlus
- additional() - Method in class org.apache.pekko.cluster.ddata.Replicator.WriteMajorityPlus
- additionalAskTimeout() - Static method in class org.apache.pekko.cluster.ddata.typed.internal.ReplicatorBehavior
- additionalAskTimeout() - Method in class org.apache.pekko.cluster.ddata.typed.internal.ReplicatorBehavior$
- additionalRecords() - Method in class org.apache.pekko.io.dns.DnsProtocol.Resolved
- addJvmShutdownHook(Runnable) - Method in class org.apache.pekko.actor.CoordinatedShutdown
-
Java API: Add a JVM shutdown hook that will be run when the JVM process begins its shutdown sequence.
- addJvmShutdownHook(Function0<T>) - Method in class org.apache.pekko.actor.CoordinatedShutdown
-
Scala API: Add a JVM shutdown hook that will be run when the JVM process begins its shutdown sequence.
- addKeys(String) - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement.Builder
-
actual Map is represented by separate sequences of keys and values, relies on both sequences using the same order so that corresponding entries can be associated again when deserializing
- addKeysBytes(ByteString) - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement.Builder
-
actual Map is represented by separate sequences of keys and values, relies on both sequences using the same order so that corresponding entries can be associated again when deserializing
- addListener(Runnable) - Method in interface org.apache.pekko.pattern.CircuitBreaker.State
-
Add a listener function which is invoked on state entry
- addLogger(org.apache.pekko.actor.ActorSystemImpl, Class<? extends Actor>, Logging.LogLevel, String) - Method in interface org.apache.pekko.event.LoggingBus
-
INTERNAL API
- AddLoggingReceive() - Method in class org.apache.pekko.actor.ActorSystem.Settings
- addLogServiceListener(BundleContext, ActorSystem) - Method in class org.apache.pekko.osgi.ActorSystemActivator
-
Adds a LogService Listener that will advertise the ActorSystem on LogService registration and unregistration
- addLongElements(long) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet.Builder
-
repeated sint64 longElements = 3 [packed = true];
- addLongElements(long) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
repeated sint64 longElements = 5 [packed = true];
- addLongElements(long) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
-
repeated sint64 longElements = 6 [packed = true];
- addManifests(String) - Method in class org.apache.pekko.remote.WireFormats.PropsData.Builder
-
serialized props parameters older wire protocol: contains class name for each arg newer wire protocol: contains string manifest for each arg
- addManifestsBytes(ByteString) - Method in class org.apache.pekko.remote.WireFormats.PropsData.Builder
-
serialized props parameters older wire protocol: contains class name for each arg newer wire protocol: contains string manifest for each arg
- addMember(Member) - Method in interface org.apache.pekko.cluster.routing.ClusterRouterActor
- addMembers(int, ClusterMessages.Member) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated .Member members = 4;
- addMembers(int, ClusterMessages.Member.Builder) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated .Member members = 4;
- addMembers(ClusterMessages.Member) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated .Member members = 4;
- addMembers(ClusterMessages.Member.Builder) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated .Member members = 4;
- addMembersBuilder() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated .Member members = 4;
- addMembersBuilder(int) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated .Member members = 4;
- addMessageSent(DurableProducerQueue.MessageSent<A>) - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.State
- addMetrics(int, ClusterMetricsMessages.NodeMetrics.Metric) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Builder
-
repeated .NodeMetrics.Metric metrics = 3;
- addMetrics(int, ClusterMetricsMessages.NodeMetrics.Metric.Builder) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Builder
-
repeated .NodeMetrics.Metric metrics = 3;
- addMetrics(ClusterMetricsMessages.NodeMetrics.Metric) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Builder
-
repeated .NodeMetrics.Metric metrics = 3;
- addMetrics(ClusterMetricsMessages.NodeMetrics.Metric.Builder) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Builder
-
repeated .NodeMetrics.Metric metrics = 3;
- addMetricsBuilder() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Builder
-
repeated .NodeMetrics.Metric metrics = 3;
- addMetricsBuilder(int) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Builder
-
repeated .NodeMetrics.Metric metrics = 3;
- addNacks(long) - Method in class org.apache.pekko.remote.WireFormats.AcknowledgementInfo.Builder
-
repeated fixed64 nacks = 2;
- addNode(AbstractBoundedNodeQueue.Node<T>) - Method in class org.apache.pekko.dispatch.AbstractBoundedNodeQueue
- addNode(AbstractNodeQueue.Node<T>) - Method in class org.apache.pekko.dispatch.AbstractNodeQueue
-
Add an element to the head of the queue, providing the queue node to be used.
- addNodeMetrics(int, ClusterMetricsMessages.NodeMetrics) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.Builder
-
repeated .NodeMetrics nodeMetrics = 3;
- addNodeMetrics(int, ClusterMetricsMessages.NodeMetrics.Builder) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.Builder
-
repeated .NodeMetrics nodeMetrics = 3;
- addNodeMetrics(ClusterMetricsMessages.NodeMetrics) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.Builder
-
repeated .NodeMetrics nodeMetrics = 3;
- addNodeMetrics(ClusterMetricsMessages.NodeMetrics.Builder) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.Builder
-
repeated .NodeMetrics nodeMetrics = 3;
- addNodeMetricsBuilder() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.Builder
-
repeated .NodeMetrics nodeMetrics = 3;
- addNodeMetricsBuilder(int) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.Builder
-
repeated .NodeMetrics nodeMetrics = 3;
- addNodes(int, WireFormats.AddressData) - Method in class org.apache.pekko.remote.WireFormats.RemoteRouterConfig.Builder
-
repeated .AddressData nodes = 2;
- addNodes(int, WireFormats.AddressData.Builder) - Method in class org.apache.pekko.remote.WireFormats.RemoteRouterConfig.Builder
-
repeated .AddressData nodes = 2;
- addNodes(WireFormats.AddressData) - Method in class org.apache.pekko.remote.WireFormats.RemoteRouterConfig.Builder
-
repeated .AddressData nodes = 2;
- addNodes(WireFormats.AddressData.Builder) - Method in class org.apache.pekko.remote.WireFormats.RemoteRouterConfig.Builder
-
repeated .AddressData nodes = 2;
- addNodesBuilder() - Method in class org.apache.pekko.remote.WireFormats.RemoteRouterConfig.Builder
-
repeated .AddressData nodes = 2;
- addNodesBuilder(int) - Method in class org.apache.pekko.remote.WireFormats.RemoteRouterConfig.Builder
-
repeated .AddressData nodes = 2;
- addObjectAndEstimateCount(Object, long) - Method in class org.apache.pekko.remote.artery.compress.CountMinSketch
-
Similar to
add
, however we reuse the fact that the hask buckets have to be calculated foradd
already, and a separateestimateCount
operation would have to calculate them again, so we do it all in one go. - addObserverReachability(int, ClusterMessages.ObserverReachability) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOverview.Builder
-
repeated .ObserverReachability observerReachability = 2;
- addObserverReachability(int, ClusterMessages.ObserverReachability.Builder) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOverview.Builder
-
repeated .ObserverReachability observerReachability = 2;
- addObserverReachability(ClusterMessages.ObserverReachability) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOverview.Builder
-
repeated .ObserverReachability observerReachability = 2;
- addObserverReachability(ClusterMessages.ObserverReachability.Builder) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOverview.Builder
-
repeated .ObserverReachability observerReachability = 2;
- addObserverReachabilityBuilder() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOverview.Builder
-
repeated .ObserverReachability observerReachability = 2;
- addObserverReachabilityBuilder(int) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOverview.Builder
-
repeated .ObserverReachability observerReachability = 2;
- addOnCallBreakerOpenListener(Runnable) - Method in class org.apache.pekko.pattern.CircuitBreaker
-
JavaAPI for onCallBreakerOpen.
- addOnCallFailureListener(Consumer<Object>) - Method in class org.apache.pekko.pattern.CircuitBreaker
-
JavaAPI for onCallFailure.
- addOnCallSuccessListener(Consumer<Object>) - Method in class org.apache.pekko.pattern.CircuitBreaker
-
JavaAPI for onCallSuccess
- addOnCallTimeoutListener(Consumer<Object>) - Method in class org.apache.pekko.pattern.CircuitBreaker
-
JavaAPI for onCallTimeout.
- addOnCloseListener(Runnable) - Method in class org.apache.pekko.pattern.CircuitBreaker
-
JavaAPI for onClose
- addOne(byte) - Method in class org.apache.pekko.util.ByteStringBuilder
- addOnHalfOpenListener(Runnable) - Method in class org.apache.pekko.pattern.CircuitBreaker
-
JavaAPI for onHalfOpen
- AddOnMemberRemovedListener(Runnable) - Constructor for class org.apache.pekko.cluster.InternalClusterAction.AddOnMemberRemovedListener
- AddOnMemberRemovedListener$() - Constructor for class org.apache.pekko.cluster.InternalClusterAction.AddOnMemberRemovedListener$
- AddOnMemberUpListener(Runnable) - Constructor for class org.apache.pekko.cluster.InternalClusterAction.AddOnMemberUpListener
- AddOnMemberUpListener$() - Constructor for class org.apache.pekko.cluster.InternalClusterAction.AddOnMemberUpListener$
- addOnOpenListener(Runnable) - Method in class org.apache.pekko.pattern.CircuitBreaker
-
Java API for onOpen
- addOtherElements(int, ReplicatorMessages.OtherMessage) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet.Builder
-
repeated .org.apache.pekko.cluster.ddata.OtherMessage otherElements = 4;
- addOtherElements(int, ReplicatorMessages.OtherMessage) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
repeated .org.apache.pekko.cluster.ddata.OtherMessage otherElements = 6;
- addOtherElements(int, ReplicatorMessages.OtherMessage.Builder) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet.Builder
-
repeated .org.apache.pekko.cluster.ddata.OtherMessage otherElements = 4;
- addOtherElements(int, ReplicatorMessages.OtherMessage.Builder) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
repeated .org.apache.pekko.cluster.ddata.OtherMessage otherElements = 6;
- addOtherElements(int, ContainerFormats.Payload) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
-
repeated .Payload otherElements = 7;
- addOtherElements(int, ContainerFormats.Payload.Builder) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
-
repeated .Payload otherElements = 7;
- addOtherElements(ReplicatorMessages.OtherMessage) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet.Builder
-
repeated .org.apache.pekko.cluster.ddata.OtherMessage otherElements = 4;
- addOtherElements(ReplicatorMessages.OtherMessage) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
repeated .org.apache.pekko.cluster.ddata.OtherMessage otherElements = 6;
- addOtherElements(ReplicatorMessages.OtherMessage.Builder) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet.Builder
-
repeated .org.apache.pekko.cluster.ddata.OtherMessage otherElements = 4;
- addOtherElements(ReplicatorMessages.OtherMessage.Builder) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
repeated .org.apache.pekko.cluster.ddata.OtherMessage otherElements = 6;
- addOtherElements(ContainerFormats.Payload) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
-
repeated .Payload otherElements = 7;
- addOtherElements(ContainerFormats.Payload.Builder) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
-
repeated .Payload otherElements = 7;
- addOtherElementsBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet.Builder
-
repeated .org.apache.pekko.cluster.ddata.OtherMessage otherElements = 4;
- addOtherElementsBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
repeated .org.apache.pekko.cluster.ddata.OtherMessage otherElements = 6;
- addOtherElementsBuilder() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
-
repeated .Payload otherElements = 7;
- addOtherElementsBuilder(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet.Builder
-
repeated .org.apache.pekko.cluster.ddata.OtherMessage otherElements = 4;
- addOtherElementsBuilder(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
repeated .org.apache.pekko.cluster.ddata.OtherMessage otherElements = 6;
- addOtherElementsBuilder(int) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
-
repeated .Payload otherElements = 7;
- addPattern(int, ContainerFormats.Selection) - Method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope.Builder
-
repeated .Selection pattern = 3;
- addPattern(int, ContainerFormats.Selection.Builder) - Method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope.Builder
-
repeated .Selection pattern = 3;
- addPattern(ContainerFormats.Selection) - Method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope.Builder
-
repeated .Selection pattern = 3;
- addPattern(ContainerFormats.Selection.Builder) - Method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope.Builder
-
repeated .Selection pattern = 3;
- addPatternBuilder() - Method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope.Builder
-
repeated .Selection pattern = 3;
- addPatternBuilder(int) - Method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope.Builder
-
repeated .Selection pattern = 3;
- addPayload(int, MessageFormats.PersistentMessage) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtomicWrite.Builder
-
repeated .PersistentMessage payload = 1;
- addPayload(int, MessageFormats.PersistentMessage.Builder) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtomicWrite.Builder
-
repeated .PersistentMessage payload = 1;
- addPayload(MessageFormats.PersistentMessage) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtomicWrite.Builder
-
repeated .PersistentMessage payload = 1;
- addPayload(MessageFormats.PersistentMessage.Builder) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtomicWrite.Builder
-
repeated .PersistentMessage payload = 1;
- addPayloadBuilder() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtomicWrite.Builder
-
repeated .PersistentMessage payload = 1;
- addPayloadBuilder(int) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtomicWrite.Builder
-
repeated .PersistentMessage payload = 1;
- addPersistenceIdSubscriber(ActorRef, String) - Method in interface org.apache.pekko.persistence.journal.leveldb.LeveldbStore
- addPruning(int, ReplicatorMessages.DataEnvelope.PruningEntry) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.Builder
-
repeated .org.apache.pekko.cluster.ddata.DataEnvelope.PruningEntry pruning = 2;
- addPruning(int, ReplicatorMessages.DataEnvelope.PruningEntry) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelope.Builder
-
repeated .org.apache.pekko.cluster.ddata.DataEnvelope.PruningEntry pruning = 2;
- addPruning(int, ReplicatorMessages.DataEnvelope.PruningEntry.Builder) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.Builder
-
repeated .org.apache.pekko.cluster.ddata.DataEnvelope.PruningEntry pruning = 2;
- addPruning(int, ReplicatorMessages.DataEnvelope.PruningEntry.Builder) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelope.Builder
-
repeated .org.apache.pekko.cluster.ddata.DataEnvelope.PruningEntry pruning = 2;
- addPruning(ReplicatorMessages.DataEnvelope.PruningEntry) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.Builder
-
repeated .org.apache.pekko.cluster.ddata.DataEnvelope.PruningEntry pruning = 2;
- addPruning(ReplicatorMessages.DataEnvelope.PruningEntry) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelope.Builder
-
repeated .org.apache.pekko.cluster.ddata.DataEnvelope.PruningEntry pruning = 2;
- addPruning(ReplicatorMessages.DataEnvelope.PruningEntry.Builder) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.Builder
-
repeated .org.apache.pekko.cluster.ddata.DataEnvelope.PruningEntry pruning = 2;
- addPruning(ReplicatorMessages.DataEnvelope.PruningEntry.Builder) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelope.Builder
-
repeated .org.apache.pekko.cluster.ddata.DataEnvelope.PruningEntry pruning = 2;
- addPruningBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.Builder
-
repeated .org.apache.pekko.cluster.ddata.DataEnvelope.PruningEntry pruning = 2;
- addPruningBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelope.Builder
-
repeated .org.apache.pekko.cluster.ddata.DataEnvelope.PruningEntry pruning = 2;
- addPruningBuilder(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.Builder
-
repeated .org.apache.pekko.cluster.ddata.DataEnvelope.PruningEntry pruning = 2;
- addPruningBuilder(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelope.Builder
-
repeated .org.apache.pekko.cluster.ddata.DataEnvelope.PruningEntry pruning = 2;
- addQualifiers(String) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Cleanup.Builder
-
repeated string qualifiers = 1;
- addQualifiersBytes(ByteString) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Cleanup.Builder
-
repeated string qualifiers = 1;
- addr() - Method in class org.apache.pekko.io.Dns.Resolved
-
Deprecated.
- ADDR_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.testconductor.TestConductorProtocol.AddressRequest
- ADDR_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper
- addRegionProxies(String) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.Builder
-
repeated string regionProxies = 3;
- addRegionProxiesBytes(ByteString) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.Builder
-
repeated string regionProxies = 3;
- addRegions(int, ClusterShardingMessages.Address) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentRegions.Builder
-
repeated .Address regions = 1;
- addRegions(int, ClusterShardingMessages.Address.Builder) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentRegions.Builder
-
repeated .Address regions = 1;
- addRegions(String) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.Builder
-
repeated string regions = 2;
- addRegions(ClusterShardingMessages.Address) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentRegions.Builder
-
repeated .Address regions = 1;
- addRegions(ClusterShardingMessages.Address.Builder) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentRegions.Builder
-
repeated .Address regions = 1;
- addRegionsBuilder() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentRegions.Builder
-
repeated .Address regions = 1;
- addRegionsBuilder(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentRegions.Builder
-
repeated .Address regions = 1;
- addRegionsBytes(ByteString) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.Builder
-
repeated string regions = 2;
- addRemoved(UniqueAddress) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.client.protobuf.msg.ClusterClientMessages.Contacts.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.Flag.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Entry.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Address.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Entry.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelope.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Empty.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Read.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadResult.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSet.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Entry.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Write.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPool.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsSelector.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MixMetricsSelector.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Address.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPool.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ConfigCheck.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Empty.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipEnvelope.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOverview.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Heartbeat.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartBeatResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoin.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoinAck.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Join.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Member.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachability.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Pool.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.SubjectReachability.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Tombstone.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.UniqueAddress.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Version.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Welcome.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToOneSubscriber.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ActorRefMessage.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStats.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStatsEntry.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentRegions.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionState.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardState.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStarted.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStopped.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStarted.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityState.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStopped.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.GetClusterShardingStats.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.MapFieldEntry.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.RememberedShardState.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHome.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocated.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomes.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomesEntry.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardIdMessage.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardState.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardStats.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntity.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntityAck.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages.ShardingEnvelope.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.PubSubMessagePublished.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.ReceptionistEntry.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Ack.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Cleanup.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Confirmed.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.RegisterConsumer.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Request.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Resend.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtomicWrite.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentFSMSnapshot.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentPayload.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentStateChangeEvent.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.Counter.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.CounterUpdate.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Entry.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadata.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedPublishedEventMetaData.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Seen.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Entry.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.ArteryControlFormats.Address.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.ArteryControlFormats.ArteryHeartbeatRsp.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisementAck.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.ArteryControlFormats.FlushAck.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.ArteryControlFormats.HandshakeReq.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.ArteryControlFormats.MessageWithAddress.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.ArteryControlFormats.Quarantined.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageDeliveryAck.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.ArteryControlFormats.UniqueAddress.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.ContainerFormats.ActorIdentity.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.ContainerFormats.ActorInitializationException.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.ContainerFormats.ActorRef.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.ContainerFormats.Identify.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.ContainerFormats.Option.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.ContainerFormats.Payload.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.ContainerFormats.Selection.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.ContainerFormats.StackTraceElement.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.ContainerFormats.StatusReplyErrorMessage.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.ContainerFormats.Throwable.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializable.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.ContainerFormats.WatcherHeartbeatResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.SystemMessageFormats.DeathWatchNotificationData.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.SystemMessageFormats.FailedData.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.SystemMessageFormats.SuperviseData.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.SystemMessageFormats.WatchData.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Address.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.AddressRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.EnterBarrier.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Hello.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.WireFormats.AckAndEnvelopeContainer.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.WireFormats.AcknowledgementInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.WireFormats.ActorRefData.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.WireFormats.AddressData.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.WireFormats.DefaultResizer.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.WireFormats.DeployData.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.WireFormats.FiniteDuration.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.WireFormats.FromConfig.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.WireFormats.GenericRoutingPool.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.WireFormats.PekkoControlMessage.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.WireFormats.PekkoHandshakeInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.WireFormats.PekkoProtocolMessage.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.WireFormats.PropsData.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.WireFormats.RemoteEnvelope.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.WireFormats.RemoteRouterConfig.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.WireFormats.RemoteScope.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.WireFormats.ScatterGatherPool.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.WireFormats.SerializedMessage.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.WireFormats.TailChoppingPool.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.stream.StreamRefMessages.ActorRef.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.stream.StreamRefMessages.CumulativeDemand.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.stream.StreamRefMessages.OnSubscribeHandshake.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.stream.StreamRefMessages.Payload.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamCompleted.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamFailure.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.stream.StreamRefMessages.SequencedOnNext.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.stream.StreamRefMessages.SinkRef.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.stream.StreamRefMessages.SourceRef.Builder
- address() - Method in interface org.apache.pekko.actor.ActorPath
-
The Address under which this path can be reached; walks up the tree to the RootActorPath.
- address() - Method in class org.apache.pekko.actor.ChildActorPath
- address() - Method in class org.apache.pekko.actor.RootActorPath
- address() - Method in class org.apache.pekko.actor.typed.ActorSystem
-
Obtains the external address of the default transport.
- address() - Method in class org.apache.pekko.cluster.ClusterUserAction.Down
- address() - Method in class org.apache.pekko.cluster.ClusterUserAction.JoinTo
- address() - Method in class org.apache.pekko.cluster.ClusterUserAction.Leave
- address() - Method in class org.apache.pekko.cluster.InternalClusterAction.InitJoinAck
- address() - Method in class org.apache.pekko.cluster.InternalClusterAction.InitJoinNack
- address() - Method in class org.apache.pekko.cluster.InternalClusterAction.SendGossipTo
- address() - Method in class org.apache.pekko.cluster.Member
- address() - Method in class org.apache.pekko.cluster.metrics.NodeMetrics
- address() - Method in class org.apache.pekko.cluster.metrics.StandardMetrics.Cpu
- address() - Method in class org.apache.pekko.cluster.metrics.StandardMetrics.HeapMemory
- address() - Method in class org.apache.pekko.cluster.sharding.external.ExternalShardAllocationStrategy.ShardLocation
- address() - Method in class org.apache.pekko.cluster.typed.Down
- address() - Method in class org.apache.pekko.cluster.typed.Join
- address() - Method in class org.apache.pekko.cluster.typed.Leave
- address() - Method in class org.apache.pekko.cluster.UniqueAddress
- address() - Method in class org.apache.pekko.discovery.ServiceDiscovery.ResolvedTarget
- address() - Method in class org.apache.pekko.io.dns.DnsProtocol.Resolved
-
Return the host, taking into account the "java.net.preferIPv6Addresses" system property.
- address() - Method in class org.apache.pekko.persistence.journal.PersistencePluginProxy.TargetLocation
- address() - Method in class org.apache.pekko.remote.QuarantinedEvent
-
Deprecated.
- address() - Method in class org.apache.pekko.remote.testconductor.TestConductorExt
-
Transport address of this Netty-like remote transport.
- address() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.ForceDisassociate
-
Deprecated.
- address() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.ForceDisassociateExplicitly
-
Deprecated.
- address() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.SetThrottle
-
Deprecated.
- address() - Method in class org.apache.pekko.remote.UniqueAddress
- address() - Method in class org.apache.pekko.serialization.Serialization.Information
- Address - Class in org.apache.pekko.actor
-
The address specifies the physical location under which an Actor can be reached.
- Address(String, String) - Constructor for class org.apache.pekko.actor.Address
- Address(String, String, String, int) - Constructor for class org.apache.pekko.actor.Address
- Address() - Static method in class org.apache.pekko.cluster.ddata.EstimatedSize
- Address() - Method in class org.apache.pekko.cluster.ddata.EstimatedSize$
- ADDRESS_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress
- ADDRESS_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoinAck
- ADDRESS_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.UniqueAddress
- ADDRESS_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version
- ADDRESS_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStatsEntry
- ADDRESS_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.ArteryControlFormats.MessageWithAddress
- ADDRESS_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.ArteryControlFormats.UniqueAddress
- ADDRESS_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Hello
- ADDRESS_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure
- Address$ - Class in org.apache.pekko.actor
- Address$() - Constructor for class org.apache.pekko.actor.Address$
- AddressDeserializer$ - Class in org.apache.pekko.serialization.jackson
-
INTERNAL API
- AddressDeserializer$() - Constructor for class org.apache.pekko.serialization.jackson.AddressDeserializer$
- addresses() - Method in class org.apache.pekko.discovery.ServiceDiscovery.Resolved
- addressFromProto(ReplicatorMessages.Address) - Method in interface org.apache.pekko.cluster.ddata.protobuf.SerializationSupport
- addressFromSocketAddress(SocketAddress, String, String, Option<String>) - Static method in class org.apache.pekko.remote.transport.netty.NettyTransport
-
Deprecated.
- addressFromSocketAddress(SocketAddress, String, String, Option<String>) - Method in class org.apache.pekko.remote.transport.netty.NettyTransport$
- addressFromSocketAddress(SocketAddress, String, String, Option<String>, Option<Object>) - Static method in class org.apache.pekko.remote.transport.netty.NettyTransport
-
Deprecated.
- addressFromSocketAddress(SocketAddress, String, String, Option<String>, Option<Object>) - Method in class org.apache.pekko.remote.transport.netty.NettyTransport$
- AddressFromURIString - Class in org.apache.pekko.actor
-
This object serves as extractor for Scala and as address parser for Java.
- AddressFromURIString() - Constructor for class org.apache.pekko.actor.AddressFromURIString
- AddressFromURIString$ - Class in org.apache.pekko.actor
-
This object serves as extractor for Scala and as address parser for Java.
- AddressFromURIString$() - Constructor for class org.apache.pekko.actor.AddressFromURIString$
- ADDRESSINDEX_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics
- ADDRESSINDEX_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Member
- ADDRESSINDEX_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachability
- ADDRESSINDEX_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.SubjectReachability
- ADDRESSINDEX_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Tombstone
- AddressModule - Interface in org.apache.pekko.serialization.jackson
-
INTERNAL API: Adds support for serializing and deserializing
Address
. - addressOrdering() - Static method in class org.apache.pekko.actor.Address
-
Address
ordering type class, sorts addresses by protocol, name, host and port. - addressOrdering() - Method in class org.apache.pekko.actor.Address$
-
Address
ordering type class, sorts addresses by protocol, name, host and port. - addressOrdering() - Static method in class org.apache.pekko.cluster.Member
-
Address
ordering type class, sorts addresses by host and port. - addressOrdering() - Method in class org.apache.pekko.cluster.Member$
-
Address
ordering type class, sorts addresses by host and port. - addressOrdering() - Method in class org.apache.pekko.discovery.ServiceDiscovery.ResolvedTarget$
- addressProtocol() - Method in interface org.apache.pekko.cluster.ddata.protobuf.SerializationSupport
- AddressReply$ - Class in org.apache.pekko.remote.testconductor
- AddressReply$() - Constructor for class org.apache.pekko.remote.testconductor.AddressReply$
- AddressSerializer$ - Class in org.apache.pekko.serialization.jackson
-
INTERNAL API
- AddressSerializer$() - Constructor for class org.apache.pekko.serialization.jackson.AddressSerializer$
- addressString() - Method in interface org.apache.pekko.actor.ActorRefProvider
-
INTERNAL API
- addressTerminated() - Method in class org.apache.pekko.actor.Terminated
- addressTerminated(Address) - Method in interface org.apache.pekko.actor.dungeon.DeathWatch
- ADDRESSTERMINATED_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.SystemMessageFormats.DeathWatchNotificationData
- AddressTerminated$ - Class in org.apache.pekko.actor
- AddressTerminated$() - Constructor for class org.apache.pekko.actor.AddressTerminated$
- AddressTerminatedTopic$ - Class in org.apache.pekko.event
-
INTERNAL API
- AddressTerminatedTopic$() - Constructor for class org.apache.pekko.event.AddressTerminatedTopic$
- addressToProto(Address) - Method in interface org.apache.pekko.cluster.ddata.protobuf.SerializationSupport
- addressToSocketAddress(Address) - Method in class org.apache.pekko.remote.transport.netty.NettyTransport
-
Deprecated.
- addressUid() - Method in class org.apache.pekko.remote.AddressUidExtension
-
Deprecated.Use longAddressUid instead. Since Akka 2.4.x.
- AddressUidExtension - Class in org.apache.pekko.remote
- AddressUidExtension(ExtendedActorSystem) - Constructor for class org.apache.pekko.remote.AddressUidExtension
- AddressUidExtension$ - Class in org.apache.pekko.remote
-
Extension that holds a uid that is assigned as a random
Long
orInt
depending on which version of remoting that is used. - AddressUidExtension$() - Constructor for class org.apache.pekko.remote.AddressUidExtension$
- AddressUrlEncoder - Class in org.apache.pekko.remote
-
INTERNAL API
- AddressUrlEncoder() - Constructor for class org.apache.pekko.remote.AddressUrlEncoder
- AddressUrlEncoder$ - Class in org.apache.pekko.remote
-
INTERNAL API
- AddressUrlEncoder$() - Constructor for class org.apache.pekko.remote.AddressUrlEncoder$
- addRoles(String) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Join.Builder
-
repeated string roles = 2;
- addRolesBytes(ByteString) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Join.Builder
-
repeated string roles = 2;
- addRolesIndexes(int) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Member.Builder
-
repeated int32 rolesIndexes = 4 [packed = true];
- addrOption() - Method in class org.apache.pekko.io.Dns.Resolved
-
Deprecated.
- addRoutee(ActorRef) - Method in class org.apache.pekko.routing.Router
-
Create a new instance with one more
ActorRefRoutee
for the specifiedpekko.actor.ActorRef
and the sameRoutingLogic
. - addRoutee(ActorSelection) - Method in class org.apache.pekko.routing.Router
-
Create a new instance with one more
ActorSelectionRoutee
for the specifiedpekko.actor.ActorSelection
and the sameRoutingLogic
. - addRoutee(Routee) - Method in class org.apache.pekko.routing.Router
-
Create a new instance with one more routee and the same
RoutingLogic
. - AddRoutee - Class in org.apache.pekko.routing
-
Add a routee by sending this message to the router.
- AddRoutee(Routee) - Constructor for class org.apache.pekko.routing.AddRoutee
- AddRoutee$ - Class in org.apache.pekko.routing
- AddRoutee$() - Constructor for class org.apache.pekko.routing.AddRoutee$
- addRoutees() - Method in interface org.apache.pekko.cluster.routing.ClusterRouterActor
-
Adds routees based on settings
- addSeen(int) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOverview.Builder
-
This is the address indexes for the nodes that have seen this gossip
- addSeen(int, ReplicatorMessages.Address) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry.Builder
-
repeated .org.apache.pekko.cluster.ddata.Address seen = 4;
- addSeen(int, ReplicatorMessages.Address.Builder) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry.Builder
-
repeated .org.apache.pekko.cluster.ddata.Address seen = 4;
- addSeen(Address) - Method in interface org.apache.pekko.cluster.ddata.PruningState
- addSeen(Address) - Method in class org.apache.pekko.cluster.ddata.PruningState.PruningInitialized
- addSeen(Address) - Method in class org.apache.pekko.cluster.ddata.PruningState.PruningPerformed
- addSeen(Address) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DataEnvelope
- addSeen(ReplicatorMessages.Address) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry.Builder
-
repeated .org.apache.pekko.cluster.ddata.Address seen = 4;
- addSeen(ReplicatorMessages.Address.Builder) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry.Builder
-
repeated .org.apache.pekko.cluster.ddata.Address seen = 4;
- addSeenBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry.Builder
-
repeated .org.apache.pekko.cluster.ddata.Address seen = 4;
- addSeenBuilder(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry.Builder
-
repeated .org.apache.pekko.cluster.ddata.Address seen = 4;
- addSeenPerReplica(int, ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Seen) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Builder
-
repeated .ReplicatedSnapshotMetadata.Seen seenPerReplica = 2;
- addSeenPerReplica(int, ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Seen.Builder) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Builder
-
repeated .ReplicatedSnapshotMetadata.Seen seenPerReplica = 2;
- addSeenPerReplica(ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Seen) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Builder
-
repeated .ReplicatedSnapshotMetadata.Seen seenPerReplica = 2;
- addSeenPerReplica(ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Seen.Builder) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Builder
-
repeated .ReplicatedSnapshotMetadata.Seen seenPerReplica = 2;
- addSeenPerReplicaBuilder() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Builder
-
repeated .ReplicatedSnapshotMetadata.Seen seenPerReplica = 2;
- addSeenPerReplicaBuilder(int) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Builder
-
repeated .ReplicatedSnapshotMetadata.Seen seenPerReplica = 2;
- addSelectors(int, ClusterMetricsMessages.MetricsSelector) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MixMetricsSelector.Builder
-
repeated .MetricsSelector selectors = 1;
- addSelectors(int, ClusterMetricsMessages.MetricsSelector.Builder) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MixMetricsSelector.Builder
-
repeated .MetricsSelector selectors = 1;
- addSelectors(ClusterMetricsMessages.MetricsSelector) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MixMetricsSelector.Builder
-
repeated .MetricsSelector selectors = 1;
- addSelectors(ClusterMetricsMessages.MetricsSelector.Builder) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MixMetricsSelector.Builder
-
repeated .MetricsSelector selectors = 1;
- addSelectorsBuilder() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MixMetricsSelector.Builder
-
repeated .MetricsSelector selectors = 1;
- addSelectorsBuilder(int) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MixMetricsSelector.Builder
-
repeated .MetricsSelector selectors = 1;
- addSerializer(Class<?>, Function0<JsonSerializer<?>>, Function0<JsonDeserializer<?>>) - Method in interface org.apache.pekko.serialization.jackson.JacksonModule
- addSerializer(Class<?>, Function0<JsonSerializer<?>>, Function0<JsonDeserializer<?>>) - Static method in class org.apache.pekko.serialization.jackson.PekkoJacksonModule
- addSerializer(Class<?>, Function0<JsonSerializer<?>>, Function0<JsonDeserializer<?>>) - Static method in class org.apache.pekko.serialization.jackson.PekkoStreamJacksonModule
- addSerializer(Class<?>, Function0<JsonSerializer<?>>, Function0<JsonDeserializer<?>>) - Static method in class org.apache.pekko.serialization.jackson.PekkoTypedJacksonModule
- addSerializerIds(int) - Method in class org.apache.pekko.remote.WireFormats.PropsData.Builder
-
newer wire protocol: serializer id for each arg
- addShard(String) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomesEntry.Builder
-
repeated string shard = 2;
- AddShard(String) - Constructor for class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore.AddShard
- AddShard$() - Constructor for class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore.AddShard$
- addShardBytes(ByteString) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomesEntry.Builder
-
repeated string shard = 2;
- addShardId(String) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.RememberedShardState.Builder
-
repeated string shardId = 1;
- addShardIdBytes(ByteString) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.RememberedShardState.Builder
-
repeated string shardId = 1;
- addShards(int, ClusterShardingMessages.CoordinatorState.ShardEntry) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.Builder
-
repeated .CoordinatorState.ShardEntry shards = 1;
- addShards(int, ClusterShardingMessages.CoordinatorState.ShardEntry.Builder) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.Builder
-
repeated .CoordinatorState.ShardEntry shards = 1;
- addShards(int, ClusterShardingMessages.ShardState) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionState.Builder
-
repeated .ShardState shards = 1;
- addShards(int, ClusterShardingMessages.ShardState.Builder) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionState.Builder
-
repeated .ShardState shards = 1;
- addShards(ClusterShardingMessages.CoordinatorState.ShardEntry) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.Builder
-
repeated .CoordinatorState.ShardEntry shards = 1;
- addShards(ClusterShardingMessages.CoordinatorState.ShardEntry.Builder) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.Builder
-
repeated .CoordinatorState.ShardEntry shards = 1;
- addShards(ClusterShardingMessages.ShardState) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionState.Builder
-
repeated .ShardState shards = 1;
- addShards(ClusterShardingMessages.ShardState.Builder) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionState.Builder
-
repeated .ShardState shards = 1;
- addShardsBuilder() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.Builder
-
repeated .CoordinatorState.ShardEntry shards = 1;
- addShardsBuilder() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionState.Builder
-
repeated .ShardState shards = 1;
- addShardsBuilder(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.Builder
-
repeated .CoordinatorState.ShardEntry shards = 1;
- addShardsBuilder(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionState.Builder
-
repeated .ShardState shards = 1;
- addStackTrace(int, ContainerFormats.StackTraceElement) - Method in class org.apache.pekko.remote.ContainerFormats.Throwable.Builder
-
repeated .StackTraceElement stackTrace = 4;
- addStackTrace(int, ContainerFormats.StackTraceElement.Builder) - Method in class org.apache.pekko.remote.ContainerFormats.Throwable.Builder
-
repeated .StackTraceElement stackTrace = 4;
- addStackTrace(ContainerFormats.StackTraceElement) - Method in class org.apache.pekko.remote.ContainerFormats.Throwable.Builder
-
repeated .StackTraceElement stackTrace = 4;
- addStackTrace(ContainerFormats.StackTraceElement.Builder) - Method in class org.apache.pekko.remote.ContainerFormats.Throwable.Builder
-
repeated .StackTraceElement stackTrace = 4;
- addStackTraceBuilder() - Method in class org.apache.pekko.remote.ContainerFormats.Throwable.Builder
-
repeated .StackTraceElement stackTrace = 4;
- addStackTraceBuilder(int) - Method in class org.apache.pekko.remote.ContainerFormats.Throwable.Builder
-
repeated .StackTraceElement stackTrace = 4;
- addStatement(PartialFunction<Object, BoxedUnit>) - Method in class org.apache.pekko.japi.pf.ReceiveBuilder
- addStats(int, ClusterShardingMessages.ClusterShardingStatsEntry) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStats.Builder
-
repeated .ClusterShardingStatsEntry stats = 1;
- addStats(int, ClusterShardingMessages.ClusterShardingStatsEntry.Builder) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStats.Builder
-
repeated .ClusterShardingStatsEntry stats = 1;
- addStats(int, ClusterShardingMessages.MapFieldEntry) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats.Builder
-
repeated .MapFieldEntry stats = 1;
- addStats(int, ClusterShardingMessages.MapFieldEntry.Builder) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats.Builder
-
repeated .MapFieldEntry stats = 1;
- addStats(ClusterShardingMessages.ClusterShardingStatsEntry) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStats.Builder
-
repeated .ClusterShardingStatsEntry stats = 1;
- addStats(ClusterShardingMessages.ClusterShardingStatsEntry.Builder) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStats.Builder
-
repeated .ClusterShardingStatsEntry stats = 1;
- addStats(ClusterShardingMessages.MapFieldEntry) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats.Builder
-
repeated .MapFieldEntry stats = 1;
- addStats(ClusterShardingMessages.MapFieldEntry.Builder) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats.Builder
-
repeated .MapFieldEntry stats = 1;
- addStatsBuilder() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStats.Builder
-
repeated .ClusterShardingStatsEntry stats = 1;
- addStatsBuilder() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats.Builder
-
repeated .MapFieldEntry stats = 1;
- addStatsBuilder(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStats.Builder
-
repeated .ClusterShardingStatsEntry stats = 1;
- addStatsBuilder(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats.Builder
-
repeated .MapFieldEntry stats = 1;
- addStringElements(String) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet.Builder
-
repeated string stringElements = 1;
- addStringElements(String) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
repeated string stringElements = 3;
- addStringElements(String) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
-
repeated string stringElements = 4;
- addStringElementsBytes(ByteString) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet.Builder
-
repeated string stringElements = 1;
- addStringElementsBytes(ByteString) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
repeated string stringElements = 3;
- addStringElementsBytes(ByteString) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
-
repeated string stringElements = 4;
- addSubjectReachability(int, ClusterMessages.SubjectReachability) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachability.Builder
-
repeated .SubjectReachability subjectReachability = 2;
- addSubjectReachability(int, ClusterMessages.SubjectReachability.Builder) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachability.Builder
-
repeated .SubjectReachability subjectReachability = 2;
- addSubjectReachability(ClusterMessages.SubjectReachability) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachability.Builder
-
repeated .SubjectReachability subjectReachability = 2;
- addSubjectReachability(ClusterMessages.SubjectReachability.Builder) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachability.Builder
-
repeated .SubjectReachability subjectReachability = 2;
- addSubjectReachabilityBuilder() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachability.Builder
-
repeated .SubjectReachability subjectReachability = 2;
- addSubjectReachabilityBuilder(int) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachability.Builder
-
repeated .SubjectReachability subjectReachability = 2;
- addSuppressed(Throwable) - Static method in class org.apache.pekko.persistence.testkit.ExpectedFailure
- addSuppressed(Throwable) - Static method in class org.apache.pekko.persistence.testkit.ExpectedRejection
- addSuppressed(Throwable) - Static method in exception org.apache.pekko.stream.BindFailedException
- addTags(String) - Method in class org.apache.pekko.remote.WireFormats.DeployData.Builder
-
repeated string tags = 12;
- addTagsBytes(ByteString) - Method in class org.apache.pekko.remote.WireFormats.DeployData.Builder
-
repeated string tags = 12;
- addTagSubscriber(ActorRef, String) - Method in interface org.apache.pekko.persistence.journal.leveldb.LeveldbStore
- addTask(String, String, Supplier<CompletionStage<Done>>) - Method in class org.apache.pekko.actor.CoordinatedShutdown
-
Java API: Add a task to a phase.
- addTask(String, String, Function0<Future<Done>>) - Method in class org.apache.pekko.actor.CoordinatedShutdown
-
Scala API: Add a task to a phase.
- addToCache(Seq<Tuple2<Object, Set<Object>>>) - Method in interface org.apache.pekko.event.SubchannelClassification
- addToIndex(String, int) - Method in interface org.apache.pekko.persistence.testkit.scaladsl.HasStorage
- addTombstones(int, ClusterMessages.Tombstone) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated .Tombstone tombstones = 7;
- addTombstones(int, ClusterMessages.Tombstone.Builder) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated .Tombstone tombstones = 7;
- addTombstones(ClusterMessages.Tombstone) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated .Tombstone tombstones = 7;
- addTombstones(ClusterMessages.Tombstone.Builder) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated .Tombstone tombstones = 7;
- addTombstonesBuilder() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated .Tombstone tombstones = 7;
- addTombstonesBuilder(int) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated .Tombstone tombstones = 7;
- addToMessageBatch(PersistentRepr, Set<String>, WriteBatch) - Method in interface org.apache.pekko.persistence.journal.leveldb.LeveldbStore
- addUnallocatedShards(String) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.Builder
-
repeated string unallocatedShards = 4;
- addUnallocatedShardsBytes(ByteString) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.Builder
-
repeated string unallocatedShards = 4;
- addUnconfirmed(int, ReliableDelivery.MessageSent) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State.Builder
-
repeated .org.apache.pekko.cluster.typed.delivery.MessageSent unconfirmed = 4;
- addUnconfirmed(int, ReliableDelivery.MessageSent.Builder) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State.Builder
-
repeated .org.apache.pekko.cluster.typed.delivery.MessageSent unconfirmed = 4;
- addUnconfirmed(ReliableDelivery.MessageSent) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State.Builder
-
repeated .org.apache.pekko.cluster.typed.delivery.MessageSent unconfirmed = 4;
- addUnconfirmed(ReliableDelivery.MessageSent.Builder) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State.Builder
-
repeated .org.apache.pekko.cluster.typed.delivery.MessageSent unconfirmed = 4;
- addUnconfirmedBuilder() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State.Builder
-
repeated .org.apache.pekko.cluster.typed.delivery.MessageSent unconfirmed = 4;
- addUnconfirmedBuilder(int) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State.Builder
-
repeated .org.apache.pekko.cluster.typed.delivery.MessageSent unconfirmed = 4;
- addUnconfirmedDeliveries(int, MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.Builder
-
repeated .AtLeastOnceDeliverySnapshot.UnconfirmedDelivery unconfirmedDeliveries = 2;
- addUnconfirmedDeliveries(int, MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery.Builder) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.Builder
-
repeated .AtLeastOnceDeliverySnapshot.UnconfirmedDelivery unconfirmedDeliveries = 2;
- addUnconfirmedDeliveries(MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.Builder
-
repeated .AtLeastOnceDeliverySnapshot.UnconfirmedDelivery unconfirmedDeliveries = 2;
- addUnconfirmedDeliveries(MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery.Builder) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.Builder
-
repeated .AtLeastOnceDeliverySnapshot.UnconfirmedDelivery unconfirmedDeliveries = 2;
- addUnconfirmedDeliveriesBuilder() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.Builder
-
repeated .AtLeastOnceDeliverySnapshot.UnconfirmedDelivery unconfirmedDeliveries = 2;
- addUnconfirmedDeliveriesBuilder(int) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.Builder
-
repeated .AtLeastOnceDeliverySnapshot.UnconfirmedDelivery unconfirmedDeliveries = 2;
- addUseRoles(String) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings.Builder
-
repeated string useRoles = 5;
- addUseRolesBytes(ByteString) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings.Builder
-
repeated string useRoles = 5;
- addValues(int) - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement.Builder
-
repeated uint32 values = 5;
- addVersions(int, ClusterMessages.VectorClock.Version) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Builder
-
repeated .VectorClock.Version versions = 2;
- addVersions(int, ClusterMessages.VectorClock.Version.Builder) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Builder
-
repeated .VectorClock.Version versions = 2;
- addVersions(int, DistributedPubSubMessages.Status.Version) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Builder
-
repeated .Status.Version versions = 1;
- addVersions(int, DistributedPubSubMessages.Status.Version.Builder) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Builder
-
repeated .Status.Version versions = 1;
- addVersions(ClusterMessages.VectorClock.Version) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Builder
-
repeated .VectorClock.Version versions = 2;
- addVersions(ClusterMessages.VectorClock.Version.Builder) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Builder
-
repeated .VectorClock.Version versions = 2;
- addVersions(DistributedPubSubMessages.Status.Version) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Builder
-
repeated .Status.Version versions = 1;
- addVersions(DistributedPubSubMessages.Status.Version.Builder) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Builder
-
repeated .Status.Version versions = 1;
- addVersionsBuilder() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Builder
-
repeated .VectorClock.Version versions = 2;
- addVersionsBuilder() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Builder
-
repeated .Status.Version versions = 1;
- addVersionsBuilder(int) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Builder
-
repeated .VectorClock.Version versions = 2;
- addVersionsBuilder(int) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Builder
-
repeated .Status.Version versions = 1;
- addWatcher(ActorRef, ActorRef) - Method in interface org.apache.pekko.actor.dungeon.DeathWatch
- adjustMultiplier() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy$.HillClimbingAdmissionOptimizer
- adjustMultiplier() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.HillClimbingSettings
- adjustMultiplier() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.HillClimbingSettings
- AdjustPoolSize - Class in org.apache.pekko.routing
-
Increase or decrease the number of routees in a
Pool
. - AdjustPoolSize(int) - Constructor for class org.apache.pekko.routing.AdjustPoolSize
- AdjustPoolSize$ - Class in org.apache.pekko.routing
- AdjustPoolSize$() - Constructor for class org.apache.pekko.routing.AdjustPoolSize$
- AdmissionFilter$ - Class in org.apache.pekko.cluster.sharding.internal
-
INTERNAL API
- AdmissionFilter$() - Constructor for class org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy$.AdmissionFilter$
- AdmissionFilter$() - Constructor for class org.apache.pekko.cluster.sharding.internal.AdmissionFilter$
- AdmissionOptimizer$ - Class in org.apache.pekko.cluster.sharding.internal
-
INTERNAL API
- AdmissionOptimizer$() - Constructor for class org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy$.AdmissionOptimizer$
- AdmissionOptimizer$() - Constructor for class org.apache.pekko.cluster.sharding.internal.AdmissionOptimizer$
- admissionSettings() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings
- admissionSettings() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings
- AdmissionSettings(Option<org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings.AdmissionSettings.FilterSettings>, Option<org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings.AdmissionSettings.WindowSettings>) - Constructor for class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings
- AdmissionSettings(Option<org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings.AdmissionSettings.FilterSettings>, Option<org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings.AdmissionSettings.WindowSettings>) - Constructor for class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings
- AdmissionSettings$() - Constructor for class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$
- AdmissionSettings$() - Constructor for class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$
- admit(String, String) - Static method in class org.apache.pekko.cluster.sharding.internal.AlwaysAdmissionFilter
- admit(String, String) - Method in class org.apache.pekko.cluster.sharding.internal.AlwaysAdmissionFilter$
- advance() - Method in interface org.apache.pekko.actor.LoggingFSM
- advance() - Method in interface org.apache.pekko.persistence.fsm.LoggingPersistentFSM
-
Deprecated.
- AeronErrorLog - Class in org.apache.pekko.remote.artery.aeron
-
INTERNAL API
- AeronErrorLog(File) - Constructor for class org.apache.pekko.remote.artery.aeron.AeronErrorLog
-
Deprecated.
- AeronErrorLog(File, LoggingAdapter) - Constructor for class org.apache.pekko.remote.artery.aeron.AeronErrorLog
- AeronSink$ - Class in org.apache.pekko.remote.artery.aeron
-
INTERNAL API
- AeronSink$() - Constructor for class org.apache.pekko.remote.artery.aeron.AeronSink$
- aeronSinkDelegateToTaskRunner(long) - Static method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder
- aeronSinkDelegateToTaskRunner(long) - Method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder$
- aeronSinkDelegateToTaskRunner(long) - Method in interface org.apache.pekko.remote.artery.RemotingFlightRecorder
- aeronSinkEnvelopeGrabbed(int) - Static method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder
- aeronSinkEnvelopeGrabbed(int) - Method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder$
- aeronSinkEnvelopeGrabbed(int) - Method in interface org.apache.pekko.remote.artery.RemotingFlightRecorder
- aeronSinkEnvelopeOffered(int) - Static method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder
- aeronSinkEnvelopeOffered(int) - Method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder$
- aeronSinkEnvelopeOffered(int) - Method in interface org.apache.pekko.remote.artery.RemotingFlightRecorder
- aeronSinkGaveUpEnvelope(String) - Static method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder
- aeronSinkGaveUpEnvelope(String) - Method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder$
- aeronSinkGaveUpEnvelope(String) - Method in interface org.apache.pekko.remote.artery.RemotingFlightRecorder
- aeronSinkPublicationClosed(String, int) - Static method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder
- aeronSinkPublicationClosed(String, int) - Method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder$
- aeronSinkPublicationClosed(String, int) - Method in interface org.apache.pekko.remote.artery.RemotingFlightRecorder
- aeronSinkPublicationClosedUnexpectedly(String, int) - Static method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder
- aeronSinkPublicationClosedUnexpectedly(String, int) - Method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder$
- aeronSinkPublicationClosedUnexpectedly(String, int) - Method in interface org.apache.pekko.remote.artery.RemotingFlightRecorder
- aeronSinkReturnFromTaskRunner(long) - Static method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder
- aeronSinkReturnFromTaskRunner(long) - Method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder$
- aeronSinkReturnFromTaskRunner(long) - Method in interface org.apache.pekko.remote.artery.RemotingFlightRecorder
- aeronSinkStarted(String, int) - Static method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder
- aeronSinkStarted(String, int) - Method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder$
- aeronSinkStarted(String, int) - Method in interface org.apache.pekko.remote.artery.RemotingFlightRecorder
- aeronSinkStopped(String, int) - Static method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder
- aeronSinkStopped(String, int) - Method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder$
- aeronSinkStopped(String, int) - Method in interface org.apache.pekko.remote.artery.RemotingFlightRecorder
- aeronSinkTaskRunnerRemoved(String, int) - Static method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder
- aeronSinkTaskRunnerRemoved(String, int) - Method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder$
- aeronSinkTaskRunnerRemoved(String, int) - Method in interface org.apache.pekko.remote.artery.RemotingFlightRecorder
- AeronSource$ - Class in org.apache.pekko.remote.artery.aeron
-
INTERNAL API
- AeronSource$() - Constructor for class org.apache.pekko.remote.artery.aeron.AeronSource$
- aeronSourceDelegateToTaskRunner(long) - Static method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder
- aeronSourceDelegateToTaskRunner(long) - Method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder$
- aeronSourceDelegateToTaskRunner(long) - Method in interface org.apache.pekko.remote.artery.RemotingFlightRecorder
- aeronSourceReceived(int) - Static method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder
- aeronSourceReceived(int) - Method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder$
- aeronSourceReceived(int) - Method in interface org.apache.pekko.remote.artery.RemotingFlightRecorder
- aeronSourceReturnFromTaskRunner(long) - Static method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder
- aeronSourceReturnFromTaskRunner(long) - Method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder$
- aeronSourceReturnFromTaskRunner(long) - Method in interface org.apache.pekko.remote.artery.RemotingFlightRecorder
- aeronSourceStarted(String, int) - Static method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder
- aeronSourceStarted(String, int) - Method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder$
- aeronSourceStarted(String, int) - Method in interface org.apache.pekko.remote.artery.RemotingFlightRecorder
- aeronSourceStopped(String, int) - Static method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder
- aeronSourceStopped(String, int) - Method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder$
- aeronSourceStopped(String, int) - Method in interface org.apache.pekko.remote.artery.RemotingFlightRecorder
- AffinityPool$ - Class in org.apache.pekko.dispatch.affinity
- AffinityPool$() - Constructor for class org.apache.pekko.dispatch.affinity.AffinityPool$
- after() - Method in class org.apache.pekko.actor.testkit.typed.javadsl.TestKitJunitResource
- after() - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ScalaTestWithActorTestKit
- after() - Method in class org.apache.pekko.persistence.PluginSpec
- after(Duration, ClassicActorSystemProvider, Callable<CompletionStage<T>>) - Static method in class org.apache.pekko.pattern.Patterns
-
Returns a
CompletionStage
that will be completed with the success or failure of the provided Callable after the specified duration. - after(Duration, ClassicActorSystemProvider, Callable<CompletionStage<T>>) - Method in class org.apache.pekko.pattern.Patterns$
-
Returns a
CompletionStage
that will be completed with the success or failure of the provided Callable after the specified duration. - after(Duration, Scheduler, ExecutionContext, Callable<CompletionStage<T>>) - Static method in class org.apache.pekko.pattern.Patterns
-
Returns a
CompletionStage
that will be completed with the success or failure of the provided Callable after the specified duration. - after(Duration, Scheduler, ExecutionContext, Callable<CompletionStage<T>>) - Method in class org.apache.pekko.pattern.Patterns$
-
Returns a
CompletionStage
that will be completed with the success or failure of the provided Callable after the specified duration. - after(Duration, Scheduler, ExecutionContext, Callable<CompletionStage<T>>) - Static method in class org.apache.pekko.pattern.PatternsCS
-
Deprecated.Use Patterns.after instead. Since Akka 2.5.19.
- after(Duration, Scheduler, ExecutionContext, Callable<CompletionStage<T>>) - Method in class org.apache.pekko.pattern.PatternsCS$
-
Deprecated.Use Patterns.after instead. Since Akka 2.5.19.
- after(Duration, Scheduler, ExecutionContext, CompletionStage<T>) - Static method in class org.apache.pekko.pattern.Patterns
-
Deprecated.Use the overloaded one which accepts a Callable of CompletionStage instead. Since Akka 2.5.22.
- after(Duration, Scheduler, ExecutionContext, CompletionStage<T>) - Method in class org.apache.pekko.pattern.Patterns$
-
Deprecated.Use the overloaded one which accepts a Callable of CompletionStage instead. Since Akka 2.5.22.
- after(Duration, Scheduler, ExecutionContext, CompletionStage<T>) - Static method in class org.apache.pekko.pattern.PatternsCS
-
Deprecated.Use Patterns.after which accepts java.time.Duration and Callable of CompletionStage instead. Since Akka 2.5.22.
- after(Duration, Scheduler, ExecutionContext, CompletionStage<T>) - Method in class org.apache.pekko.pattern.PatternsCS$
-
Deprecated.Use Patterns.after which accepts java.time.Duration and Callable of CompletionStage instead. Since Akka 2.5.22.
- after(FiniteDuration, Scheduler, ExecutionContext, Callable<CompletionStage<T>>) - Static method in class org.apache.pekko.pattern.PatternsCS
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- after(FiniteDuration, Scheduler, ExecutionContext, Callable<CompletionStage<T>>) - Method in class org.apache.pekko.pattern.PatternsCS$
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- after(FiniteDuration, Scheduler, ExecutionContext, Callable<Future<T>>) - Static method in class org.apache.pekko.pattern.Patterns
-
Returns a
Future
that will be completed with the success or failure of the provided Callable after the specified duration. - after(FiniteDuration, Scheduler, ExecutionContext, Callable<Future<T>>) - Method in class org.apache.pekko.pattern.Patterns$
-
Returns a
Future
that will be completed with the success or failure of the provided Callable after the specified duration. - after(FiniteDuration, Scheduler, ExecutionContext, CompletionStage<T>) - Static method in class org.apache.pekko.pattern.PatternsCS
-
Deprecated.Use Patterns.after which accepts java.time.Duration and Callable of CompletionStage instead. Since Akka 2.5.22.
- after(FiniteDuration, Scheduler, ExecutionContext, CompletionStage<T>) - Method in class org.apache.pekko.pattern.PatternsCS$
-
Deprecated.Use Patterns.after which accepts java.time.Duration and Callable of CompletionStage instead. Since Akka 2.5.22.
- after(FiniteDuration, Scheduler, ExecutionContext, Future<T>) - Static method in class org.apache.pekko.pattern.Patterns
-
Deprecated.Use the overload one which accepts a Callable of Future instead. Since Akka 2.5.22.
- after(FiniteDuration, Scheduler, ExecutionContext, Future<T>) - Method in class org.apache.pekko.pattern.Patterns$
-
Deprecated.Use the overload one which accepts a Callable of Future instead. Since Akka 2.5.22.
- after(FiniteDuration, Scheduler, Function0<Future<T>>, ExecutionContext) - Method in interface org.apache.pekko.pattern.FutureTimeoutSupport
-
Returns a
Future
that will be completed with the success or failure of the provided value after the specified duration. - after(FiniteDuration, Function0<Future<T>>, ClassicActorSystemProvider) - Method in interface org.apache.pekko.pattern.FutureTimeoutSupport
-
Returns a
Future
that will be completed with the success or failure of the provided value after the specified duration. - After$() - Constructor for class org.apache.pekko.cluster.ddata.VersionVector.After$
- After$() - Constructor for class org.apache.pekko.cluster.VectorClock.After$
- afterAll() - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ActorTestKitBase
-
To be implemented by "more" concrete class that can mixin
BeforeAndAfterAll
or similar, for exampleFlatSpecLike with BeforeAndAfterAll
. - afterAll() - Method in interface org.apache.pekko.actor.testkit.typed.scaladsl.LogCapturing
- afterAll() - Method in interface org.apache.pekko.actor.testkit.typed.scaladsl.ScalaTestWithActorTestKitBase
-
Shuts down the ActorTestKit.
- afterAll() - Method in class org.apache.pekko.persistence.PluginSpec
- afterAll(ExtensionContext) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.TestKitJUnit5Extension
-
Shutdown testKit
- afterBind(DatagramSocket) - Method in interface org.apache.pekko.io.Inet.SocketOptionV2
-
Action to be taken for this option after connect returned.
- afterBind(ServerSocket) - Method in interface org.apache.pekko.io.Inet.SocketOptionV2
-
Action to be taken for this option after connect returned.
- afterCompletionStage(FiniteDuration, Scheduler, Function0<CompletionStage<T>>, ExecutionContext) - Method in interface org.apache.pekko.pattern.FutureTimeoutSupport
-
Returns a
CompletionStage
that will be completed with the success or failure of the provided value after the specified duration. - afterCompletionStage(FiniteDuration, Function0<CompletionStage<T>>, ClassicActorSystemProvider) - Method in interface org.apache.pekko.pattern.FutureTimeoutSupport
-
Returns a